Html Css Color HEX #2085DB Dodger Blue

📋 copy color: '#2085DB'

red 32 ◦ green 133 ◦ blue 219

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

Shades of Dodger Blue #2085DB

Tints of Dodger Blue #2085DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.64%

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

R = 8.33%
G = 34.64%
B = 57.03%

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

#2085DB (or 0x2085DB) is known color: Dodger Blue. HEX triplet: 20, 85 and DB. RGB value is (32,133,219). Sum of RGB (Red+Green+Blue) = 32+133+219=384 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.33% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #2085DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2085DB is #DF7A24. Grayscale: #707070. Windows color (decimal): -14645797 or 14386464. OLE color: 14386464.

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

Color convert

RGB 32 133 219 -
CMYK 0.85 0.39 0 0.14
HSL 207.59º 0.75% 0.49% -
HSV(B) 207.59º 0.85% 0.86% -
XYZ 21.77 22.2 70.15 -
YUV 112.61 188.04 70.51 -
System Red Green Blue C M Y K H S L
Decimal 32 133 219 0.85 0.39 0 0.14 207.59 0.75 0.49
Hex 20 85 DB 55 27 0 E D0 4B 31
Octal 40 205 333 125 47 0 16 320 113 61
Binary 100000 10000101 11011011 1010101 100111 0 1110 11010000 1001011 110001

Color Harmonies of #2085DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2085DB

Black with #2085DB

Text Example


Text Example

White with #2085DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2085DB; }

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

 H1.HeaderClassName
 {
   color: #2085DB;
 }
 .AnyTagClassName
 {
   color: #2085DB;
 }
</style>

background-color css

<style>
 a { background-color: #2085DB; }

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

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

border-color css

<style>
 span { border-color: #2085DB; }

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

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