Shades of Blue #000AFD
Tints of Blue #000AFD
RGB
CMYK
RGB Variations
Color information
#000AFD (or 0x000AFD) is known color: Blue. HEX triplet: 00, 0A and FD. RGB value is (0,10,253). Sum of RGB (Red+Green+Blue) = 0+10+253=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 253 (99.22% from 255 or 96.20% from 263); Max value from RGB is 253 - color contains mainly: blue. Hex color #000AFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000AFD is #FFF502. Grayscale: #212121. Windows color (decimal): -16774403 or 16583168. OLE color: 16583168.
HSL color Cylindrical-coordinate representation of color #000AFD: hue angle of 237.63º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000AFD is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 10 | 253 | - |
| CMYK | 1 | 0.96 | 0 | 0.01 |
| HSL | 237.63º | 1% | 0.5% | - |
| HSV(B) | 237.63º | 1% | 0.99% | - |
| XYZ | 17.84 | 7.31 | 93.4 | - |
| YUV | 34.71 | 251.19 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 253 | 1 | 0.96 | 0 | 0.01 | 237.63 | 1 | 0.5 |
| Hex | 0 | A | FD | 64 | 60 | 0 | 1 | EE | 64 | 32 |
| Octal | 0 | 12 | 375 | 144 | 140 | 0 | 1 | 356 | 144 | 62 |
| Binary | 0 | 1010 | 11111101 | 1100100 | 1100000 | 0 | 1 | 11101110 | 1100100 | 110010 |
Color Harmonies of #000AFD
Complementary color
Monochromatic Colors of #000AFD
Black with #000AFD
Text Example
Text Example
White with #000AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000AFD; }
p { color: rgb(0,10,253); }
H1.HeaderClassName
{
color: #000AFD;
}
.AnyTagClassName
{
color: #000AFD;
}
</style>
background-color css
<style>
a { background-color: #000AFD; }
a { background-color: rgb(0,10,253); }
div.DivClassName
{
background-color: #000AFD;
}
.BgClassName
{
background-color: #000AFD;
}
</style>
border-color css
<style>
span { border-color: #000AFD; }
span { border-color: rgb(0,10,253); }
td.TdClassName
{
border-color: #000AFD;
}
.TagClassName
{
border-color: #000AFD;
}
</style>