Shades of Blue #052CEA
Tints of Blue #052CEA
RGB
CMYK
RGB Variations
Color information
#052CEA (or 0x052CEA) is known color: Blue. HEX triplet: 05, 2C and EA. RGB value is (5,44,234). Sum of RGB (Red+Green+Blue) = 5+44+234=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 234 (91.80% from 255 or 82.69% from 283); Max value from RGB is 234 - color contains mainly: blue. Hex color #052CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052CEA is #FAD315. Grayscale: #353535. Windows color (decimal): -16438038 or 15346693. OLE color: 15346693.
HSL color Cylindrical-coordinate representation of color #052CEA: hue angle of 229.78º 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 #052CEA is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 44 | 234 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.08 |
| HSL | 229.78º | 0.96% | 0.47% | - |
| HSV(B) | 229.78º | 0.98% | 0.92% | - |
| XYZ | 15.81 | 7.77 | 78.51 | - |
| YUV | 54 | 229.58 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 234 | 0.98 | 0.81 | 0 | 0.08 | 229.78 | 0.96 | 0.47 |
| Hex | 5 | 2C | EA | 62 | 51 | 0 | 8 | E6 | 60 | 2F |
| Octal | 5 | 54 | 352 | 142 | 121 | 0 | 10 | 346 | 140 | 57 |
| Binary | 101 | 101100 | 11101010 | 1100010 | 1010001 | 0 | 1000 | 11100110 | 1100000 | 101111 |
Color Harmonies of #052CEA
Complementary color
Monochromatic Colors of #052CEA
Black with #052CEA
Text Example
Text Example
White with #052CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052CEA; }
p { color: rgb(5,44,234); }
H1.HeaderClassName
{
color: #052CEA;
}
.AnyTagClassName
{
color: #052CEA;
}
</style>
background-color css
<style>
a { background-color: #052CEA; }
a { background-color: rgb(5,44,234); }
div.DivClassName
{
background-color: #052CEA;
}
.BgClassName
{
background-color: #052CEA;
}
</style>
border-color css
<style>
span { border-color: #052CEA; }
span { border-color: rgb(5,44,234); }
td.TdClassName
{
border-color: #052CEA;
}
.TagClassName
{
border-color: #052CEA;
}
</style>