#2479C6

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

Shades of Denim #2479C6

Tints of Denim #2479C6

Color information

#2479C6 (or 0x2479C6) is unknown color: approx Denim. HEX triplet: 24, 79 and C6. RGB value is (36,121,198). Sum of RGB (Red+Green+Blue) = 36+121+198=355 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.14% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 198 (77.73% from 255 or 55.77% from 355); Max value from RGB is 198 - color contains mainly: blue. Hex color #2479C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2479C6 is #DB8639. Grayscale: #676767. Windows color (decimal): -14386746 or 13007140. OLE color: 13007140.

HSL color Cylindrical-coordinate representation of color #2479C6: hue angle of 208.52º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2479C6 is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB36121198-
CMYK0.820.3900.22
HSL208.52º69.23%45.88%-
HSV(B)208.52º81.82%77.65%-
XYZ17.7618.1355.99-
YUV104.36180.8479.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.14%
GREEN value IS 121 (47.66% from 255) = 34.08%
BLUE value IS 198 (77.73% from 255) = 55.77%
R=10.14%
G=34.08%
B=55.77%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal361211980.820.3900.22208.5269.2345.88
Hex2479C65227016d1452e
Octal441713061224702632110556
Binary1001001111001110001101010010100111010110110100011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2479C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2479C6; }

 p { color: rgb(36,121,198); }

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

<style>
 a { background-color: #2479C6; }

 a { background-color: rgb(36,121,198); }

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

<style>
 span { border-color: #2479C6; }

 span { border-color: rgb(36,121,198); }

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