Shades of Blue #0525F7
Tints of Blue #0525F7
RGB
CMYK
RGB Variations
Color information
#0525F7 (or 0x0525F7) is known color: Blue. HEX triplet: 05, 25 and F7. RGB value is (5,37,247). Sum of RGB (Red+Green+Blue) = 5+37+247=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 247 (96.88% from 255 or 85.47% from 289); Max value from RGB is 247 - color contains mainly: blue. Hex color #0525F7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0525F7 is #FADA08. Grayscale: #323232. Windows color (decimal): -16439817 or 16196869. OLE color: 16196869.
HSL color Cylindrical-coordinate representation of color #0525F7: hue angle of 232.07º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0525F7 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 37 | 247 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.03 |
| HSL | 232.07º | 0.96% | 0.49% | - |
| HSV(B) | 232.07º | 0.98% | 0.97% | - |
| XYZ | 17.51 | 8.07 | 88.63 | - |
| YUV | 51.37 | 238.4 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 247 | 0.98 | 0.85 | 0 | 0.03 | 232.07 | 0.96 | 0.49 |
| Hex | 5 | 25 | F7 | 62 | 55 | 0 | 3 | E8 | 60 | 31 |
| Octal | 5 | 45 | 367 | 142 | 125 | 0 | 3 | 350 | 140 | 61 |
| Binary | 101 | 100101 | 11110111 | 1100010 | 1010101 | 0 | 11 | 11101000 | 1100000 | 110001 |
Color Harmonies of #0525F7
Complementary color
Monochromatic Colors of #0525F7
Black with #0525F7
Text Example
Text Example
White with #0525F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0525F7; }
p { color: rgb(5,37,247); }
H1.HeaderClassName
{
color: #0525F7;
}
.AnyTagClassName
{
color: #0525F7;
}
</style>
background-color css
<style>
a { background-color: #0525F7; }
a { background-color: rgb(5,37,247); }
div.DivClassName
{
background-color: #0525F7;
}
.BgClassName
{
background-color: #0525F7;
}
</style>
border-color css
<style>
span { border-color: #0525F7; }
span { border-color: rgb(5,37,247); }
td.TdClassName
{
border-color: #0525F7;
}
.TagClassName
{
border-color: #0525F7;
}
</style>