Html Css Color HEX #208DDB Dodger Blue

📋 copy color: '#208DDB'

red 32 ◦ green 141 ◦ blue 219

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

Shades of Dodger Blue #208DDB

Tints of Dodger Blue #208DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.87%

R = 8.16%
G = 35.97%
B = 55.87%

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

#208DDB (or 0x208DDB) is known color: Dodger Blue. HEX triplet: 20, 8D and DB. RGB value is (32,141,219). Sum of RGB (Red+Green+Blue) = 32+141+219=392 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.16% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #208DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208DDB is #DF7224. Grayscale: #747474. Windows color (decimal): -14643749 or 14388512. OLE color: 14388512.

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

Color convert

RGB 32 141 219 -
CMYK 0.85 0.36 0 0.14
HSL 205.03º 0.75% 0.49% -
HSV(B) 205.03º 0.85% 0.86% -
XYZ 22.91 24.47 70.53 -
YUV 117.3 185.39 67.16 -
System Red Green Blue C M Y K H S L
Decimal 32 141 219 0.85 0.36 0 0.14 205.03 0.75 0.49
Hex 20 8D DB 55 24 0 E CD 4B 31
Octal 40 215 333 125 44 0 16 315 113 61
Binary 100000 10001101 11011011 1010101 100100 0 1110 11001101 1001011 110001

Color Harmonies of #208DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208DDB

Black with #208DDB

Text Example


Text Example

White with #208DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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