Html Css Color HEX #208FDD Dodger Blue

📋 copy color: '#208FDD'

red 32 ◦ green 143 ◦ blue 221

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

Shades of Dodger Blue #208FDD

Tints of Dodger Blue #208FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.11%

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

R = 8.08%
G = 36.11%
B = 55.81%

CMYK

 C value IS 0.86

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#208FDD (or 0x208FDD) is known color: Dodger Blue. HEX triplet: 20, 8F and DD. RGB value is (32,143,221). Sum of RGB (Red+Green+Blue) = 32+143+221=396 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.08% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #208FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208FDD is #DF7022. Grayscale: #767676. Windows color (decimal): -14643235 or 14520096. OLE color: 14520096.

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

Color convert

RGB 32 143 221 -
CMYK 0.86 0.35 0 0.13
HSL 204.76º 0.75% 0.5% -
HSV(B) 204.76º 0.86% 0.87% -
XYZ 23.47 25.17 72.03 -
YUV 118.7 185.73 66.16 -
System Red Green Blue C M Y K H S L
Decimal 32 143 221 0.86 0.35 0 0.13 204.76 0.75 0.5
Hex 20 8F DD 56 23 0 D CD 4B 32
Octal 40 217 335 126 43 0 15 315 113 62
Binary 100000 10001111 11011101 1010110 100011 0 1101 11001101 1001011 110010

Color Harmonies of #208FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208FDD

Black with #208FDD

Text Example


Text Example

White with #208FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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