Shades of Blue #0A2CEF
Tints of Blue #0A2CEF
RGB
CMYK
RGB Variations
Color information
#0A2CEF (or 0x0A2CEF) is known color: Blue. HEX triplet: 0A, 2C and EF. RGB value is (10,44,239). Sum of RGB (Red+Green+Blue) = 10+44+239=293 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.41% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 239 (93.75% from 255 or 81.57% from 293); Max value from RGB is 239 - color contains mainly: blue. Hex color #0A2CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A2CEF is #F5D310. Grayscale: #373737. Windows color (decimal): -16110353 or 15674378. OLE color: 15674378.
HSL color Cylindrical-coordinate representation of color #0A2CEF: hue angle of 231.09º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A2CEF is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 44 | 239 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.06 |
| HSL | 231.09º | 0.92% | 0.49% | - |
| HSV(B) | 231.09º | 0.96% | 0.94% | - |
| XYZ | 16.61 | 8.1 | 82.35 | - |
| YUV | 56.06 | 231.24 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 44 | 239 | 0.96 | 0.82 | 0 | 0.06 | 231.09 | 0.92 | 0.49 |
| Hex | A | 2C | EF | 60 | 52 | 0 | 6 | E7 | 5C | 31 |
| Octal | 12 | 54 | 357 | 140 | 122 | 0 | 6 | 347 | 134 | 61 |
| Binary | 1010 | 101100 | 11101111 | 1100000 | 1010010 | 0 | 110 | 11100111 | 1011100 | 110001 |
Color Harmonies of #0A2CEF
Complementary color
Monochromatic Colors of #0A2CEF
Black with #0A2CEF
Text Example
Text Example
White with #0A2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2CEF; }
p { color: rgb(10,44,239); }
H1.HeaderClassName
{
color: #0A2CEF;
}
.AnyTagClassName
{
color: #0A2CEF;
}
</style>
background-color css
<style>
a { background-color: #0A2CEF; }
a { background-color: rgb(10,44,239); }
div.DivClassName
{
background-color: #0A2CEF;
}
.BgClassName
{
background-color: #0A2CEF;
}
</style>
border-color css
<style>
span { border-color: #0A2CEF; }
span { border-color: rgb(10,44,239); }
td.TdClassName
{
border-color: #0A2CEF;
}
.TagClassName
{
border-color: #0A2CEF;
}
</style>