Shades of Blue #010AFC
Tints of Blue #010AFC
RGB
CMYK
RGB Variations
Color information
#010AFC (or 0x010AFC) is known color: Blue. HEX triplet: 01, 0A and FC. RGB value is (1,10,252). Sum of RGB (Red+Green+Blue) = 1+10+252=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 252 (98.83% from 255 or 95.82% from 263); Max value from RGB is 252 - color contains mainly: blue. Hex color #010AFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010AFC is #FEF503. Grayscale: #212121. Windows color (decimal): -16708868 or 16517633. OLE color: 16517633.
HSL color Cylindrical-coordinate representation of color #010AFC: hue angle of 237.85º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010AFC is Cyan = 1.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 10 | 252 | - |
| CMYK | 1.00 | 0.96 | 0 | 0.01 |
| HSL | 237.85º | 0.99% | 0.5% | - |
| HSV(B) | 237.85º | 1% | 0.99% | - |
| XYZ | 17.69 | 7.25 | 92.56 | - |
| YUV | 34.9 | 250.52 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 252 | 1.00 | 0.96 | 0 | 0.01 | 237.85 | 0.99 | 0.5 |
| Hex | 1 | A | FC | 64 | 60 | 0 | 1 | EE | 63 | 32 |
| Octal | 1 | 12 | 374 | 144 | 140 | 0 | 1 | 356 | 143 | 62 |
| Binary | 1 | 1010 | 11111100 | 1100100 | 1100000 | 0 | 1 | 11101110 | 1100011 | 110010 |
Color Harmonies of #010AFC
Complementary color
Monochromatic Colors of #010AFC
Black with #010AFC
Text Example
Text Example
White with #010AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010AFC; }
p { color: rgb(1,10,252); }
H1.HeaderClassName
{
color: #010AFC;
}
.AnyTagClassName
{
color: #010AFC;
}
</style>
background-color css
<style>
a { background-color: #010AFC; }
a { background-color: rgb(1,10,252); }
div.DivClassName
{
background-color: #010AFC;
}
.BgClassName
{
background-color: #010AFC;
}
</style>
border-color css
<style>
span { border-color: #010AFC; }
span { border-color: rgb(1,10,252); }
td.TdClassName
{
border-color: #010AFC;
}
.TagClassName
{
border-color: #010AFC;
}
</style>