Shades of Blue #052BE8
Tints of Blue #052BE8
RGB
CMYK
RGB Variations
Color information
#052BE8 (or 0x052BE8) is known color: Blue. HEX triplet: 05, 2B and E8. RGB value is (5,43,232). Sum of RGB (Red+Green+Blue) = 5+43+232=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 232 (91.02% from 255 or 82.86% from 280); Max value from RGB is 232 - color contains mainly: blue. Hex color #052BE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052BE8 is #FAD417. Grayscale: #343434. Windows color (decimal): -16438296 or 15215365. OLE color: 15215365.
HSL color Cylindrical-coordinate representation of color #052BE8: hue angle of 229.96º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052BE8 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 43 | 232 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.09 |
| HSL | 229.96º | 0.96% | 0.46% | - |
| HSV(B) | 229.96º | 0.98% | 0.91% | - |
| XYZ | 15.49 | 7.59 | 76.99 | - |
| YUV | 53.18 | 228.91 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 232 | 0.98 | 0.81 | 0 | 0.09 | 229.96 | 0.96 | 0.46 |
| Hex | 5 | 2B | E8 | 62 | 51 | 0 | 9 | E6 | 60 | 2E |
| Octal | 5 | 53 | 350 | 142 | 121 | 0 | 11 | 346 | 140 | 56 |
| Binary | 101 | 101011 | 11101000 | 1100010 | 1010001 | 0 | 1001 | 11100110 | 1100000 | 101110 |
Color Harmonies of #052BE8
Complementary color
Monochromatic Colors of #052BE8
Black with #052BE8
Text Example
Text Example
White with #052BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052BE8; }
p { color: rgb(5,43,232); }
H1.HeaderClassName
{
color: #052BE8;
}
.AnyTagClassName
{
color: #052BE8;
}
</style>
background-color css
<style>
a { background-color: #052BE8; }
a { background-color: rgb(5,43,232); }
div.DivClassName
{
background-color: #052BE8;
}
.BgClassName
{
background-color: #052BE8;
}
</style>
border-color css
<style>
span { border-color: #052BE8; }
span { border-color: rgb(5,43,232); }
td.TdClassName
{
border-color: #052BE8;
}
.TagClassName
{
border-color: #052BE8;
}
</style>