Shades of Blue #052BE7
Tints of Blue #052BE7
RGB
CMYK
RGB Variations
Color information
#052BE7 (or 0x052BE7) is known color: Blue. HEX triplet: 05, 2B and E7. RGB value is (5,43,231). Sum of RGB (Red+Green+Blue) = 5+43+231=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 231 (90.62% from 255 or 82.80% from 279); Max value from RGB is 231 - color contains mainly: blue. Hex color #052BE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052BE7 is #FAD418. Grayscale: #343434. Windows color (decimal): -16438297 or 15149829. OLE color: 15149829.
HSL color Cylindrical-coordinate representation of color #052BE7: hue angle of 229.91º 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 #052BE7 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 43 | 231 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.09 |
| HSL | 229.91º | 0.96% | 0.46% | - |
| HSV(B) | 229.91º | 0.98% | 0.91% | - |
| XYZ | 15.35 | 7.53 | 76.25 | - |
| YUV | 53.07 | 228.41 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 231 | 0.98 | 0.81 | 0 | 0.09 | 229.91 | 0.96 | 0.46 |
| Hex | 5 | 2B | E7 | 62 | 51 | 0 | 9 | E6 | 60 | 2E |
| Octal | 5 | 53 | 347 | 142 | 121 | 0 | 11 | 346 | 140 | 56 |
| Binary | 101 | 101011 | 11100111 | 1100010 | 1010001 | 0 | 1001 | 11100110 | 1100000 | 101110 |
Color Harmonies of #052BE7
Complementary color
Monochromatic Colors of #052BE7
Black with #052BE7
Text Example
Text Example
White with #052BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052BE7; }
p { color: rgb(5,43,231); }
H1.HeaderClassName
{
color: #052BE7;
}
.AnyTagClassName
{
color: #052BE7;
}
</style>
background-color css
<style>
a { background-color: #052BE7; }
a { background-color: rgb(5,43,231); }
div.DivClassName
{
background-color: #052BE7;
}
.BgClassName
{
background-color: #052BE7;
}
</style>
border-color css
<style>
span { border-color: #052BE7; }
span { border-color: rgb(5,43,231); }
td.TdClassName
{
border-color: #052BE7;
}
.TagClassName
{
border-color: #052BE7;
}
</style>