Shades of Blue #0525FF
Tints of Blue #0525FF
RGB
CMYK
RGB Variations
Color information
#0525FF (or 0x0525FF) is known color: Blue. HEX triplet: 05, 25 and FF. RGB value is (5,37,255). Sum of RGB (Red+Green+Blue) = 5+37+255=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 255 (100% from 255 or 85.86% from 297); Max value from RGB is 255 - color contains mainly: blue. Hex color #0525FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0525FF is #FADA00. Grayscale: #333333. Windows color (decimal): -16439809 or 16721157. OLE color: 16721157.
HSL color Cylindrical-coordinate representation of color #0525FF: hue angle of 232.32º 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 #0525FF is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 37 | 255 | - |
| CMYK | 0.98 | 0.85 | 0 | 0 |
| HSL | 232.32º | 1% | 0.51% | - |
| HSV(B) | 232.32º | 0.98% | 1% | - |
| XYZ | 18.77 | 8.58 | 95.27 | - |
| YUV | 52.28 | 242.4 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 255 | 0.98 | 0.85 | 0 | 0 | 232.32 | 1 | 0.51 |
| Hex | 5 | 25 | FF | 62 | 55 | 0 | 0 | E8 | 64 | 33 |
| Octal | 5 | 45 | 377 | 142 | 125 | 0 | 0 | 350 | 144 | 63 |
| Binary | 101 | 100101 | 11111111 | 1100010 | 1010101 | 0 | 0 | 11101000 | 1100100 | 110011 |
Color Harmonies of #0525FF
Complementary color
Monochromatic Colors of #0525FF
Black with #0525FF
Text Example
Text Example
White with #0525FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0525FF; }
p { color: rgb(5,37,255); }
H1.HeaderClassName
{
color: #0525FF;
}
.AnyTagClassName
{
color: #0525FF;
}
</style>
background-color css
<style>
a { background-color: #0525FF; }
a { background-color: rgb(5,37,255); }
div.DivClassName
{
background-color: #0525FF;
}
.BgClassName
{
background-color: #0525FF;
}
</style>
border-color css
<style>
span { border-color: #0525FF; }
span { border-color: rgb(5,37,255); }
td.TdClassName
{
border-color: #0525FF;
}
.TagClassName
{
border-color: #0525FF;
}
</style>