Shades of Denim #1F7CCE
Tints of Denim #1F7CCE
RGB
CMYK
RGB Variations
Color information
#1F7CCE (or 0x1F7CCE) is known color: Denim. HEX triplet: 1F, 7C and CE. RGB value is (31,124,206). Sum of RGB (Red+Green+Blue) = 31+124+206=361 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.59% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F7CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7CCE is #E08331. Grayscale: #696969. Windows color (decimal): -14713650 or 13532191. OLE color: 13532191.
HSL color Cylindrical-coordinate representation of color #1F7CCE: hue angle of 208.11º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F7CCE is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 124 | 206 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.19 |
| HSL | 208.11º | 0.74% | 0.46% | - |
| HSV(B) | 208.11º | 0.85% | 0.81% | - |
| XYZ | 18.91 | 19.16 | 61.09 | - |
| YUV | 105.54 | 184.69 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 124 | 206 | 0.85 | 0.40 | 0 | 0.19 | 208.11 | 0.74 | 0.46 |
| Hex | 1F | 7C | CE | 55 | 28 | 0 | 13 | D0 | 4A | 2E |
| Octal | 37 | 174 | 316 | 125 | 50 | 0 | 23 | 320 | 112 | 56 |
| Binary | 11111 | 1111100 | 11001110 | 1010101 | 101000 | 0 | 10011 | 11010000 | 1001010 | 101110 |
Color Harmonies of #1F7CCE
Complementary color
Monochromatic Colors of #1F7CCE
Black with #1F7CCE
Text Example
Text Example
White with #1F7CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7CCE; }
p { color: rgb(31,124,206); }
H1.HeaderClassName
{
color: #1F7CCE;
}
.AnyTagClassName
{
color: #1F7CCE;
}
</style>
background-color css
<style>
a { background-color: #1F7CCE; }
a { background-color: rgb(31,124,206); }
div.DivClassName
{
background-color: #1F7CCE;
}
.BgClassName
{
background-color: #1F7CCE;
}
</style>
border-color css
<style>
span { border-color: #1F7CCE; }
span { border-color: rgb(31,124,206); }
td.TdClassName
{
border-color: #1F7CCE;
}
.TagClassName
{
border-color: #1F7CCE;
}
</style>