#018EE8

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

Shades of Dodger Blue #018EE8

Tints of Dodger Blue #018EE8

Color information

#018EE8 (or 0x018EE8) is unknown color: approx Dodger Blue. HEX triplet: 01, 8E and E8. RGB value is (1,142,232). Sum of RGB (Red+Green+Blue) = 1+142+232=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 232 (91.02% from 255 or 61.87% from 375); Max value from RGB is 232 - color contains mainly: blue. Hex color #018EE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018EE8 is #FE7117. Grayscale: #6D6D6D. Windows color (decimal): -16675096 or 15240705. OLE color: 15240705.

HSL color Cylindrical-coordinate representation of color #018EE8: hue angle of 203.38º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018EE8 is Cyan = 1.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1142232-
CMYK1.000.3900.09
HSL203.38º99.14%45.69%-
HSV(B)203.38º99.57%90.98%-
XYZ24.2525.1879.93-
YUV110.1196.7950.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.27%
GREEN value IS 142 (55.86% from 255) = 37.87%
BLUE value IS 232 (91.02% from 255) = 61.87%
R=0.27%
G=37.87%
B=61.87%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal11422321.000.3900.09203.3899.1445.69
Hex18EE8642709cb632e
Octal12163501444701131314356
Binary11000111011101000110010010011101001110010111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018EE8; }

 p { color: rgb(1,142,232); }

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

<style>
 a { background-color: #018EE8; }

 a { background-color: rgb(1,142,232); }

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

<style>
 span { border-color: #018EE8; }

 span { border-color: rgb(1,142,232); }

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