Shades of Blue #000AF9
Tints of Blue #000AF9
RGB
CMYK
RGB Variations
Color information
#000AF9 (or 0x000AF9) is known color: Blue. HEX triplet: 00, 0A and F9. RGB value is (0,10,249). Sum of RGB (Red+Green+Blue) = 0+10+249=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 249 (97.66% from 255 or 96.14% from 259); Max value from RGB is 249 - color contains mainly: blue. Hex color #000AF9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000AF9 is #FFF506. Grayscale: #212121. Windows color (decimal): -16774407 or 16321024. OLE color: 16321024.
HSL color Cylindrical-coordinate representation of color #000AF9: hue angle of 237.59º 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 #000AF9 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 10 | 249 | - |
| CMYK | 1 | 0.96 | 0 | 0.02 |
| HSL | 237.59º | 1% | 0.49% | - |
| HSV(B) | 237.59º | 1% | 0.98% | - |
| XYZ | 17.21 | 7.06 | 90.08 | - |
| YUV | 34.26 | 249.19 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 249 | 1 | 0.96 | 0 | 0.02 | 237.59 | 1 | 0.49 |
| Hex | 0 | A | F9 | 64 | 60 | 0 | 2 | EE | 64 | 31 |
| Octal | 0 | 12 | 371 | 144 | 140 | 0 | 2 | 356 | 144 | 61 |
| Binary | 0 | 1010 | 11111001 | 1100100 | 1100000 | 0 | 10 | 11101110 | 1100100 | 110001 |
Color Harmonies of #000AF9
Complementary color
Monochromatic Colors of #000AF9
Black with #000AF9
Text Example
Text Example
White with #000AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000AF9; }
p { color: rgb(0,10,249); }
H1.HeaderClassName
{
color: #000AF9;
}
.AnyTagClassName
{
color: #000AF9;
}
</style>
background-color css
<style>
a { background-color: #000AF9; }
a { background-color: rgb(0,10,249); }
div.DivClassName
{
background-color: #000AF9;
}
.BgClassName
{
background-color: #000AF9;
}
</style>
border-color css
<style>
span { border-color: #000AF9; }
span { border-color: rgb(0,10,249); }
td.TdClassName
{
border-color: #000AF9;
}
.TagClassName
{
border-color: #000AF9;
}
</style>