Shades of Blue #0522F2
Tints of Blue #0522F2
RGB
CMYK
RGB Variations
Color information
#0522F2 (or 0x0522F2) is known color: Blue. HEX triplet: 05, 22 and F2. RGB value is (5,34,242). Sum of RGB (Red+Green+Blue) = 5+34+242=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 242 (94.92% from 255 or 86.12% from 281); Max value from RGB is 242 - color contains mainly: blue. Hex color #0522F2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0522F2 is #FADD0D. Grayscale: #303030. Windows color (decimal): -16440590 or 15868421. OLE color: 15868421.
HSL color Cylindrical-coordinate representation of color #0522F2: hue angle of 232.66º 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 #0522F2 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 34 | 242 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.05 |
| HSL | 232.66º | 0.96% | 0.48% | - |
| HSV(B) | 232.66º | 0.98% | 0.95% | - |
| XYZ | 16.66 | 7.59 | 84.59 | - |
| YUV | 49.04 | 236.89 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 34 | 242 | 0.98 | 0.86 | 0 | 0.05 | 232.66 | 0.96 | 0.48 |
| Hex | 5 | 22 | F2 | 62 | 56 | 0 | 5 | E9 | 60 | 30 |
| Octal | 5 | 42 | 362 | 142 | 126 | 0 | 5 | 351 | 140 | 60 |
| Binary | 101 | 100010 | 11110010 | 1100010 | 1010110 | 0 | 101 | 11101001 | 1100000 | 110000 |
Color Harmonies of #0522F2
Complementary color
Monochromatic Colors of #0522F2
Black with #0522F2
Text Example
Text Example
White with #0522F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0522F2; }
p { color: rgb(5,34,242); }
H1.HeaderClassName
{
color: #0522F2;
}
.AnyTagClassName
{
color: #0522F2;
}
</style>
background-color css
<style>
a { background-color: #0522F2; }
a { background-color: rgb(5,34,242); }
div.DivClassName
{
background-color: #0522F2;
}
.BgClassName
{
background-color: #0522F2;
}
</style>
border-color css
<style>
span { border-color: #0522F2; }
span { border-color: rgb(5,34,242); }
td.TdClassName
{
border-color: #0522F2;
}
.TagClassName
{
border-color: #0522F2;
}
</style>