Shades of Blue #0A2DEE
Tints of Blue #0A2DEE
RGB
CMYK
RGB Variations
Color information
#0A2DEE (or 0x0A2DEE) is known color: Blue. HEX triplet: 0A, 2D and EE. RGB value is (10,45,238). Sum of RGB (Red+Green+Blue) = 10+45+238=293 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.41% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 238 (93.36% from 255 or 81.23% from 293); Max value from RGB is 238 - color contains mainly: blue. Hex color #0A2DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A2DEE is #F5D211. Grayscale: #373737. Windows color (decimal): -16110098 or 15609098. OLE color: 15609098.
HSL color Cylindrical-coordinate representation of color #0A2DEE: hue angle of 230.79º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A2DEE is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 45 | 238 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.07 |
| HSL | 230.79º | 0.92% | 0.49% | - |
| HSV(B) | 230.79º | 0.96% | 0.93% | - |
| XYZ | 16.5 | 8.11 | 81.59 | - |
| YUV | 56.54 | 230.4 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 45 | 238 | 0.96 | 0.81 | 0 | 0.07 | 230.79 | 0.92 | 0.49 |
| Hex | A | 2D | EE | 60 | 51 | 0 | 7 | E7 | 5C | 31 |
| Octal | 12 | 55 | 356 | 140 | 121 | 0 | 7 | 347 | 134 | 61 |
| Binary | 1010 | 101101 | 11101110 | 1100000 | 1010001 | 0 | 111 | 11100111 | 1011100 | 110001 |
Color Harmonies of #0A2DEE
Complementary color
Monochromatic Colors of #0A2DEE
Black with #0A2DEE
Text Example
Text Example
White with #0A2DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2DEE; }
p { color: rgb(10,45,238); }
H1.HeaderClassName
{
color: #0A2DEE;
}
.AnyTagClassName
{
color: #0A2DEE;
}
</style>
background-color css
<style>
a { background-color: #0A2DEE; }
a { background-color: rgb(10,45,238); }
div.DivClassName
{
background-color: #0A2DEE;
}
.BgClassName
{
background-color: #0A2DEE;
}
</style>
border-color css
<style>
span { border-color: #0A2DEE; }
span { border-color: rgb(10,45,238); }
td.TdClassName
{
border-color: #0A2DEE;
}
.TagClassName
{
border-color: #0A2DEE;
}
</style>