Shades of Blue #052FED
Tints of Blue #052FED
RGB
CMYK
RGB Variations
Color information
#052FED (or 0x052FED) is known color: Blue. HEX triplet: 05, 2F and ED. RGB value is (5,47,237). Sum of RGB (Red+Green+Blue) = 5+47+237=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 237 (92.97% from 255 or 82.01% from 289); Max value from RGB is 237 - color contains mainly: blue. Hex color #052FED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052FED is #FAD012. Grayscale: #373737. Windows color (decimal): -16437267 or 15544069. OLE color: 15544069.
HSL color Cylindrical-coordinate representation of color #052FED: hue angle of 229.14º 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 #052FED is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 47 | 237 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.07 |
| HSL | 229.14º | 0.96% | 0.47% | - |
| HSV(B) | 229.14º | 0.98% | 0.93% | - |
| XYZ | 16.37 | 8.18 | 80.84 | - |
| YUV | 56.1 | 230.09 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 237 | 0.98 | 0.80 | 0 | 0.07 | 229.14 | 0.96 | 0.47 |
| Hex | 5 | 2F | ED | 62 | 50 | 0 | 7 | E5 | 60 | 2F |
| Octal | 5 | 57 | 355 | 142 | 120 | 0 | 7 | 345 | 140 | 57 |
| Binary | 101 | 101111 | 11101101 | 1100010 | 1010000 | 0 | 111 | 11100101 | 1100000 | 101111 |
Color Harmonies of #052FED
Complementary color
Monochromatic Colors of #052FED
Black with #052FED
Text Example
Text Example
White with #052FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052FED; }
p { color: rgb(5,47,237); }
H1.HeaderClassName
{
color: #052FED;
}
.AnyTagClassName
{
color: #052FED;
}
</style>
background-color css
<style>
a { background-color: #052FED; }
a { background-color: rgb(5,47,237); }
div.DivClassName
{
background-color: #052FED;
}
.BgClassName
{
background-color: #052FED;
}
</style>
border-color css
<style>
span { border-color: #052FED; }
span { border-color: rgb(5,47,237); }
td.TdClassName
{
border-color: #052FED;
}
.TagClassName
{
border-color: #052FED;
}
</style>