Shades of Blue #0522EE
Tints of Blue #0522EE
RGB
CMYK
RGB Variations
Color information
#0522EE (or 0x0522EE) is known color: Blue. HEX triplet: 05, 22 and EE. RGB value is (5,34,238). Sum of RGB (Red+Green+Blue) = 5+34+238=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 238 (93.36% from 255 or 85.92% from 277); Max value from RGB is 238 - color contains mainly: blue. Hex color #0522EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0522EE is #FADD11. Grayscale: #2F2F2F. Windows color (decimal): -16440594 or 15606277. OLE color: 15606277.
HSL color Cylindrical-coordinate representation of color #0522EE: hue angle of 232.53º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0522EE is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 34 | 238 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.07 |
| HSL | 232.53º | 0.96% | 0.48% | - |
| HSV(B) | 232.53º | 0.98% | 0.93% | - |
| XYZ | 16.07 | 7.35 | 81.46 | - |
| YUV | 48.59 | 234.89 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 34 | 238 | 0.98 | 0.86 | 0 | 0.07 | 232.53 | 0.96 | 0.48 |
| Hex | 5 | 22 | EE | 62 | 56 | 0 | 7 | E9 | 60 | 30 |
| Octal | 5 | 42 | 356 | 142 | 126 | 0 | 7 | 351 | 140 | 60 |
| Binary | 101 | 100010 | 11101110 | 1100010 | 1010110 | 0 | 111 | 11101001 | 1100000 | 110000 |
Color Harmonies of #0522EE
Complementary color
Monochromatic Colors of #0522EE
Black with #0522EE
Text Example
Text Example
White with #0522EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0522EE; }
p { color: rgb(5,34,238); }
H1.HeaderClassName
{
color: #0522EE;
}
.AnyTagClassName
{
color: #0522EE;
}
</style>
background-color css
<style>
a { background-color: #0522EE; }
a { background-color: rgb(5,34,238); }
div.DivClassName
{
background-color: #0522EE;
}
.BgClassName
{
background-color: #0522EE;
}
</style>
border-color css
<style>
span { border-color: #0522EE; }
span { border-color: rgb(5,34,238); }
td.TdClassName
{
border-color: #0522EE;
}
.TagClassName
{
border-color: #0522EE;
}
</style>