Html Css Color HEX #208BDC Dodger Blue

📋 copy color: '#208BDC'

red 32 ◦ green 139 ◦ blue 220

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

Shades of Dodger Blue #208BDC

Tints of Dodger Blue #208BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.55%

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

R = 8.18%
G = 35.55%
B = 56.27%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#208BDC (or 0x208BDC) is known color: Dodger Blue. HEX triplet: 20, 8B and DC. RGB value is (32,139,220). Sum of RGB (Red+Green+Blue) = 32+139+220=391 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.18% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #208BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208BDC is #DF7423. Grayscale: #737373. Windows color (decimal): -14644260 or 14453536. OLE color: 14453536.

HSL color Cylindrical-coordinate representation of color #208BDC: hue angle of 205.85º 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 #208BDC is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 139 220 -
CMYK 0.85 0.37 0 0.14
HSL 205.85º 0.75% 0.49% -
HSV(B) 205.85º 0.85% 0.86% -
XYZ 22.75 23.94 71.13 -
YUV 116.24 186.55 67.91 -
System Red Green Blue C M Y K H S L
Decimal 32 139 220 0.85 0.37 0 0.14 205.85 0.75 0.49
Hex 20 8B DC 55 25 0 E CE 4B 31
Octal 40 213 334 125 45 0 16 316 113 61
Binary 100000 10001011 11011100 1010101 100101 0 1110 11001110 1001011 110001

Color Harmonies of #208BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208BDC

Black with #208BDC

Text Example


Text Example

White with #208BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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