Html Css Color HEX #208BDB Dodger Blue

📋 copy color: '#208BDB'

red 32 ◦ green 139 ◦ blue 219

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

Shades of Dodger Blue #208BDB

Tints of Dodger Blue #208BDB

RGB

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

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

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

R = 8.21%
G = 35.64%
B = 56.15%

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

#208BDB (or 0x208BDB) is known color: Dodger Blue. HEX triplet: 20, 8B and DB. RGB value is (32,139,219). Sum of RGB (Red+Green+Blue) = 32+139+219=390 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.21% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #208BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208BDB is #DF7424. Grayscale: #737373. Windows color (decimal): -14644261 or 14388000. OLE color: 14388000.

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

Color convert

RGB 32 139 219 -
CMYK 0.85 0.37 0 0.14
HSL 205.67º 0.75% 0.49% -
HSV(B) 205.67º 0.85% 0.86% -
XYZ 22.61 23.89 70.44 -
YUV 116.13 186.05 68 -
System Red Green Blue C M Y K H S L
Decimal 32 139 219 0.85 0.37 0 0.14 205.67 0.75 0.49
Hex 20 8B DB 55 25 0 E CE 4B 31
Octal 40 213 333 125 45 0 16 316 113 61
Binary 100000 10001011 11011011 1010101 100101 0 1110 11001110 1001011 110001

Color Harmonies of #208BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208BDB

Black with #208BDB

Text Example


Text Example

White with #208BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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