#0812E8

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

Shades of Blue #0812E8

Tints of Blue #0812E8

Color information

#0812E8 (or 0x0812E8) is unknown color: approx Blue. HEX triplet: 08, 12 and E8. RGB value is (8,18,232). Sum of RGB (Red+Green+Blue) = 8+18+232=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 232 (91.02% from 255 or 89.92% from 258); Max value from RGB is 232 - color contains mainly: blue. Hex color #0812E8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0812E8 is #F7ED17. Grayscale: #262626. Windows color (decimal): -16248088 or 15208968. OLE color: 15208968.

HSL color Cylindrical-coordinate representation of color #0812E8: hue angle of 237.32º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0812E8 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB818232-
CMYK0.970.9200.09
HSL237.32º93.33%47.06%-
HSV(B)237.32º96.55%90.98%-
XYZ14.886.3176.78-
YUV39.41236.69105.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.10%
GREEN value IS 18 (7.42% from 255) = 6.98%
BLUE value IS 232 (91.02% from 255) = 89.92%
R=3.10%
G=6.98%
B=89.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal8182320.970.9200.09237.3293.3347.06
Hex812E8615C09ed5d2f
Octal102235014113401135513557
Binary100010010111010001100001101110001001111011011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0812E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0812E8; }

 p { color: rgb(8,18,232); }

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

<style>
 a { background-color: #0812E8; }

 a { background-color: rgb(8,18,232); }

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

<style>
 span { border-color: #0812E8; }

 span { border-color: rgb(8,18,232); }

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