Shades of Blue #052FEC
Tints of Blue #052FEC
RGB
CMYK
RGB Variations
Color information
#052FEC (or 0x052FEC) is known color: Blue. HEX triplet: 05, 2F and EC. RGB value is (5,47,236). Sum of RGB (Red+Green+Blue) = 5+47+236=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 236 (92.58% from 255 or 81.94% from 288); Max value from RGB is 236 - color contains mainly: blue. Hex color #052FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052FEC is #FAD013. Grayscale: #373737. Windows color (decimal): -16437268 or 15478533. OLE color: 15478533.
HSL color Cylindrical-coordinate representation of color #052FEC: hue angle of 229.09º 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 #052FEC is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 47 | 236 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.07 |
| HSL | 229.09º | 0.96% | 0.47% | - |
| HSV(B) | 229.09º | 0.98% | 0.93% | - |
| XYZ | 16.22 | 8.12 | 80.07 | - |
| YUV | 55.99 | 229.59 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 236 | 0.98 | 0.80 | 0 | 0.07 | 229.09 | 0.96 | 0.47 |
| Hex | 5 | 2F | EC | 62 | 50 | 0 | 7 | E5 | 60 | 2F |
| Octal | 5 | 57 | 354 | 142 | 120 | 0 | 7 | 345 | 140 | 57 |
| Binary | 101 | 101111 | 11101100 | 1100010 | 1010000 | 0 | 111 | 11100101 | 1100000 | 101111 |
Color Harmonies of #052FEC
Complementary color
Monochromatic Colors of #052FEC
Black with #052FEC
Text Example
Text Example
White with #052FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052FEC; }
p { color: rgb(5,47,236); }
H1.HeaderClassName
{
color: #052FEC;
}
.AnyTagClassName
{
color: #052FEC;
}
</style>
background-color css
<style>
a { background-color: #052FEC; }
a { background-color: rgb(5,47,236); }
div.DivClassName
{
background-color: #052FEC;
}
.BgClassName
{
background-color: #052FEC;
}
</style>
border-color css
<style>
span { border-color: #052FEC; }
span { border-color: rgb(5,47,236); }
td.TdClassName
{
border-color: #052FEC;
}
.TagClassName
{
border-color: #052FEC;
}
</style>