#0932F4

Color #0932F4 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #0932F4

Tints of Blue #0932F4

Color information

#0932F4 (or 0x0932F4) is unknown color: approx Blue. HEX triplet: 09, 32 and F4. RGB value is (9,50,244). Sum of RGB (Red+Green+Blue) = 9+50+244=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 244 (95.70% from 255 or 80.53% from 303); Max value from RGB is 244 - color contains mainly: blue. Hex color #0932F4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0932F4 is #F6CD0B. Grayscale: #3B3B3B. Windows color (decimal): -16174348 or 16003593. OLE color: 16003593.

HSL color Cylindrical-coordinate representation of color #0932F4: hue angle of 229.53º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0932F4 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB950244-
CMYK0.960.8000.04
HSL229.53º92.89%49.61%-
HSV(B)229.53º96.31%95.69%-
XYZ17.588.8786.37-
YUV59.86231.9291.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 2.97%
GREEN value IS 50 (19.92% from 255) = 16.50%
BLUE value IS 244 (95.70% from 255) = 80.53%
R=2.97%
G=16.50%
B=80.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal9502440.960.8000.04229.5392.8949.61
Hex932F4605004e65d32
Octal11623641401200434613562
Binary100111001011110100110000010100000100111001101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0932F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0932F4; }

 p { color: rgb(9,50,244); }

 H1.HeaderClassName
 {
   color: #0932F4;
 }
 .AnyTagClassName
 {
   color: #0932F4;
 }
</style>
background-color css

<style>
 a { background-color: #0932F4; }

 a { background-color: rgb(9,50,244); }

 div.DivClassName
 {
   background-color: #0932F4;
 }
 .BgClassName
 {
   background-color: #0932F4;
 }
</style>
border-color css

<style>
 span { border-color: #0932F4; }

 span { border-color: rgb(9,50,244); }

 td.TdClassName
 {
   border-color: #0932F4;
 }
 .TagClassName
 {
   border-color: #0932F4;
 }
</style>