#2062CF

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

Shades of Denim #2062CF

Tints of Denim #2062CF

Color information

#2062CF (or 0x2062CF) is unknown color: approx Denim. HEX triplet: 20, 62 and CF. RGB value is (32,98,207). Sum of RGB (Red+Green+Blue) = 32+98+207=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #2062CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2062CF is #DF9D30. Grayscale: #5A5A5A. Windows color (decimal): -14654769 or 13591072. OLE color: 13591072.

HSL color Cylindrical-coordinate representation of color #2062CF: hue angle of 217.37º 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 #2062CF is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3298207-
CMYK0.850.5300.19
HSL217.37º73.22%46.86%-
HSV(B)217.37º84.54%81.18%-
XYZ16.2313.5560.79-
YUV90.69193.6386.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.50%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 207 (81.25% from 255) = 61.42%
R=9.50%
G=29.08%
B=61.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal32982070.850.5300.19217.3773.2246.86
Hex2062CF5535013d9492f
Octal401423171256502333111157
Binary1000001100010110011111010101110101010011110110011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2062CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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