Shades of Blue #052CEB
Tints of Blue #052CEB
RGB
CMYK
RGB Variations
Color information
#052CEB (or 0x052CEB) is known color: Blue. HEX triplet: 05, 2C and EB. RGB value is (5,44,235). Sum of RGB (Red+Green+Blue) = 5+44+235=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 235 (92.19% from 255 or 82.75% from 284); Max value from RGB is 235 - color contains mainly: blue. Hex color #052CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052CEB is #FAD314. Grayscale: #353535. Windows color (decimal): -16438037 or 15412229. OLE color: 15412229.
HSL color Cylindrical-coordinate representation of color #052CEB: hue angle of 229.83º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052CEB is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 44 | 235 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.08 |
| HSL | 229.83º | 0.96% | 0.47% | - |
| HSV(B) | 229.83º | 0.98% | 0.92% | - |
| XYZ | 15.96 | 7.83 | 79.27 | - |
| YUV | 54.11 | 230.08 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 235 | 0.98 | 0.81 | 0 | 0.08 | 229.83 | 0.96 | 0.47 |
| Hex | 5 | 2C | EB | 62 | 51 | 0 | 8 | E6 | 60 | 2F |
| Octal | 5 | 54 | 353 | 142 | 121 | 0 | 10 | 346 | 140 | 57 |
| Binary | 101 | 101100 | 11101011 | 1100010 | 1010001 | 0 | 1000 | 11100110 | 1100000 | 101111 |
Color Harmonies of #052CEB
Complementary color
Monochromatic Colors of #052CEB
Black with #052CEB
Text Example
Text Example
White with #052CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052CEB; }
p { color: rgb(5,44,235); }
H1.HeaderClassName
{
color: #052CEB;
}
.AnyTagClassName
{
color: #052CEB;
}
</style>
background-color css
<style>
a { background-color: #052CEB; }
a { background-color: rgb(5,44,235); }
div.DivClassName
{
background-color: #052CEB;
}
.BgClassName
{
background-color: #052CEB;
}
</style>
border-color css
<style>
span { border-color: #052CEB; }
span { border-color: rgb(5,44,235); }
td.TdClassName
{
border-color: #052CEB;
}
.TagClassName
{
border-color: #052CEB;
}
</style>