Html Css Color HEX #208EDD Dodger Blue

📋 copy color: '#208EDD'

red 32 ◦ green 142 ◦ blue 221

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

Shades of Dodger Blue #208EDD

Tints of Dodger Blue #208EDD

RGB

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

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

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

R = 8.1%
G = 35.95%
B = 55.95%

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

#208EDD (or 0x208EDD) is known color: Dodger Blue. HEX triplet: 20, 8E and DD. RGB value is (32,142,221). Sum of RGB (Red+Green+Blue) = 32+142+221=395 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.10% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #208EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208EDD is #DF7122. Grayscale: #757575. Windows color (decimal): -14643491 or 14519840. OLE color: 14519840.

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

Color convert

RGB 32 142 221 -
CMYK 0.86 0.36 0 0.13
HSL 205.08º 0.75% 0.5% -
HSV(B) 205.08º 0.86% 0.87% -
XYZ 23.32 24.87 71.98 -
YUV 118.12 186.06 66.58 -
System Red Green Blue C M Y K H S L
Decimal 32 142 221 0.86 0.36 0 0.13 205.08 0.75 0.5
Hex 20 8E DD 56 24 0 D CD 4B 32
Octal 40 216 335 126 44 0 15 315 113 62
Binary 100000 10001110 11011101 1010110 100100 0 1101 11001101 1001011 110010

Color Harmonies of #208EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208EDD

Black with #208EDD

Text Example


Text Example

White with #208EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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