Shades of Blue #0521FF
Tints of Blue #0521FF
RGB
CMYK
RGB Variations
Color information
#0521FF (or 0x0521FF) is known color: Blue. HEX triplet: 05, 21 and FF. RGB value is (5,33,255). Sum of RGB (Red+Green+Blue) = 5+33+255=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 255 (100% from 255 or 87.03% from 293); Max value from RGB is 255 - color contains mainly: blue. Hex color #0521FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0521FF is #FADE00. Grayscale: #313131. Windows color (decimal): -16440833 or 16720133. OLE color: 16720133.
HSL color Cylindrical-coordinate representation of color #0521FF: hue angle of 233.28º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0521FF is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 33 | 255 | - |
| CMYK | 0.98 | 0.87 | 0 | 0 |
| HSL | 233.28º | 1% | 0.51% | - |
| HSV(B) | 233.28º | 0.98% | 1% | - |
| XYZ | 18.66 | 8.34 | 95.23 | - |
| YUV | 49.94 | 243.72 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 255 | 0.98 | 0.87 | 0 | 0 | 233.28 | 1 | 0.51 |
| Hex | 5 | 21 | FF | 62 | 57 | 0 | 0 | E9 | 64 | 33 |
| Octal | 5 | 41 | 377 | 142 | 127 | 0 | 0 | 351 | 144 | 63 |
| Binary | 101 | 100001 | 11111111 | 1100010 | 1010111 | 0 | 0 | 11101001 | 1100100 | 110011 |
Color Harmonies of #0521FF
Complementary color
Monochromatic Colors of #0521FF
Black with #0521FF
Text Example
Text Example
White with #0521FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0521FF; }
p { color: rgb(5,33,255); }
H1.HeaderClassName
{
color: #0521FF;
}
.AnyTagClassName
{
color: #0521FF;
}
</style>
background-color css
<style>
a { background-color: #0521FF; }
a { background-color: rgb(5,33,255); }
div.DivClassName
{
background-color: #0521FF;
}
.BgClassName
{
background-color: #0521FF;
}
</style>
border-color css
<style>
span { border-color: #0521FF; }
span { border-color: rgb(5,33,255); }
td.TdClassName
{
border-color: #0521FF;
}
.TagClassName
{
border-color: #0521FF;
}
</style>