Shades of Blue #0A27FC
Tints of Blue #0A27FC
RGB
CMYK
RGB Variations
Color information
#0A27FC (or 0x0A27FC) is known color: Blue. HEX triplet: 0A, 27 and FC. RGB value is (10,39,252). Sum of RGB (Red+Green+Blue) = 10+39+252=301 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.32% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 252 (98.83% from 255 or 83.72% from 301); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A27FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A27FC is #F5D803. Grayscale: #353535. Windows color (decimal): -16111620 or 16525066. OLE color: 16525066.
HSL color Cylindrical-coordinate representation of color #0A27FC: hue angle of 232.81º 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 #0A27FC is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 39 | 252 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.01 |
| HSL | 232.81º | 0.98% | 0.51% | - |
| HSV(B) | 232.81º | 0.96% | 0.99% | - |
| XYZ | 18.42 | 8.54 | 92.77 | - |
| YUV | 54.61 | 239.39 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 39 | 252 | 0.96 | 0.85 | 0 | 0.01 | 232.81 | 0.98 | 0.51 |
| Hex | A | 27 | FC | 60 | 55 | 0 | 1 | E9 | 62 | 33 |
| Octal | 12 | 47 | 374 | 140 | 125 | 0 | 1 | 351 | 142 | 63 |
| Binary | 1010 | 100111 | 11111100 | 1100000 | 1010101 | 0 | 1 | 11101001 | 1100010 | 110011 |
Color Harmonies of #0A27FC
Complementary color
Monochromatic Colors of #0A27FC
Black with #0A27FC
Text Example
Text Example
White with #0A27FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A27FC; }
p { color: rgb(10,39,252); }
H1.HeaderClassName
{
color: #0A27FC;
}
.AnyTagClassName
{
color: #0A27FC;
}
</style>
background-color css
<style>
a { background-color: #0A27FC; }
a { background-color: rgb(10,39,252); }
div.DivClassName
{
background-color: #0A27FC;
}
.BgClassName
{
background-color: #0A27FC;
}
</style>
border-color css
<style>
span { border-color: #0A27FC; }
span { border-color: rgb(10,39,252); }
td.TdClassName
{
border-color: #0A27FC;
}
.TagClassName
{
border-color: #0A27FC;
}
</style>