Shades of Denim #1F70CF
Tints of Denim #1F70CF
RGB
CMYK
RGB Variations
Color information
#1F70CF (or 0x1F70CF) is known color: Denim. HEX triplet: 1F, 70 and CF. RGB value is (31,112,207). Sum of RGB (Red+Green+Blue) = 31+112+207=350 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.86% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F70CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F70CF is #E08F30. Grayscale: #626262. Windows color (decimal): -14716721 or 13594655. OLE color: 13594655.
HSL color Cylindrical-coordinate representation of color #1F70CF: hue angle of 212.39º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F70CF is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 112 | 207 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.19 |
| HSL | 212.39º | 0.74% | 0.47% | - |
| HSV(B) | 212.39º | 0.85% | 0.81% | - |
| XYZ | 17.62 | 16.38 | 61.27 | - |
| YUV | 98.61 | 189.16 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 207 | 0.85 | 0.46 | 0 | 0.19 | 212.39 | 0.74 | 0.47 |
| Hex | 1F | 70 | CF | 55 | 2E | 0 | 13 | D4 | 4A | 2F |
| Octal | 37 | 160 | 317 | 125 | 56 | 0 | 23 | 324 | 112 | 57 |
| Binary | 11111 | 1110000 | 11001111 | 1010101 | 101110 | 0 | 10011 | 11010100 | 1001010 | 101111 |
Color Harmonies of #1F70CF
Complementary color
Monochromatic Colors of #1F70CF
Black with #1F70CF
Text Example
Text Example
White with #1F70CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F70CF; }
p { color: rgb(31,112,207); }
H1.HeaderClassName
{
color: #1F70CF;
}
.AnyTagClassName
{
color: #1F70CF;
}
</style>
background-color css
<style>
a { background-color: #1F70CF; }
a { background-color: rgb(31,112,207); }
div.DivClassName
{
background-color: #1F70CF;
}
.BgClassName
{
background-color: #1F70CF;
}
</style>
border-color css
<style>
span { border-color: #1F70CF; }
span { border-color: rgb(31,112,207); }
td.TdClassName
{
border-color: #1F70CF;
}
.TagClassName
{
border-color: #1F70CF;
}
</style>