Shades of Blue #000AFE
Tints of Blue #000AFE
RGB
CMYK
RGB Variations
Color information
#000AFE (or 0x000AFE) is known color: Blue. HEX triplet: 00, 0A and FE. RGB value is (0,10,254). Sum of RGB (Red+Green+Blue) = 0+10+254=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 254 (99.61% from 255 or 96.21% from 264); Max value from RGB is 254 - color contains mainly: blue. Hex color #000AFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000AFE is #FFF501. Grayscale: #212121. Windows color (decimal): -16774402 or 16648704. OLE color: 16648704.
HSL color Cylindrical-coordinate representation of color #000AFE: hue angle of 237.64º 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 #000AFE is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 10 | 254 | - |
| CMYK | 1 | 0.96 | 0 | 0.00 |
| HSL | 237.64º | 1% | 0.5% | - |
| HSV(B) | 237.64º | 1% | 1% | - |
| XYZ | 18 | 7.37 | 94.24 | - |
| YUV | 34.83 | 251.69 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 254 | 1 | 0.96 | 0 | 0.00 | 237.64 | 1 | 0.5 |
| Hex | 0 | A | FE | 64 | 60 | 0 | 0 | EE | 64 | 32 |
| Octal | 0 | 12 | 376 | 144 | 140 | 0 | 0 | 356 | 144 | 62 |
| Binary | 0 | 1010 | 11111110 | 1100100 | 1100000 | 0 | 0 | 11101110 | 1100100 | 110010 |
Color Harmonies of #000AFE
Complementary color
Monochromatic Colors of #000AFE
Black with #000AFE
Text Example
Text Example
White with #000AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000AFE; }
p { color: rgb(0,10,254); }
H1.HeaderClassName
{
color: #000AFE;
}
.AnyTagClassName
{
color: #000AFE;
}
</style>
background-color css
<style>
a { background-color: #000AFE; }
a { background-color: rgb(0,10,254); }
div.DivClassName
{
background-color: #000AFE;
}
.BgClassName
{
background-color: #000AFE;
}
</style>
border-color css
<style>
span { border-color: #000AFE; }
span { border-color: rgb(0,10,254); }
td.TdClassName
{
border-color: #000AFE;
}
.TagClassName
{
border-color: #000AFE;
}
</style>