Shades of Denim #1754E0
Tints of Denim #1754E0
RGB
CMYK
RGB Variations
Color information
#1754E0 (or 0x1754E0) is known color: Denim. HEX triplet: 17, 54 and E0. RGB value is (23,84,224). Sum of RGB (Red+Green+Blue) = 23+84+224=331 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.95% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 224 (87.89% from 255 or 67.67% from 331); Max value from RGB is 224 - color contains mainly: blue. Hex color #1754E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1754E0 is #E8AB1F. Grayscale: #515151. Windows color (decimal): -15248160 or 14701591. OLE color: 14701591.
HSL color Cylindrical-coordinate representation of color #1754E0: hue angle of 221.79º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1754E0 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 84 | 224 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.12 |
| HSL | 221.79º | 0.81% | 0.48% | - |
| HSV(B) | 221.79º | 0.9% | 0.88% | - |
| XYZ | 16.98 | 11.9 | 71.92 | - |
| YUV | 81.72 | 208.29 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 84 | 224 | 0.90 | 0.62 | 0 | 0.12 | 221.79 | 0.81 | 0.48 |
| Hex | 17 | 54 | E0 | 5A | 3E | 0 | C | DE | 51 | 30 |
| Octal | 27 | 124 | 340 | 132 | 76 | 0 | 14 | 336 | 121 | 60 |
| Binary | 10111 | 1010100 | 11100000 | 1011010 | 111110 | 0 | 1100 | 11011110 | 1010001 | 110000 |
Color Harmonies of #1754E0
Complementary color
Monochromatic Colors of #1754E0
Black with #1754E0
Text Example
Text Example
White with #1754E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1754E0; }
p { color: rgb(23,84,224); }
H1.HeaderClassName
{
color: #1754E0;
}
.AnyTagClassName
{
color: #1754E0;
}
</style>
background-color css
<style>
a { background-color: #1754E0; }
a { background-color: rgb(23,84,224); }
div.DivClassName
{
background-color: #1754E0;
}
.BgClassName
{
background-color: #1754E0;
}
</style>
border-color css
<style>
span { border-color: #1754E0; }
span { border-color: rgb(23,84,224); }
td.TdClassName
{
border-color: #1754E0;
}
.TagClassName
{
border-color: #1754E0;
}
</style>