Html Css Color HEX #2074DB Denim

📋 copy color: '#2074DB'

red 32 ◦ green 116 ◦ blue 219

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

Shades of Denim #2074DB

Tints of Denim #2074DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.61%

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

R = 8.72%
G = 31.61%
B = 59.67%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2074DB (or 0x2074DB) is known color: Denim. HEX triplet: 20, 74 and DB. RGB value is (32,116,219). Sum of RGB (Red+Green+Blue) = 32+116+219=367 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.72% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #2074DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2074DB is #DF8B24. Grayscale: #666666. Windows color (decimal): -14650149 or 14382112. OLE color: 14382112.

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

Color convert

RGB 32 116 219 -
CMYK 0.85 0.47 0 0.14
HSL 213.05º 0.75% 0.49% -
HSV(B) 213.05º 0.85% 0.86% -
XYZ 19.63 17.91 69.44 -
YUV 102.63 193.67 77.62 -
System Red Green Blue C M Y K H S L
Decimal 32 116 219 0.85 0.47 0 0.14 213.05 0.75 0.49
Hex 20 74 DB 55 2F 0 E D5 4B 31
Octal 40 164 333 125 57 0 16 325 113 61
Binary 100000 1110100 11011011 1010101 101111 0 1110 11010101 1001011 110001

Color Harmonies of #2074DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2074DB

Black with #2074DB

Text Example


Text Example

White with #2074DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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