Shades of Blue #001FFF
Tints of Blue #001FFF
RGB
CMYK
RGB Variations
Color information
#001FFF (or 0x001FFF) is known color: Blue. HEX triplet: 00, 1F and FF. RGB value is (0,31,255). Sum of RGB (Red+Green+Blue) = 0+31+255=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 255 (100% from 255 or 89.16% from 286); Max value from RGB is 255 - color contains mainly: blue. Hex color #001FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001FFF is #FFE000. Grayscale: #2E2E2E. Windows color (decimal): -16769025 or 16719616. OLE color: 16719616.
HSL color Cylindrical-coordinate representation of color #001FFF: hue angle of 232.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001FFF is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 31 | 255 | - |
| CMYK | 1 | 0.88 | 0 | 0 |
| HSL | 232.71º | 1% | 0.5% | - |
| HSV(B) | 232.71º | 1% | 1% | - |
| XYZ | 18.54 | 8.2 | 95.21 | - |
| YUV | 47.27 | 245.23 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 255 | 1 | 0.88 | 0 | 0 | 232.71 | 1 | 0.5 |
| Hex | 0 | 1F | FF | 64 | 58 | 0 | 0 | E9 | 64 | 32 |
| Octal | 0 | 37 | 377 | 144 | 130 | 0 | 0 | 351 | 144 | 62 |
| Binary | 0 | 11111 | 11111111 | 1100100 | 1011000 | 0 | 0 | 11101001 | 1100100 | 110010 |
Color Harmonies of #001FFF
Complementary color
Monochromatic Colors of #001FFF
Black with #001FFF
Text Example
Text Example
White with #001FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001FFF; }
p { color: rgb(0,31,255); }
H1.HeaderClassName
{
color: #001FFF;
}
.AnyTagClassName
{
color: #001FFF;
}
</style>
background-color css
<style>
a { background-color: #001FFF; }
a { background-color: rgb(0,31,255); }
div.DivClassName
{
background-color: #001FFF;
}
.BgClassName
{
background-color: #001FFF;
}
</style>
border-color css
<style>
span { border-color: #001FFF; }
span { border-color: rgb(0,31,255); }
td.TdClassName
{
border-color: #001FFF;
}
.TagClassName
{
border-color: #001FFF;
}
</style>