#2074CF

Color #2074CF Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #2074CF

Tints of Denim #2074CF

Color information

#2074CF (or 0x2074CF) is unknown color: approx Denim. HEX triplet: 20, 74 and CF. RGB value is (32,116,207). Sum of RGB (Red+Green+Blue) = 32+116+207=355 (47% of max value = 765). Red value is 32 (12.89% from 255 or 9.01% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #2074CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2074CF is #DF8B30. Grayscale: #646464. Windows color (decimal): -14650161 or 13595680. OLE color: 13595680.

HSL color Cylindrical-coordinate representation of color #2074CF: hue angle of 211.2º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2074CF is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB32116207-
CMYK0.850.4400.19
HSL211.2º73.22%46.86%-
HSV(B)211.2º84.54%81.18%-
XYZ18.117.361.42-
YUV101.26187.6778.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.01%
GREEN value IS 116 (45.70% from 255) = 32.68%
BLUE value IS 207 (81.25% from 255) = 58.31%
R=9.01%
G=32.68%
B=58.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal321162070.850.4400.19211.273.2246.86
Hex2074CF552C013d3492f
Octal401643171255402332311157
Binary1000001110100110011111010101101100010011110100111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2074CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2074CF;
 }
 .AnyTagClassName
 {
   color: #2074CF;
 }
</style>
background-color css

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

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

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

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

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

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