Html Css Color HEX #208DDC Dodger Blue

📋 copy color: '#208DDC'

red 32 ◦ green 141 ◦ blue 220

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

Shades of Dodger Blue #208DDC

Tints of Dodger Blue #208DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.88%

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

R = 8.14%
G = 35.88%
B = 55.98%

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

#208DDC (or 0x208DDC) is known color: Dodger Blue. HEX triplet: 20, 8D and DC. RGB value is (32,141,220). Sum of RGB (Red+Green+Blue) = 32+141+220=393 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.14% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #208DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208DDC is #DF7223. Grayscale: #747474. Windows color (decimal): -14643748 or 14454048. OLE color: 14454048.

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

Color convert

RGB 32 141 220 -
CMYK 0.85 0.36 0 0.14
HSL 205.21º 0.75% 0.49% -
HSV(B) 205.21º 0.85% 0.86% -
XYZ 23.04 24.52 71.23 -
YUV 117.42 185.89 67.08 -
System Red Green Blue C M Y K H S L
Decimal 32 141 220 0.85 0.36 0 0.14 205.21 0.75 0.49
Hex 20 8D DC 55 24 0 E CD 4B 31
Octal 40 215 334 125 44 0 16 315 113 61
Binary 100000 10001101 11011100 1010101 100100 0 1110 11001101 1001011 110001

Color Harmonies of #208DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208DDC

Black with #208DDC

Text Example


Text Example

White with #208DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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