Shades of Blue #0A2EEF
Tints of Blue #0A2EEF
RGB
CMYK
RGB Variations
Color information
#0A2EEF (or 0x0A2EEF) is known color: Blue. HEX triplet: 0A, 2E and EF. RGB value is (10,46,239). Sum of RGB (Red+Green+Blue) = 10+46+239=295 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.39% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 239 (93.75% from 255 or 81.02% from 295); Max value from RGB is 239 - color contains mainly: blue. Hex color #0A2EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A2EEF is #F5D110. Grayscale: #383838. Windows color (decimal): -16109841 or 15674890. OLE color: 15674890.
HSL color Cylindrical-coordinate representation of color #0A2EEF: hue angle of 230.57º 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 #0A2EEF is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 46 | 239 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.06 |
| HSL | 230.57º | 0.92% | 0.49% | - |
| HSV(B) | 230.57º | 0.96% | 0.94% | - |
| XYZ | 16.68 | 8.25 | 82.37 | - |
| YUV | 57.24 | 230.57 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 46 | 239 | 0.96 | 0.81 | 0 | 0.06 | 230.57 | 0.92 | 0.49 |
| Hex | A | 2E | EF | 60 | 51 | 0 | 6 | E7 | 5C | 31 |
| Octal | 12 | 56 | 357 | 140 | 121 | 0 | 6 | 347 | 134 | 61 |
| Binary | 1010 | 101110 | 11101111 | 1100000 | 1010001 | 0 | 110 | 11100111 | 1011100 | 110001 |
Color Harmonies of #0A2EEF
Complementary color
Monochromatic Colors of #0A2EEF
Black with #0A2EEF
Text Example
Text Example
White with #0A2EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2EEF; }
p { color: rgb(10,46,239); }
H1.HeaderClassName
{
color: #0A2EEF;
}
.AnyTagClassName
{
color: #0A2EEF;
}
</style>
background-color css
<style>
a { background-color: #0A2EEF; }
a { background-color: rgb(10,46,239); }
div.DivClassName
{
background-color: #0A2EEF;
}
.BgClassName
{
background-color: #0A2EEF;
}
</style>
border-color css
<style>
span { border-color: #0A2EEF; }
span { border-color: rgb(10,46,239); }
td.TdClassName
{
border-color: #0A2EEF;
}
.TagClassName
{
border-color: #0A2EEF;
}
</style>