Html Css Color HEX #2087DC Dodger Blue

📋 copy color: '#2087DC'

red 32 ◦ green 135 ◦ blue 220

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

Shades of Dodger Blue #2087DC

Tints of Dodger Blue #2087DC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.88%

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

R = 8.27%
G = 34.88%
B = 56.85%

CMYK

 C value IS 0.85

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2087DC (or 0x2087DC) is known color: Dodger Blue. HEX triplet: 20, 87 and DC. RGB value is (32,135,220). Sum of RGB (Red+Green+Blue) = 32+135+220=387 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.27% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #2087DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2087DC is #DF7823. Grayscale: #717171. Windows color (decimal): -14645284 or 14452512. OLE color: 14452512.

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

Color convert

RGB 32 135 220 -
CMYK 0.85 0.39 0 0.14
HSL 207.13º 0.75% 0.49% -
HSV(B) 207.13º 0.85% 0.86% -
XYZ 22.18 22.8 70.94 -
YUV 113.89 187.88 69.59 -
System Red Green Blue C M Y K H S L
Decimal 32 135 220 0.85 0.39 0 0.14 207.13 0.75 0.49
Hex 20 87 DC 55 27 0 E CF 4B 31
Octal 40 207 334 125 47 0 16 317 113 61
Binary 100000 10000111 11011100 1010101 100111 0 1110 11001111 1001011 110001

Color Harmonies of #2087DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2087DC

Black with #2087DC

Text Example


Text Example

White with #2087DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2087DC; }

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

 H1.HeaderClassName
 {
   color: #2087DC;
 }
 .AnyTagClassName
 {
   color: #2087DC;
 }
</style>

background-color css

<style>
 a { background-color: #2087DC; }

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

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

border-color css

<style>
 span { border-color: #2087DC; }

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

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