#208DE5

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

Shades of Dodger Blue #208DE5

Tints of Dodger Blue #208DE5

Color information

#208DE5 (or 0x208DE5) is unknown color: approx Dodger Blue. HEX triplet: 20, 8D and E5. RGB value is (32,141,229). Sum of RGB (Red+Green+Blue) = 32+141+229=402 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.96% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 229 (89.84% from 255 or 56.97% from 402); Max value from RGB is 229 - color contains mainly: blue. Hex color #208DE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208DE5 is #DF721A. Grayscale: #757575. Windows color (decimal): -14643739 or 15043872. OLE color: 15043872.

HSL color Cylindrical-coordinate representation of color #208DE5: hue angle of 206.8º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #208DE5 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB32141229-
CMYK0.860.3800.10
HSL206.8º79.12%51.18%-
HSV(B)206.8º86.03%89.8%-
XYZ24.2625.0177.68-
YUV118.44190.3966.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.96%
GREEN value IS 141 (55.47% from 255) = 35.07%
BLUE value IS 229 (89.84% from 255) = 56.97%
R=7.96%
G=35.07%
B=56.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal321412290.860.3800.10206.879.1251.18
Hex208DE556260Acf4f33
Octal402153451264601231711763
Binary1000001000110111100101101011010011001010110011111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,141,229); }

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

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

 a { background-color: rgb(32,141,229); }

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

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

 span { border-color: rgb(32,141,229); }

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