Shades of Blue #010FFA
Tints of Blue #010FFA
RGB
CMYK
RGB Variations
Color information
#010FFA (or 0x010FFA) is known color: Blue. HEX triplet: 01, 0F and FA. RGB value is (1,15,250). Sum of RGB (Red+Green+Blue) = 1+15+250=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 250 (98.05% from 255 or 93.98% from 266); Max value from RGB is 250 - color contains mainly: blue. Hex color #010FFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010FFA is #FEF005. Grayscale: #242424. Windows color (decimal): -16707590 or 16387841. OLE color: 16387841.
HSL color Cylindrical-coordinate representation of color #010FFA: hue angle of 236.63º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010FFA is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 15 | 250 | - |
| CMYK | 1.00 | 0.94 | 0 | 0.02 |
| HSL | 236.63º | 0.99% | 0.49% | - |
| HSV(B) | 236.63º | 1% | 0.98% | - |
| XYZ | 17.44 | 7.25 | 90.92 | - |
| YUV | 37.6 | 247.86 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 250 | 1.00 | 0.94 | 0 | 0.02 | 236.63 | 0.99 | 0.49 |
| Hex | 1 | F | FA | 64 | 5E | 0 | 2 | ED | 63 | 31 |
| Octal | 1 | 17 | 372 | 144 | 136 | 0 | 2 | 355 | 143 | 61 |
| Binary | 1 | 1111 | 11111010 | 1100100 | 1011110 | 0 | 10 | 11101101 | 1100011 | 110001 |
Color Harmonies of #010FFA
Complementary color
Monochromatic Colors of #010FFA
Black with #010FFA
Text Example
Text Example
White with #010FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010FFA; }
p { color: rgb(1,15,250); }
H1.HeaderClassName
{
color: #010FFA;
}
.AnyTagClassName
{
color: #010FFA;
}
</style>
background-color css
<style>
a { background-color: #010FFA; }
a { background-color: rgb(1,15,250); }
div.DivClassName
{
background-color: #010FFA;
}
.BgClassName
{
background-color: #010FFA;
}
</style>
border-color css
<style>
span { border-color: #010FFA; }
span { border-color: rgb(1,15,250); }
td.TdClassName
{
border-color: #010FFA;
}
.TagClassName
{
border-color: #010FFA;
}
</style>