Shades of Blue #010AFE
Tints of Blue #010AFE
RGB
CMYK
RGB Variations
Color information
#010AFE (or 0x010AFE) is known color: Blue. HEX triplet: 01, 0A and FE. RGB value is (1,10,254). Sum of RGB (Red+Green+Blue) = 1+10+254=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 254 (99.61% from 255 or 95.85% from 265); Max value from RGB is 254 - color contains mainly: blue. Hex color #010AFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010AFE is #FEF501. Grayscale: #222222. Windows color (decimal): -16708866 or 16648705. OLE color: 16648705.
HSL color Cylindrical-coordinate representation of color #010AFE: hue angle of 237.87º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010AFE is Cyan = 1.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 10 | 254 | - |
| CMYK | 1.00 | 0.96 | 0 | 0.00 |
| HSL | 237.87º | 0.99% | 0.5% | - |
| HSV(B) | 237.87º | 1% | 1% | - |
| XYZ | 18.01 | 7.38 | 94.24 | - |
| YUV | 35.13 | 251.52 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 254 | 1.00 | 0.96 | 0 | 0.00 | 237.87 | 0.99 | 0.5 |
| Hex | 1 | A | FE | 64 | 60 | 0 | 0 | EE | 63 | 32 |
| Octal | 1 | 12 | 376 | 144 | 140 | 0 | 0 | 356 | 143 | 62 |
| Binary | 1 | 1010 | 11111110 | 1100100 | 1100000 | 0 | 0 | 11101110 | 1100011 | 110010 |
Color Harmonies of #010AFE
Complementary color
Monochromatic Colors of #010AFE
Black with #010AFE
Text Example
Text Example
White with #010AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010AFE; }
p { color: rgb(1,10,254); }
H1.HeaderClassName
{
color: #010AFE;
}
.AnyTagClassName
{
color: #010AFE;
}
</style>
background-color css
<style>
a { background-color: #010AFE; }
a { background-color: rgb(1,10,254); }
div.DivClassName
{
background-color: #010AFE;
}
.BgClassName
{
background-color: #010AFE;
}
</style>
border-color css
<style>
span { border-color: #010AFE; }
span { border-color: rgb(1,10,254); }
td.TdClassName
{
border-color: #010AFE;
}
.TagClassName
{
border-color: #010AFE;
}
</style>