Html Css Color HEX #208ADC Dodger Blue

📋 copy color: '#208ADC'

red 32 ◦ green 138 ◦ blue 220

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

Shades of Dodger Blue #208ADC

Tints of Dodger Blue #208ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 56.41%

R = 8.21%
G = 35.38%
B = 56.41%

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

#208ADC (or 0x208ADC) is known color: Dodger Blue. HEX triplet: 20, 8A and DC. RGB value is (32,138,220). Sum of RGB (Red+Green+Blue) = 32+138+220=390 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.21% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #208ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208ADC is #DF7523. Grayscale: #737373. Windows color (decimal): -14644516 or 14453280. OLE color: 14453280.

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

Color convert

RGB 32 138 220 -
CMYK 0.85 0.37 0 0.14
HSL 206.17º 0.75% 0.49% -
HSV(B) 206.17º 0.85% 0.86% -
XYZ 22.6 23.65 71.08 -
YUV 115.65 186.88 68.33 -
System Red Green Blue C M Y K H S L
Decimal 32 138 220 0.85 0.37 0 0.14 206.17 0.75 0.49
Hex 20 8A DC 55 25 0 E CE 4B 31
Octal 40 212 334 125 45 0 16 316 113 61
Binary 100000 10001010 11011100 1010101 100101 0 1110 11001110 1001011 110001

Color Harmonies of #208ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208ADC

Black with #208ADC

Text Example


Text Example

White with #208ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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