Shades of Denim #2579CB
Tints of Denim #2579CB
RGB
CMYK
RGB Variations
Color information
#2579CB (or 0x2579CB) is known color: Denim. HEX triplet: 25, 79 and CB. RGB value is (37,121,203). Sum of RGB (Red+Green+Blue) = 37+121+203=361 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.25% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #2579CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2579CB is #DA8634. Grayscale: #686868. Windows color (decimal): -14321205 or 13334821. OLE color: 13334821.
HSL color Cylindrical-coordinate representation of color #2579CB: hue angle of 209.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2579CB is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 121 | 203 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.20 |
| HSL | 209.64º | 0.69% | 0.47% | - |
| HSV(B) | 209.64º | 0.82% | 0.8% | - |
| XYZ | 18.38 | 18.38 | 59.08 | - |
| YUV | 105.23 | 183.17 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 121 | 203 | 0.82 | 0.40 | 0 | 0.20 | 209.64 | 0.69 | 0.47 |
| Hex | 25 | 79 | CB | 52 | 28 | 0 | 14 | D2 | 45 | 2F |
| Octal | 45 | 171 | 313 | 122 | 50 | 0 | 24 | 322 | 105 | 57 |
| Binary | 100101 | 1111001 | 11001011 | 1010010 | 101000 | 0 | 10100 | 11010010 | 1000101 | 101111 |
Color Harmonies of #2579CB
Complementary color
Monochromatic Colors of #2579CB
Black with #2579CB
Text Example
Text Example
White with #2579CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2579CB; }
p { color: rgb(37,121,203); }
H1.HeaderClassName
{
color: #2579CB;
}
.AnyTagClassName
{
color: #2579CB;
}
</style>
background-color css
<style>
a { background-color: #2579CB; }
a { background-color: rgb(37,121,203); }
div.DivClassName
{
background-color: #2579CB;
}
.BgClassName
{
background-color: #2579CB;
}
</style>
border-color css
<style>
span { border-color: #2579CB; }
span { border-color: rgb(37,121,203); }
td.TdClassName
{
border-color: #2579CB;
}
.TagClassName
{
border-color: #2579CB;
}
</style>