Shades of Blue #052EF2
Tints of Blue #052EF2
RGB
CMYK
RGB Variations
Color information
#052EF2 (or 0x052EF2) is known color: Blue. HEX triplet: 05, 2E and F2. RGB value is (5,46,242). Sum of RGB (Red+Green+Blue) = 5+46+242=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 242 (94.92% from 255 or 82.59% from 293); Max value from RGB is 242 - color contains mainly: blue. Hex color #052EF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052EF2 is #FAD10D. Grayscale: #373737. Windows color (decimal): -16437518 or 15871493. OLE color: 15871493.
HSL color Cylindrical-coordinate representation of color #052EF2: hue angle of 229.62º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052EF2 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 46 | 242 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.05 |
| HSL | 229.62º | 0.96% | 0.48% | - |
| HSV(B) | 229.62º | 0.98% | 0.95% | - |
| XYZ | 17.07 | 8.4 | 84.73 | - |
| YUV | 56.09 | 232.92 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 46 | 242 | 0.98 | 0.81 | 0 | 0.05 | 229.62 | 0.96 | 0.48 |
| Hex | 5 | 2E | F2 | 62 | 51 | 0 | 5 | E6 | 60 | 30 |
| Octal | 5 | 56 | 362 | 142 | 121 | 0 | 5 | 346 | 140 | 60 |
| Binary | 101 | 101110 | 11110010 | 1100010 | 1010001 | 0 | 101 | 11100110 | 1100000 | 110000 |
Color Harmonies of #052EF2
Complementary color
Monochromatic Colors of #052EF2
Black with #052EF2
Text Example
Text Example
White with #052EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052EF2; }
p { color: rgb(5,46,242); }
H1.HeaderClassName
{
color: #052EF2;
}
.AnyTagClassName
{
color: #052EF2;
}
</style>
background-color css
<style>
a { background-color: #052EF2; }
a { background-color: rgb(5,46,242); }
div.DivClassName
{
background-color: #052EF2;
}
.BgClassName
{
background-color: #052EF2;
}
</style>
border-color css
<style>
span { border-color: #052EF2; }
span { border-color: rgb(5,46,242); }
td.TdClassName
{
border-color: #052EF2;
}
.TagClassName
{
border-color: #052EF2;
}
</style>