Shades of Blue #052DEC
Tints of Blue #052DEC
RGB
CMYK
RGB Variations
Color information
#052DEC (or 0x052DEC) is known color: Blue. HEX triplet: 05, 2D and EC. RGB value is (5,45,236). Sum of RGB (Red+Green+Blue) = 5+45+236=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 236 (92.58% from 255 or 82.52% from 286); Max value from RGB is 236 - color contains mainly: blue. Hex color #052DEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052DEC is #FAD213. Grayscale: #363636. Windows color (decimal): -16437780 or 15478021. OLE color: 15478021.
HSL color Cylindrical-coordinate representation of color #052DEC: hue angle of 229.61º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052DEC is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 45 | 236 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.07 |
| HSL | 229.61º | 0.96% | 0.47% | - |
| HSV(B) | 229.61º | 0.98% | 0.93% | - |
| XYZ | 16.14 | 7.97 | 80.04 | - |
| YUV | 54.81 | 230.25 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 236 | 0.98 | 0.81 | 0 | 0.07 | 229.61 | 0.96 | 0.47 |
| Hex | 5 | 2D | EC | 62 | 51 | 0 | 7 | E6 | 60 | 2F |
| Octal | 5 | 55 | 354 | 142 | 121 | 0 | 7 | 346 | 140 | 57 |
| Binary | 101 | 101101 | 11101100 | 1100010 | 1010001 | 0 | 111 | 11100110 | 1100000 | 101111 |
Color Harmonies of #052DEC
Complementary color
Monochromatic Colors of #052DEC
Black with #052DEC
Text Example
Text Example
White with #052DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052DEC; }
p { color: rgb(5,45,236); }
H1.HeaderClassName
{
color: #052DEC;
}
.AnyTagClassName
{
color: #052DEC;
}
</style>
background-color css
<style>
a { background-color: #052DEC; }
a { background-color: rgb(5,45,236); }
div.DivClassName
{
background-color: #052DEC;
}
.BgClassName
{
background-color: #052DEC;
}
</style>
border-color css
<style>
span { border-color: #052DEC; }
span { border-color: rgb(5,45,236); }
td.TdClassName
{
border-color: #052DEC;
}
.TagClassName
{
border-color: #052DEC;
}
</style>