#208EE1

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

Shades of Dodger Blue #208EE1

Tints of Dodger Blue #208EE1

Color information

#208EE1 (or 0x208EE1) is unknown color: approx Dodger Blue. HEX triplet: 20, 8E and E1. RGB value is (32,142,225). Sum of RGB (Red+Green+Blue) = 32+142+225=399 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.02% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 225 (88.28% from 255 or 56.39% from 399); Max value from RGB is 225 - color contains mainly: blue. Hex color #208EE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208EE1 is #DF711E. Grayscale: #767676. Windows color (decimal): -14643487 or 14781984. OLE color: 14781984.

HSL color Cylindrical-coordinate representation of color #208EE1: hue angle of 205.8º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #208EE1 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB32142225-
CMYK0.860.3700.12
HSL205.8º76.28%50.39%-
HSV(B)205.8º85.78%88.24%-
XYZ23.8625.0974.82-
YUV118.57188.0666.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.02%
GREEN value IS 142 (55.86% from 255) = 35.59%
BLUE value IS 225 (88.28% from 255) = 56.39%
R=8.02%
G=35.59%
B=56.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal321422250.860.3700.12205.876.2850.39
Hex208EE156250Cce4c32
Octal402163411264501431611462
Binary1000001000111011100001101011010010101100110011101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208EE1; }

 p { color: rgb(32,142,225); }

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

<style>
 a { background-color: #208EE1; }

 a { background-color: rgb(32,142,225); }

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

<style>
 span { border-color: #208EE1; }

 span { border-color: rgb(32,142,225); }

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