Shades of Blue #0A2DEF
Tints of Blue #0A2DEF
RGB
CMYK
RGB Variations
Color information
#0A2DEF (or 0x0A2DEF) is known color: Blue. HEX triplet: 0A, 2D and EF. RGB value is (10,45,239). Sum of RGB (Red+Green+Blue) = 10+45+239=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 239 (93.75% from 255 or 81.29% from 294); Max value from RGB is 239 - color contains mainly: blue. Hex color #0A2DEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A2DEF is #F5D210. Grayscale: #373737. Windows color (decimal): -16110097 or 15674634. OLE color: 15674634.
HSL color Cylindrical-coordinate representation of color #0A2DEF: hue angle of 230.83º 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 #0A2DEF is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 45 | 239 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.06 |
| HSL | 230.83º | 0.92% | 0.49% | - |
| HSV(B) | 230.83º | 0.96% | 0.94% | - |
| XYZ | 16.64 | 8.17 | 82.36 | - |
| YUV | 56.65 | 230.9 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 45 | 239 | 0.96 | 0.81 | 0 | 0.06 | 230.83 | 0.92 | 0.49 |
| Hex | A | 2D | EF | 60 | 51 | 0 | 6 | E7 | 5C | 31 |
| Octal | 12 | 55 | 357 | 140 | 121 | 0 | 6 | 347 | 134 | 61 |
| Binary | 1010 | 101101 | 11101111 | 1100000 | 1010001 | 0 | 110 | 11100111 | 1011100 | 110001 |
Color Harmonies of #0A2DEF
Complementary color
Monochromatic Colors of #0A2DEF
Black with #0A2DEF
Text Example
Text Example
White with #0A2DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2DEF; }
p { color: rgb(10,45,239); }
H1.HeaderClassName
{
color: #0A2DEF;
}
.AnyTagClassName
{
color: #0A2DEF;
}
</style>
background-color css
<style>
a { background-color: #0A2DEF; }
a { background-color: rgb(10,45,239); }
div.DivClassName
{
background-color: #0A2DEF;
}
.BgClassName
{
background-color: #0A2DEF;
}
</style>
border-color css
<style>
span { border-color: #0A2DEF; }
span { border-color: rgb(10,45,239); }
td.TdClassName
{
border-color: #0A2DEF;
}
.TagClassName
{
border-color: #0A2DEF;
}
</style>