Shades of Blue #052DEE
Tints of Blue #052DEE
RGB
CMYK
RGB Variations
Color information
#052DEE (or 0x052DEE) is known color: Blue. HEX triplet: 05, 2D and EE. RGB value is (5,45,238). Sum of RGB (Red+Green+Blue) = 5+45+238=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 238 (93.36% from 255 or 82.64% from 288); Max value from RGB is 238 - color contains mainly: blue. Hex color #052DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052DEE is #FAD211. Grayscale: #363636. Windows color (decimal): -16437778 or 15609093. OLE color: 15609093.
HSL color Cylindrical-coordinate representation of color #052DEE: hue angle of 229.7º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052DEE is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 45 | 238 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.07 |
| HSL | 229.7º | 0.96% | 0.48% | - |
| HSV(B) | 229.7º | 0.98% | 0.93% | - |
| XYZ | 16.43 | 8.08 | 81.58 | - |
| YUV | 55.04 | 231.25 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 238 | 0.98 | 0.81 | 0 | 0.07 | 229.7 | 0.96 | 0.48 |
| Hex | 5 | 2D | EE | 62 | 51 | 0 | 7 | E6 | 60 | 30 |
| Octal | 5 | 55 | 356 | 142 | 121 | 0 | 7 | 346 | 140 | 60 |
| Binary | 101 | 101101 | 11101110 | 1100010 | 1010001 | 0 | 111 | 11100110 | 1100000 | 110000 |
Color Harmonies of #052DEE
Complementary color
Monochromatic Colors of #052DEE
Black with #052DEE
Text Example
Text Example
White with #052DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052DEE; }
p { color: rgb(5,45,238); }
H1.HeaderClassName
{
color: #052DEE;
}
.AnyTagClassName
{
color: #052DEE;
}
</style>
background-color css
<style>
a { background-color: #052DEE; }
a { background-color: rgb(5,45,238); }
div.DivClassName
{
background-color: #052DEE;
}
.BgClassName
{
background-color: #052DEE;
}
</style>
border-color css
<style>
span { border-color: #052DEE; }
span { border-color: rgb(5,45,238); }
td.TdClassName
{
border-color: #052DEE;
}
.TagClassName
{
border-color: #052DEE;
}
</style>