Shades of Blue #0A0EFB
Tints of Blue #0A0EFB
RGB
CMYK
RGB Variations
Color information
#0A0EFB (or 0x0A0EFB) is known color: Blue. HEX triplet: 0A, 0E and FB. RGB value is (10,14,251). Sum of RGB (Red+Green+Blue) = 10+14+251=275 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.64% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 251 (98.44% from 255 or 91.27% from 275); Max value from RGB is 251 - color contains mainly: blue. Hex color #0A0EFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A0EFB is #F5F104. Grayscale: #262626. Windows color (decimal): -16118021 or 16453130. OLE color: 16453130.
HSL color Cylindrical-coordinate representation of color #0A0EFB: hue angle of 239º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A0EFB is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 14 | 251 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.02 |
| HSL | 239º | 0.97% | 0.51% | - |
| HSV(B) | 239º | 0.96% | 0.98% | - |
| XYZ | 17.69 | 7.34 | 91.75 | - |
| YUV | 39.82 | 247.17 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 14 | 251 | 0.96 | 0.94 | 0 | 0.02 | 239 | 0.97 | 0.51 |
| Hex | A | E | FB | 60 | 5E | 0 | 2 | EF | 61 | 33 |
| Octal | 12 | 16 | 373 | 140 | 136 | 0 | 2 | 357 | 141 | 63 |
| Binary | 1010 | 1110 | 11111011 | 1100000 | 1011110 | 0 | 10 | 11101111 | 1100001 | 110011 |
Color Harmonies of #0A0EFB
Complementary color
Monochromatic Colors of #0A0EFB
Black with #0A0EFB
Text Example
Text Example
White with #0A0EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0EFB; }
p { color: rgb(10,14,251); }
H1.HeaderClassName
{
color: #0A0EFB;
}
.AnyTagClassName
{
color: #0A0EFB;
}
</style>
background-color css
<style>
a { background-color: #0A0EFB; }
a { background-color: rgb(10,14,251); }
div.DivClassName
{
background-color: #0A0EFB;
}
.BgClassName
{
background-color: #0A0EFB;
}
</style>
border-color css
<style>
span { border-color: #0A0EFB; }
span { border-color: rgb(10,14,251); }
td.TdClassName
{
border-color: #0A0EFB;
}
.TagClassName
{
border-color: #0A0EFB;
}
</style>