Shades of Blue #0A09FE
Tints of Blue #0A09FE
RGB
CMYK
RGB Variations
Color information
#0A09FE (or 0x0A09FE) is known color: Blue. HEX triplet: 0A, 09 and FE. RGB value is (10,9,254). Sum of RGB (Red+Green+Blue) = 10+9+254=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 254 (99.61% from 255 or 93.04% from 273); Max value from RGB is 254 - color contains mainly: blue. Hex color #0A09FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A09FE is #F5F601. Grayscale: #242424. Windows color (decimal): -16119298 or 16648458. OLE color: 16648458.
HSL color Cylindrical-coordinate representation of color #0A09FE: hue angle of 240.24º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A09FE is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 9 | 254 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.00 |
| HSL | 240.24º | 0.99% | 0.52% | - |
| HSV(B) | 240.24º | 0.96% | 1% | - |
| XYZ | 18.11 | 7.42 | 94.24 | - |
| YUV | 37.23 | 250.33 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 9 | 254 | 0.96 | 0.96 | 0 | 0.00 | 240.24 | 0.99 | 0.52 |
| Hex | A | 9 | FE | 60 | 60 | 0 | 0 | F0 | 63 | 34 |
| Octal | 12 | 11 | 376 | 140 | 140 | 0 | 0 | 360 | 143 | 64 |
| Binary | 1010 | 1001 | 11111110 | 1100000 | 1100000 | 0 | 0 | 11110000 | 1100011 | 110100 |
Color Harmonies of #0A09FE
Complementary color
Monochromatic Colors of #0A09FE
Black with #0A09FE
Text Example
Text Example
White with #0A09FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A09FE; }
p { color: rgb(10,9,254); }
H1.HeaderClassName
{
color: #0A09FE;
}
.AnyTagClassName
{
color: #0A09FE;
}
</style>
background-color css
<style>
a { background-color: #0A09FE; }
a { background-color: rgb(10,9,254); }
div.DivClassName
{
background-color: #0A09FE;
}
.BgClassName
{
background-color: #0A09FE;
}
</style>
border-color css
<style>
span { border-color: #0A09FE; }
span { border-color: rgb(10,9,254); }
td.TdClassName
{
border-color: #0A09FE;
}
.TagClassName
{
border-color: #0A09FE;
}
</style>