Shades of Denim #1F7CCF
Tints of Denim #1F7CCF
RGB
CMYK
RGB Variations
Color information
#1F7CCF (or 0x1F7CCF) is known color: Denim. HEX triplet: 1F, 7C and CF. RGB value is (31,124,207). Sum of RGB (Red+Green+Blue) = 31+124+207=362 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.56% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F7CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7CCF is #E08330. Grayscale: #696969. Windows color (decimal): -14713649 or 13597727. OLE color: 13597727.
HSL color Cylindrical-coordinate representation of color #1F7CCF: hue angle of 208.3º 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 #1F7CCF is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 124 | 207 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.19 |
| HSL | 208.3º | 0.74% | 0.47% | - |
| HSV(B) | 208.3º | 0.85% | 0.81% | - |
| XYZ | 19.04 | 19.21 | 61.74 | - |
| YUV | 105.66 | 185.19 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 124 | 207 | 0.85 | 0.40 | 0 | 0.19 | 208.3 | 0.74 | 0.47 |
| Hex | 1F | 7C | CF | 55 | 28 | 0 | 13 | D0 | 4A | 2F |
| Octal | 37 | 174 | 317 | 125 | 50 | 0 | 23 | 320 | 112 | 57 |
| Binary | 11111 | 1111100 | 11001111 | 1010101 | 101000 | 0 | 10011 | 11010000 | 1001010 | 101111 |
Color Harmonies of #1F7CCF
Complementary color
Monochromatic Colors of #1F7CCF
Black with #1F7CCF
Text Example
Text Example
White with #1F7CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7CCF; }
p { color: rgb(31,124,207); }
H1.HeaderClassName
{
color: #1F7CCF;
}
.AnyTagClassName
{
color: #1F7CCF;
}
</style>
background-color css
<style>
a { background-color: #1F7CCF; }
a { background-color: rgb(31,124,207); }
div.DivClassName
{
background-color: #1F7CCF;
}
.BgClassName
{
background-color: #1F7CCF;
}
</style>
border-color css
<style>
span { border-color: #1F7CCF; }
span { border-color: rgb(31,124,207); }
td.TdClassName
{
border-color: #1F7CCF;
}
.TagClassName
{
border-color: #1F7CCF;
}
</style>