Html Css Color HEX #208ED6 Dodger Blue

📋 copy color: '#208ED6'

red 32 ◦ green 142 ◦ blue 214

#208ED6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #208ED6

Tints of Dodger Blue #208ED6

RGB

 RED value IS 32 (12.89% from 255) = 8.25%

 GREEN value IS 142 (55.86% from 255) = 36.6%

 BLUE value IS 214 (83.98% from 255) = 55.15%

R = 8.25%
G = 36.6%
B = 55.15%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#208ED6 (or 0x208ED6) is known color: Dodger Blue. HEX triplet: 20, 8E and D6. RGB value is (32,142,214). Sum of RGB (Red+Green+Blue) = 32+142+214=388 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.25% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 214 (83.98% from 255 or 55.15% from 388); Max value from RGB is 214 - color contains mainly: blue. Hex color #208ED6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208ED6 is #DF7129. Grayscale: #747474. Windows color (decimal): -14643498 or 14061088. OLE color: 14061088.

HSL color Cylindrical-coordinate representation of color #208ED6: hue angle of 203.74º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #208ED6 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 32 142 214 -
CMYK 0.85 0.34 0 0.16
HSL 203.74º 0.74% 0.48% -
HSV(B) 203.74º 0.85% 0.84% -
XYZ 22.41 24.51 67.17 -
YUV 117.32 182.56 67.15 -
System Red Green Blue C M Y K H S L
Decimal 32 142 214 0.85 0.34 0 0.16 203.74 0.74 0.48
Hex 20 8E D6 55 22 0 10 CC 4A 30
Octal 40 216 326 125 42 0 20 314 112 60
Binary 100000 10001110 11010110 1010101 100010 0 10000 11001100 1001010 110000

Color Harmonies of #208ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208ED6

Black with #208ED6

Text Example


Text Example

White with #208ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #208ED6;
 }
 .AnyTagClassName
 {
   color: #208ED6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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