Shades of Blue #010FFF
Tints of Blue #010FFF
RGB
CMYK
RGB Variations
Color information
#010FFF (or 0x010FFF) is known color: Blue. HEX triplet: 01, 0F and FF. RGB value is (1,15,255). Sum of RGB (Red+Green+Blue) = 1+15+255=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 255 (100% from 255 or 94.10% from 271); Max value from RGB is 255 - color contains mainly: blue. Hex color #010FFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010FFF is #FEF000. Grayscale: #252525. Windows color (decimal): -16707585 or 16715521. OLE color: 16715521.
HSL color Cylindrical-coordinate representation of color #010FFF: hue angle of 236.69º 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 #010FFF is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 15 | 255 | - |
| CMYK | 1.00 | 0.94 | 0 | 0 |
| HSL | 236.69º | 1% | 0.5% | - |
| HSV(B) | 236.69º | 1% | 1% | - |
| XYZ | 18.23 | 7.57 | 95.11 | - |
| YUV | 38.17 | 250.36 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 255 | 1.00 | 0.94 | 0 | 0 | 236.69 | 1 | 0.5 |
| Hex | 1 | F | FF | 64 | 5E | 0 | 0 | ED | 64 | 32 |
| Octal | 1 | 17 | 377 | 144 | 136 | 0 | 0 | 355 | 144 | 62 |
| Binary | 1 | 1111 | 11111111 | 1100100 | 1011110 | 0 | 0 | 11101101 | 1100100 | 110010 |
Color Harmonies of #010FFF
Complementary color
Monochromatic Colors of #010FFF
Black with #010FFF
Text Example
Text Example
White with #010FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010FFF; }
p { color: rgb(1,15,255); }
H1.HeaderClassName
{
color: #010FFF;
}
.AnyTagClassName
{
color: #010FFF;
}
</style>
background-color css
<style>
a { background-color: #010FFF; }
a { background-color: rgb(1,15,255); }
div.DivClassName
{
background-color: #010FFF;
}
.BgClassName
{
background-color: #010FFF;
}
</style>
border-color css
<style>
span { border-color: #010FFF; }
span { border-color: rgb(1,15,255); }
td.TdClassName
{
border-color: #010FFF;
}
.TagClassName
{
border-color: #010FFF;
}
</style>