Shades of Blue #000AFB
Tints of Blue #000AFB
RGB
CMYK
RGB Variations
Color information
#000AFB (or 0x000AFB) is known color: Blue. HEX triplet: 00, 0A and FB. RGB value is (0,10,251). Sum of RGB (Red+Green+Blue) = 0+10+251=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 251 (98.44% from 255 or 96.17% from 261); Max value from RGB is 251 - color contains mainly: blue. Hex color #000AFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000AFB is #FFF504. Grayscale: #212121. Windows color (decimal): -16774405 or 16452096. OLE color: 16452096.
HSL color Cylindrical-coordinate representation of color #000AFB: hue angle of 237.61º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000AFB is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 10 | 251 | - |
| CMYK | 1 | 0.96 | 0 | 0.02 |
| HSL | 237.61º | 1% | 0.49% | - |
| HSV(B) | 237.61º | 1% | 0.98% | - |
| XYZ | 17.52 | 7.18 | 91.73 | - |
| YUV | 34.48 | 250.19 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 251 | 1 | 0.96 | 0 | 0.02 | 237.61 | 1 | 0.49 |
| Hex | 0 | A | FB | 64 | 60 | 0 | 2 | EE | 64 | 31 |
| Octal | 0 | 12 | 373 | 144 | 140 | 0 | 2 | 356 | 144 | 61 |
| Binary | 0 | 1010 | 11111011 | 1100100 | 1100000 | 0 | 10 | 11101110 | 1100100 | 110001 |
Color Harmonies of #000AFB
Complementary color
Monochromatic Colors of #000AFB
Black with #000AFB
Text Example
Text Example
White with #000AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000AFB; }
p { color: rgb(0,10,251); }
H1.HeaderClassName
{
color: #000AFB;
}
.AnyTagClassName
{
color: #000AFB;
}
</style>
background-color css
<style>
a { background-color: #000AFB; }
a { background-color: rgb(0,10,251); }
div.DivClassName
{
background-color: #000AFB;
}
.BgClassName
{
background-color: #000AFB;
}
</style>
border-color css
<style>
span { border-color: #000AFB; }
span { border-color: rgb(0,10,251); }
td.TdClassName
{
border-color: #000AFB;
}
.TagClassName
{
border-color: #000AFB;
}
</style>