Html Css Color HEX #208ADD Dodger Blue

📋 copy color: '#208ADD'

red 32 ◦ green 138 ◦ blue 221

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

Shades of Dodger Blue #208ADD

Tints of Dodger Blue #208ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.29%

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

R = 8.18%
G = 35.29%
B = 56.52%

CMYK

 C value IS 0.86

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#208ADD (or 0x208ADD) is known color: Dodger Blue. HEX triplet: 20, 8A and DD. RGB value is (32,138,221). Sum of RGB (Red+Green+Blue) = 32+138+221=391 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.18% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #208ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208ADD is #DF7522. Grayscale: #737373. Windows color (decimal): -14644515 or 14518816. OLE color: 14518816.

HSL color Cylindrical-coordinate representation of color #208ADD: hue angle of 206.35º 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 #208ADD is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 138 221 -
CMYK 0.86 0.38 0 0.13
HSL 206.35º 0.75% 0.5% -
HSV(B) 206.35º 0.86% 0.87% -
XYZ 22.74 23.7 71.78 -
YUV 115.77 187.38 68.25 -
System Red Green Blue C M Y K H S L
Decimal 32 138 221 0.86 0.38 0 0.13 206.35 0.75 0.5
Hex 20 8A DD 56 26 0 D CE 4B 32
Octal 40 212 335 126 46 0 15 316 113 62
Binary 100000 10001010 11011101 1010110 100110 0 1101 11001110 1001011 110010

Color Harmonies of #208ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208ADD

Black with #208ADD

Text Example


Text Example

White with #208ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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