Shades of Denim #1F7ACF
Tints of Denim #1F7ACF
RGB
CMYK
RGB Variations
Color information
#1F7ACF (or 0x1F7ACF) is known color: Denim. HEX triplet: 1F, 7A and CF. RGB value is (31,122,207). Sum of RGB (Red+Green+Blue) = 31+122+207=360 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.61% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F7ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7ACF is #E08530. Grayscale: #686868. Windows color (decimal): -14714161 or 13597215. OLE color: 13597215.
HSL color Cylindrical-coordinate representation of color #1F7ACF: hue angle of 208.98º 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 #1F7ACF is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 122 | 207 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.19 |
| HSL | 208.98º | 0.74% | 0.47% | - |
| HSV(B) | 208.98º | 0.85% | 0.81% | - |
| XYZ | 18.79 | 18.72 | 61.65 | - |
| YUV | 104.48 | 185.85 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 122 | 207 | 0.85 | 0.41 | 0 | 0.19 | 208.98 | 0.74 | 0.47 |
| Hex | 1F | 7A | CF | 55 | 29 | 0 | 13 | D1 | 4A | 2F |
| Octal | 37 | 172 | 317 | 125 | 51 | 0 | 23 | 321 | 112 | 57 |
| Binary | 11111 | 1111010 | 11001111 | 1010101 | 101001 | 0 | 10011 | 11010001 | 1001010 | 101111 |
Color Harmonies of #1F7ACF
Complementary color
Monochromatic Colors of #1F7ACF
Black with #1F7ACF
Text Example
Text Example
White with #1F7ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7ACF; }
p { color: rgb(31,122,207); }
H1.HeaderClassName
{
color: #1F7ACF;
}
.AnyTagClassName
{
color: #1F7ACF;
}
</style>
background-color css
<style>
a { background-color: #1F7ACF; }
a { background-color: rgb(31,122,207); }
div.DivClassName
{
background-color: #1F7ACF;
}
.BgClassName
{
background-color: #1F7ACF;
}
</style>
border-color css
<style>
span { border-color: #1F7ACF; }
span { border-color: rgb(31,122,207); }
td.TdClassName
{
border-color: #1F7ACF;
}
.TagClassName
{
border-color: #1F7ACF;
}
</style>