Html Css Color HEX #2089DC Dodger Blue

📋 copy color: '#2089DC'

red 32 ◦ green 137 ◦ blue 220

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

Shades of Dodger Blue #2089DC

Tints of Dodger Blue #2089DC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.22%

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

R = 8.23%
G = 35.22%
B = 56.56%

CMYK

 C value IS 0.85

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2089DC (or 0x2089DC) is known color: Dodger Blue. HEX triplet: 20, 89 and DC. RGB value is (32,137,220). Sum of RGB (Red+Green+Blue) = 32+137+220=389 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.23% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #2089DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2089DC is #DF7623. Grayscale: #727272. Windows color (decimal): -14644772 or 14453024. OLE color: 14453024.

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

Color convert

RGB 32 137 220 -
CMYK 0.85 0.38 0 0.14
HSL 206.49º 0.75% 0.49% -
HSV(B) 206.49º 0.85% 0.86% -
XYZ 22.46 23.37 71.04 -
YUV 115.07 187.21 68.75 -
System Red Green Blue C M Y K H S L
Decimal 32 137 220 0.85 0.38 0 0.14 206.49 0.75 0.49
Hex 20 89 DC 55 26 0 E CE 4B 31
Octal 40 211 334 125 46 0 16 316 113 61
Binary 100000 10001001 11011100 1010101 100110 0 1110 11001110 1001011 110001

Color Harmonies of #2089DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2089DC

Black with #2089DC

Text Example


Text Example

White with #2089DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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