Shades of Blue #0A0FFC
Tints of Blue #0A0FFC
RGB
CMYK
RGB Variations
Color information
#0A0FFC (or 0x0A0FFC) is known color: Blue. HEX triplet: 0A, 0F and FC. RGB value is (10,15,252). Sum of RGB (Red+Green+Blue) = 10+15+252=277 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.61% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 252 (98.83% from 255 or 90.97% from 277); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A0FFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A0FFC is #F5F003. Grayscale: #272727. Windows color (decimal): -16117764 or 16518922. OLE color: 16518922.
HSL color Cylindrical-coordinate representation of color #0A0FFC: hue angle of 238.76º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A0FFC is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 15 | 252 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.01 |
| HSL | 238.76º | 0.98% | 0.51% | - |
| HSV(B) | 238.76º | 0.96% | 0.99% | - |
| XYZ | 17.87 | 7.43 | 92.59 | - |
| YUV | 40.52 | 247.34 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 15 | 252 | 0.96 | 0.94 | 0 | 0.01 | 238.76 | 0.98 | 0.51 |
| Hex | A | F | FC | 60 | 5E | 0 | 1 | EF | 62 | 33 |
| Octal | 12 | 17 | 374 | 140 | 136 | 0 | 1 | 357 | 142 | 63 |
| Binary | 1010 | 1111 | 11111100 | 1100000 | 1011110 | 0 | 1 | 11101111 | 1100010 | 110011 |
Color Harmonies of #0A0FFC
Complementary color
Monochromatic Colors of #0A0FFC
Black with #0A0FFC
Text Example
Text Example
White with #0A0FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0FFC; }
p { color: rgb(10,15,252); }
H1.HeaderClassName
{
color: #0A0FFC;
}
.AnyTagClassName
{
color: #0A0FFC;
}
</style>
background-color css
<style>
a { background-color: #0A0FFC; }
a { background-color: rgb(10,15,252); }
div.DivClassName
{
background-color: #0A0FFC;
}
.BgClassName
{
background-color: #0A0FFC;
}
</style>
border-color css
<style>
span { border-color: #0A0FFC; }
span { border-color: rgb(10,15,252); }
td.TdClassName
{
border-color: #0A0FFC;
}
.TagClassName
{
border-color: #0A0FFC;
}
</style>