Html Css Color HEX #208CDC Dodger Blue

📋 copy color: '#208CDC'

red 32 ◦ green 140 ◦ blue 220

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

Shades of Dodger Blue #208CDC

Tints of Dodger Blue #208CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.71%

 BLUE value IS 220 (86.33% from 255) = 56.12%

R = 8.16%
G = 35.71%
B = 56.12%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#208CDC (or 0x208CDC) is known color: Dodger Blue. HEX triplet: 20, 8C and DC. RGB value is (32,140,220). Sum of RGB (Red+Green+Blue) = 32+140+220=392 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.16% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #208CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208CDC is #DF7323. Grayscale: #747474. Windows color (decimal): -14644004 or 14453792. OLE color: 14453792.

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

Color convert

RGB 32 140 220 -
CMYK 0.85 0.36 0 0.14
HSL 205.53º 0.75% 0.49% -
HSV(B) 205.53º 0.85% 0.86% -
XYZ 22.89 24.23 71.18 -
YUV 116.83 186.22 67.5 -
System Red Green Blue C M Y K H S L
Decimal 32 140 220 0.85 0.36 0 0.14 205.53 0.75 0.49
Hex 20 8C DC 55 24 0 E CE 4B 31
Octal 40 214 334 125 44 0 16 316 113 61
Binary 100000 10001100 11011100 1010101 100100 0 1110 11001110 1001011 110001

Color Harmonies of #208CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208CDC

Black with #208CDC

Text Example


Text Example

White with #208CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,140,220); }

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

background-color css

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

 a { background-color: rgb(32,140,220); }

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

border-color css

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

 span { border-color: rgb(32,140,220); }

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