Shades of Denim #2469CE
Tints of Denim #2469CE
RGB
CMYK
RGB Variations
Color information
#2469CE (or 0x2469CE) is known color: Denim. HEX triplet: 24, 69 and CE. RGB value is (36,105,206). Sum of RGB (Red+Green+Blue) = 36+105+206=347 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.37% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #2469CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2469CE is #DB9631. Grayscale: #5F5F5F. Windows color (decimal): -14390834 or 13527332. OLE color: 13527332.
HSL color Cylindrical-coordinate representation of color #2469CE: hue angle of 215.65º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2469CE is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 105 | 206 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.19 |
| HSL | 215.65º | 0.7% | 0.47% | - |
| HSV(B) | 215.65º | 0.83% | 0.81% | - |
| XYZ | 16.92 | 14.93 | 60.38 | - |
| YUV | 95.88 | 190.14 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 105 | 206 | 0.83 | 0.49 | 0 | 0.19 | 215.65 | 0.7 | 0.47 |
| Hex | 24 | 69 | CE | 53 | 31 | 0 | 13 | D8 | 46 | 2F |
| Octal | 44 | 151 | 316 | 123 | 61 | 0 | 23 | 330 | 106 | 57 |
| Binary | 100100 | 1101001 | 11001110 | 1010011 | 110001 | 0 | 10011 | 11011000 | 1000110 | 101111 |
Color Harmonies of #2469CE
Complementary color
Monochromatic Colors of #2469CE
Black with #2469CE
Text Example
Text Example
White with #2469CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2469CE; }
p { color: rgb(36,105,206); }
H1.HeaderClassName
{
color: #2469CE;
}
.AnyTagClassName
{
color: #2469CE;
}
</style>
background-color css
<style>
a { background-color: #2469CE; }
a { background-color: rgb(36,105,206); }
div.DivClassName
{
background-color: #2469CE;
}
.BgClassName
{
background-color: #2469CE;
}
</style>
border-color css
<style>
span { border-color: #2469CE; }
span { border-color: rgb(36,105,206); }
td.TdClassName
{
border-color: #2469CE;
}
.TagClassName
{
border-color: #2469CE;
}
</style>