Shades of Blue #1F0FFF
Tints of Blue #1F0FFF
RGB
CMYK
RGB Variations
Color information
#1F0FFF (or 0x1F0FFF) is known color: Blue. HEX triplet: 1F, 0F and FF. RGB value is (31,15,255). Sum of RGB (Red+Green+Blue) = 31+15+255=301 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.30% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 255 (100% from 255 or 84.72% from 301); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F0FFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F0FFF is #E0F000. Grayscale: #2E2E2E. Windows color (decimal): -14741505 or 16715551. OLE color: 16715551.
HSL color Cylindrical-coordinate representation of color #1F0FFF: hue angle of 244º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0FFF is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 15 | 255 | - |
| CMYK | 0.88 | 0.94 | 0 | 0 |
| HSL | 244º | 1% | 0.53% | - |
| HSV(B) | 244º | 0.94% | 1% | - |
| XYZ | 18.79 | 7.85 | 95.13 | - |
| YUV | 47.14 | 245.3 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 15 | 255 | 0.88 | 0.94 | 0 | 0 | 244 | 1 | 0.53 |
| Hex | 1F | F | FF | 58 | 5E | 0 | 0 | F4 | 64 | 35 |
| Octal | 37 | 17 | 377 | 130 | 136 | 0 | 0 | 364 | 144 | 65 |
| Binary | 11111 | 1111 | 11111111 | 1011000 | 1011110 | 0 | 0 | 11110100 | 1100100 | 110101 |
Color Harmonies of #1F0FFF
Complementary color
Monochromatic Colors of #1F0FFF
Black with #1F0FFF
Text Example
Text Example
White with #1F0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0FFF; }
p { color: rgb(31,15,255); }
H1.HeaderClassName
{
color: #1F0FFF;
}
.AnyTagClassName
{
color: #1F0FFF;
}
</style>
background-color css
<style>
a { background-color: #1F0FFF; }
a { background-color: rgb(31,15,255); }
div.DivClassName
{
background-color: #1F0FFF;
}
.BgClassName
{
background-color: #1F0FFF;
}
</style>
border-color css
<style>
span { border-color: #1F0FFF; }
span { border-color: rgb(31,15,255); }
td.TdClassName
{
border-color: #1F0FFF;
}
.TagClassName
{
border-color: #1F0FFF;
}
</style>