Html Css Color HEX #208ADB Dodger Blue

📋 copy color: '#208ADB'

red 32 ◦ green 138 ◦ blue 219

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

Shades of Dodger Blue #208ADB

Tints of Dodger Blue #208ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.48%

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

R = 8.23%
G = 35.48%
B = 56.3%

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

#208ADB (or 0x208ADB) is known color: Dodger Blue. HEX triplet: 20, 8A and DB. RGB value is (32,138,219). Sum of RGB (Red+Green+Blue) = 32+138+219=389 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.23% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #208ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208ADB is #DF7524. Grayscale: #737373. Windows color (decimal): -14644517 or 14387744. OLE color: 14387744.

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

Color convert

RGB 32 138 219 -
CMYK 0.85 0.37 0 0.14
HSL 205.99º 0.75% 0.49% -
HSV(B) 205.99º 0.85% 0.86% -
XYZ 22.47 23.6 70.39 -
YUV 115.54 186.38 68.41 -
System Red Green Blue C M Y K H S L
Decimal 32 138 219 0.85 0.37 0 0.14 205.99 0.75 0.49
Hex 20 8A DB 55 25 0 E CE 4B 31
Octal 40 212 333 125 45 0 16 316 113 61
Binary 100000 10001010 11011011 1010101 100101 0 1110 11001110 1001011 110001

Color Harmonies of #208ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208ADB

Black with #208ADB

Text Example


Text Example

White with #208ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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