Shades of Denim #1458D0
Tints of Denim #1458D0
RGB
CMYK
RGB Variations
Color information
#1458D0 (or 0x1458D0) is known color: Denim. HEX triplet: 14, 58 and D0. RGB value is (20,88,208). Sum of RGB (Red+Green+Blue) = 20+88+208=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 208 (81.64% from 255 or 65.82% from 316); Max value from RGB is 208 - color contains mainly: blue. Hex color #1458D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1458D0 is #EBA72F. Grayscale: #505050. Windows color (decimal): -15443760 or 13654036. OLE color: 13654036.
HSL color Cylindrical-coordinate representation of color #1458D0: hue angle of 218.3º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1458D0 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 88 | 208 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.18 |
| HSL | 218.3º | 0.82% | 0.45% | - |
| HSV(B) | 218.3º | 0.9% | 0.82% | - |
| XYZ | 15.16 | 11.68 | 61.13 | - |
| YUV | 81.35 | 199.47 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 208 | 0.90 | 0.58 | 0 | 0.18 | 218.3 | 0.82 | 0.45 |
| Hex | 14 | 58 | D0 | 5A | 3A | 0 | 12 | DA | 52 | 2D |
| Octal | 24 | 130 | 320 | 132 | 72 | 0 | 22 | 332 | 122 | 55 |
| Binary | 10100 | 1011000 | 11010000 | 1011010 | 111010 | 0 | 10010 | 11011010 | 1010010 | 101101 |
Color Harmonies of #1458D0
Complementary color
Monochromatic Colors of #1458D0
Black with #1458D0
Text Example
Text Example
White with #1458D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1458D0; }
p { color: rgb(20,88,208); }
H1.HeaderClassName
{
color: #1458D0;
}
.AnyTagClassName
{
color: #1458D0;
}
</style>
background-color css
<style>
a { background-color: #1458D0; }
a { background-color: rgb(20,88,208); }
div.DivClassName
{
background-color: #1458D0;
}
.BgClassName
{
background-color: #1458D0;
}
</style>
border-color css
<style>
span { border-color: #1458D0; }
span { border-color: rgb(20,88,208); }
td.TdClassName
{
border-color: #1458D0;
}
.TagClassName
{
border-color: #1458D0;
}
</style>