Shades of Blue #052DED
Tints of Blue #052DED
RGB
CMYK
RGB Variations
Color information
#052DED (or 0x052DED) is known color: Blue. HEX triplet: 05, 2D and ED. RGB value is (5,45,237). Sum of RGB (Red+Green+Blue) = 5+45+237=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 237 (92.97% from 255 or 82.58% from 287); Max value from RGB is 237 - color contains mainly: blue. Hex color #052DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052DED is #FAD212. Grayscale: #363636. Windows color (decimal): -16437779 or 15543557. OLE color: 15543557.
HSL color Cylindrical-coordinate representation of color #052DED: hue angle of 229.66º 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 #052DED is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 45 | 237 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.07 |
| HSL | 229.66º | 0.96% | 0.47% | - |
| HSV(B) | 229.66º | 0.98% | 0.93% | - |
| XYZ | 16.29 | 8.02 | 80.81 | - |
| YUV | 54.93 | 230.75 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 237 | 0.98 | 0.81 | 0 | 0.07 | 229.66 | 0.96 | 0.47 |
| Hex | 5 | 2D | ED | 62 | 51 | 0 | 7 | E6 | 60 | 2F |
| Octal | 5 | 55 | 355 | 142 | 121 | 0 | 7 | 346 | 140 | 57 |
| Binary | 101 | 101101 | 11101101 | 1100010 | 1010001 | 0 | 111 | 11100110 | 1100000 | 101111 |
Color Harmonies of #052DED
Complementary color
Monochromatic Colors of #052DED
Black with #052DED
Text Example
Text Example
White with #052DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052DED; }
p { color: rgb(5,45,237); }
H1.HeaderClassName
{
color: #052DED;
}
.AnyTagClassName
{
color: #052DED;
}
</style>
background-color css
<style>
a { background-color: #052DED; }
a { background-color: rgb(5,45,237); }
div.DivClassName
{
background-color: #052DED;
}
.BgClassName
{
background-color: #052DED;
}
</style>
border-color css
<style>
span { border-color: #052DED; }
span { border-color: rgb(5,45,237); }
td.TdClassName
{
border-color: #052DED;
}
.TagClassName
{
border-color: #052DED;
}
</style>