Html Css Color HEX #2070DB Denim

📋 copy color: '#2070DB'

red 32 ◦ green 112 ◦ blue 219

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

Shades of Denim #2070DB

Tints of Denim #2070DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.85%

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

R = 8.82%
G = 30.85%
B = 60.33%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2070DB (or 0x2070DB) is known color: Denim. HEX triplet: 20, 70 and DB. RGB value is (32,112,219). Sum of RGB (Red+Green+Blue) = 32+112+219=363 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.82% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #2070DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2070DB is #DF8F24. Grayscale: #636363. Windows color (decimal): -14651173 or 14381088. OLE color: 14381088.

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

Color convert

RGB 32 112 219 -
CMYK 0.85 0.49 0 0.14
HSL 214.33º 0.75% 0.49% -
HSV(B) 214.33º 0.85% 0.86% -
XYZ 19.18 17.01 69.29 -
YUV 100.28 195 79.3 -
System Red Green Blue C M Y K H S L
Decimal 32 112 219 0.85 0.49 0 0.14 214.33 0.75 0.49
Hex 20 70 DB 55 31 0 E D6 4B 31
Octal 40 160 333 125 61 0 16 326 113 61
Binary 100000 1110000 11011011 1010101 110001 0 1110 11010110 1001011 110001

Color Harmonies of #2070DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2070DB

Black with #2070DB

Text Example


Text Example

White with #2070DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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