Html Css Color HEX #208EDB Dodger Blue

📋 copy color: '#208EDB'

red 32 ◦ green 142 ◦ blue 219

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

Shades of Dodger Blue #208EDB

Tints of Dodger Blue #208EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.13%

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

R = 8.14%
G = 36.13%
B = 55.73%

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

#208EDB (or 0x208EDB) is known color: Dodger Blue. HEX triplet: 20, 8E and DB. RGB value is (32,142,219). Sum of RGB (Red+Green+Blue) = 32+142+219=393 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.14% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #208EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208EDB is #DF7124. Grayscale: #757575. Windows color (decimal): -14643493 or 14388768. OLE color: 14388768.

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

Color convert

RGB 32 142 219 -
CMYK 0.85 0.35 0 0.14
HSL 204.71º 0.75% 0.49% -
HSV(B) 204.71º 0.85% 0.86% -
XYZ 23.05 24.77 70.58 -
YUV 117.89 185.06 66.74 -
System Red Green Blue C M Y K H S L
Decimal 32 142 219 0.85 0.35 0 0.14 204.71 0.75 0.49
Hex 20 8E DB 55 23 0 E CD 4B 31
Octal 40 216 333 125 43 0 16 315 113 61
Binary 100000 10001110 11011011 1010101 100011 0 1110 11001101 1001011 110001

Color Harmonies of #208EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208EDB

Black with #208EDB

Text Example


Text Example

White with #208EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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