Html Css Color HEX #208DDD Dodger Blue

📋 copy color: '#208DDD'

red 32 ◦ green 141 ◦ blue 221

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

Shades of Dodger Blue #208DDD

Tints of Dodger Blue #208DDD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.79%

 BLUE value IS 221 (86.72% from 255) = 56.09%

R = 8.12%
G = 35.79%
B = 56.09%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#208DDD (or 0x208DDD) is known color: Dodger Blue. HEX triplet: 20, 8D and DD. RGB value is (32,141,221). Sum of RGB (Red+Green+Blue) = 32+141+221=394 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.12% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #208DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208DDD is #DF7222. Grayscale: #757575. Windows color (decimal): -14643747 or 14519584. OLE color: 14519584.

HSL color Cylindrical-coordinate representation of color #208DDD: hue angle of 205.4º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #208DDD is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 141 221 -
CMYK 0.86 0.36 0 0.13
HSL 205.4º 0.75% 0.5% -
HSV(B) 205.4º 0.86% 0.87% -
XYZ 23.17 24.58 71.93 -
YUV 117.53 186.39 67 -
System Red Green Blue C M Y K H S L
Decimal 32 141 221 0.86 0.36 0 0.13 205.4 0.75 0.5
Hex 20 8D DD 56 24 0 D CD 4B 32
Octal 40 215 335 126 44 0 15 315 113 62
Binary 100000 10001101 11011101 1010110 100100 0 1101 11001101 1001011 110010

Color Harmonies of #208DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208DDD

Black with #208DDD

Text Example


Text Example

White with #208DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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