Shades of Blue #011FF8
Tints of Blue #011FF8
RGB
CMYK
RGB Variations
Color information
#011FF8 (or 0x011FF8) is known color: Blue. HEX triplet: 01, 1F and F8. RGB value is (1,31,248). Sum of RGB (Red+Green+Blue) = 1+31+248=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 248 (97.27% from 255 or 88.57% from 280); Max value from RGB is 248 - color contains mainly: blue. Hex color #011FF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011FF8 is #FEE007. Grayscale: #2D2D2D. Windows color (decimal): -16703496 or 16260865. OLE color: 16260865.
HSL color Cylindrical-coordinate representation of color #011FF8: hue angle of 232.71º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011FF8 is Cyan = 1.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 31 | 248 | - |
| CMYK | 1.00 | 0.88 | 0 | 0.03 |
| HSL | 232.71º | 0.99% | 0.49% | - |
| HSV(B) | 232.71º | 1% | 0.97% | - |
| XYZ | 17.45 | 7.76 | 89.39 | - |
| YUV | 46.77 | 241.56 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 248 | 1.00 | 0.88 | 0 | 0.03 | 232.71 | 0.99 | 0.49 |
| Hex | 1 | 1F | F8 | 64 | 58 | 0 | 3 | E9 | 63 | 31 |
| Octal | 1 | 37 | 370 | 144 | 130 | 0 | 3 | 351 | 143 | 61 |
| Binary | 1 | 11111 | 11111000 | 1100100 | 1011000 | 0 | 11 | 11101001 | 1100011 | 110001 |
Color Harmonies of #011FF8
Complementary color
Monochromatic Colors of #011FF8
Black with #011FF8
Text Example
Text Example
White with #011FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011FF8; }
p { color: rgb(1,31,248); }
H1.HeaderClassName
{
color: #011FF8;
}
.AnyTagClassName
{
color: #011FF8;
}
</style>
background-color css
<style>
a { background-color: #011FF8; }
a { background-color: rgb(1,31,248); }
div.DivClassName
{
background-color: #011FF8;
}
.BgClassName
{
background-color: #011FF8;
}
</style>
border-color css
<style>
span { border-color: #011FF8; }
span { border-color: rgb(1,31,248); }
td.TdClassName
{
border-color: #011FF8;
}
.TagClassName
{
border-color: #011FF8;
}
</style>