Html Css Color HEX #208FDB Dodger Blue

📋 copy color: '#208FDB'

red 32 ◦ green 143 ◦ blue 219

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

Shades of Dodger Blue #208FDB

Tints of Dodger Blue #208FDB

RGB

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

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

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

R = 8.12%
G = 36.29%
B = 55.58%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#208FDB (or 0x208FDB) is known color: Dodger Blue. HEX triplet: 20, 8F and DB. RGB value is (32,143,219). Sum of RGB (Red+Green+Blue) = 32+143+219=394 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.12% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #208FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208FDB is #DF7024. Grayscale: #767676. Windows color (decimal): -14643237 or 14389024. OLE color: 14389024.

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

Color convert

RGB 32 143 219 -
CMYK 0.85 0.35 0 0.14
HSL 204.39º 0.75% 0.49% -
HSV(B) 204.39º 0.85% 0.86% -
XYZ 23.2 25.07 70.63 -
YUV 118.48 184.73 66.32 -
System Red Green Blue C M Y K H S L
Decimal 32 143 219 0.85 0.35 0 0.14 204.39 0.75 0.49
Hex 20 8F DB 55 23 0 E CC 4B 31
Octal 40 217 333 125 43 0 16 314 113 61
Binary 100000 10001111 11011011 1010101 100011 0 1110 11001100 1001011 110001

Color Harmonies of #208FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208FDB

Black with #208FDB

Text Example


Text Example

White with #208FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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