#1208E8

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

Shades of Blue #1208E8

Tints of Blue #1208E8

Color information

#1208E8 (or 0x1208E8) is unknown color: approx Blue. HEX triplet: 12, 08 and E8. RGB value is (18,8,232). Sum of RGB (Red+Green+Blue) = 18+8+232=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 8 (3.52% from 255 or 3.10% 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 #1208E8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1208E8 is #EDF717. Grayscale: #232323. Windows color (decimal): -15595288 or 15206418. OLE color: 15206418.

HSL color Cylindrical-coordinate representation of color #1208E8: hue angle of 242.68º 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 #1208E8 is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188232-
CMYK0.920.9700.09
HSL242.68º93.33%47.06%-
HSV(B)242.68º96.55%90.98%-
XYZ14.96.1376.74-
YUV36.53238.31114.79-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882320.920.9700.09242.6893.3347.06
Hex128E85C6109f35d2f
Octal221035013414101136313557
Binary100101000111010001011100110000101001111100111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1208E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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