Shades of Blue #052CE9
Tints of Blue #052CE9
RGB
CMYK
RGB Variations
Color information
#052CE9 (or 0x052CE9) is known color: Blue. HEX triplet: 05, 2C and E9. RGB value is (5,44,233). Sum of RGB (Red+Green+Blue) = 5+44+233=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 233 (91.41% from 255 or 82.62% from 282); Max value from RGB is 233 - color contains mainly: blue. Hex color #052CE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052CE9 is #FAD316. Grayscale: #353535. Windows color (decimal): -16438039 or 15281157. OLE color: 15281157.
HSL color Cylindrical-coordinate representation of color #052CE9: hue angle of 229.74º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052CE9 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 44 | 233 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.09 |
| HSL | 229.74º | 0.96% | 0.47% | - |
| HSV(B) | 229.74º | 0.98% | 0.91% | - |
| XYZ | 15.67 | 7.72 | 77.75 | - |
| YUV | 53.89 | 229.08 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 233 | 0.98 | 0.81 | 0 | 0.09 | 229.74 | 0.96 | 0.47 |
| Hex | 5 | 2C | E9 | 62 | 51 | 0 | 9 | E6 | 60 | 2F |
| Octal | 5 | 54 | 351 | 142 | 121 | 0 | 11 | 346 | 140 | 57 |
| Binary | 101 | 101100 | 11101001 | 1100010 | 1010001 | 0 | 1001 | 11100110 | 1100000 | 101111 |
Color Harmonies of #052CE9
Complementary color
Monochromatic Colors of #052CE9
Black with #052CE9
Text Example
Text Example
White with #052CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052CE9; }
p { color: rgb(5,44,233); }
H1.HeaderClassName
{
color: #052CE9;
}
.AnyTagClassName
{
color: #052CE9;
}
</style>
background-color css
<style>
a { background-color: #052CE9; }
a { background-color: rgb(5,44,233); }
div.DivClassName
{
background-color: #052CE9;
}
.BgClassName
{
background-color: #052CE9;
}
</style>
border-color css
<style>
span { border-color: #052CE9; }
span { border-color: rgb(5,44,233); }
td.TdClassName
{
border-color: #052CE9;
}
.TagClassName
{
border-color: #052CE9;
}
</style>