Shades of Blue #001FFE
Tints of Blue #001FFE
RGB
CMYK
RGB Variations
Color information
#001FFE (or 0x001FFE) is known color: Blue. HEX triplet: 00, 1F and FE. RGB value is (0,31,254). Sum of RGB (Red+Green+Blue) = 0+31+254=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 254 (99.61% from 255 or 89.12% from 285); Max value from RGB is 254 - color contains mainly: blue. Hex color #001FFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001FFE is #FFE001. Grayscale: #2E2E2E. Windows color (decimal): -16769026 or 16654080. OLE color: 16654080.
HSL color Cylindrical-coordinate representation of color #001FFE: hue angle of 232.68º 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 #001FFE is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 31 | 254 | - |
| CMYK | 1 | 0.88 | 0 | 0.00 |
| HSL | 232.68º | 1% | 0.5% | - |
| HSV(B) | 232.68º | 1% | 1% | - |
| XYZ | 18.38 | 8.14 | 94.37 | - |
| YUV | 47.15 | 244.73 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 254 | 1 | 0.88 | 0 | 0.00 | 232.68 | 1 | 0.5 |
| Hex | 0 | 1F | FE | 64 | 58 | 0 | 0 | E9 | 64 | 32 |
| Octal | 0 | 37 | 376 | 144 | 130 | 0 | 0 | 351 | 144 | 62 |
| Binary | 0 | 11111 | 11111110 | 1100100 | 1011000 | 0 | 0 | 11101001 | 1100100 | 110010 |
Color Harmonies of #001FFE
Complementary color
Monochromatic Colors of #001FFE
Black with #001FFE
Text Example
Text Example
White with #001FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001FFE; }
p { color: rgb(0,31,254); }
H1.HeaderClassName
{
color: #001FFE;
}
.AnyTagClassName
{
color: #001FFE;
}
</style>
background-color css
<style>
a { background-color: #001FFE; }
a { background-color: rgb(0,31,254); }
div.DivClassName
{
background-color: #001FFE;
}
.BgClassName
{
background-color: #001FFE;
}
</style>
border-color css
<style>
span { border-color: #001FFE; }
span { border-color: rgb(0,31,254); }
td.TdClassName
{
border-color: #001FFE;
}
.TagClassName
{
border-color: #001FFE;
}
</style>