Html Css Color HEX #208CDA Dodger Blue

📋 copy color: '#208CDA'

red 32 ◦ green 140 ◦ blue 218

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

Shades of Dodger Blue #208CDA

Tints of Dodger Blue #208CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.9%

 BLUE value IS 218 (85.55% from 255) = 55.9%

R = 8.21%
G = 35.9%
B = 55.9%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#208CDA (or 0x208CDA) is known color: Dodger Blue. HEX triplet: 20, 8C and DA. RGB value is (32,140,218). Sum of RGB (Red+Green+Blue) = 32+140+218=390 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.21% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #208CDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208CDA is #DF7325. Grayscale: #747474. Windows color (decimal): -14644006 or 14322720. OLE color: 14322720.

HSL color Cylindrical-coordinate representation of color #208CDA: hue angle of 205.16º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #208CDA is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 140 218 -
CMYK 0.85 0.36 0 0.15
HSL 205.16º 0.74% 0.49% -
HSV(B) 205.16º 0.85% 0.85% -
XYZ 22.63 24.13 69.79 -
YUV 116.6 185.22 67.66 -
System Red Green Blue C M Y K H S L
Decimal 32 140 218 0.85 0.36 0 0.15 205.16 0.74 0.49
Hex 20 8C DA 55 24 0 F CD 4A 31
Octal 40 214 332 125 44 0 17 315 112 61
Binary 100000 10001100 11011010 1010101 100100 0 1111 11001101 1001010 110001

Color Harmonies of #208CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208CDA

Black with #208CDA

Text Example


Text Example

White with #208CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,140,218); }

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

background-color css

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

 a { background-color: rgb(32,140,218); }

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

border-color css

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

 span { border-color: rgb(32,140,218); }

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