Shades of Blue #0525FD
Tints of Blue #0525FD
RGB
CMYK
RGB Variations
Color information
#0525FD (or 0x0525FD) is known color: Blue. HEX triplet: 05, 25 and FD. RGB value is (5,37,253). Sum of RGB (Red+Green+Blue) = 5+37+253=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 253 (99.22% from 255 or 85.76% from 295); Max value from RGB is 253 - color contains mainly: blue. Hex color #0525FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0525FD is #FADA02. Grayscale: #333333. Windows color (decimal): -16439811 or 16590085. OLE color: 16590085.
HSL color Cylindrical-coordinate representation of color #0525FD: hue angle of 232.26º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0525FD is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 37 | 253 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.01 |
| HSL | 232.26º | 0.98% | 0.51% | - |
| HSV(B) | 232.26º | 0.98% | 0.99% | - |
| XYZ | 18.45 | 8.45 | 93.59 | - |
| YUV | 52.06 | 241.4 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 253 | 0.98 | 0.85 | 0 | 0.01 | 232.26 | 0.98 | 0.51 |
| Hex | 5 | 25 | FD | 62 | 55 | 0 | 1 | E8 | 62 | 33 |
| Octal | 5 | 45 | 375 | 142 | 125 | 0 | 1 | 350 | 142 | 63 |
| Binary | 101 | 100101 | 11111101 | 1100010 | 1010101 | 0 | 1 | 11101000 | 1100010 | 110011 |
Color Harmonies of #0525FD
Complementary color
Monochromatic Colors of #0525FD
Black with #0525FD
Text Example
Text Example
White with #0525FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0525FD; }
p { color: rgb(5,37,253); }
H1.HeaderClassName
{
color: #0525FD;
}
.AnyTagClassName
{
color: #0525FD;
}
</style>
background-color css
<style>
a { background-color: #0525FD; }
a { background-color: rgb(5,37,253); }
div.DivClassName
{
background-color: #0525FD;
}
.BgClassName
{
background-color: #0525FD;
}
</style>
border-color css
<style>
span { border-color: #0525FD; }
span { border-color: rgb(5,37,253); }
td.TdClassName
{
border-color: #0525FD;
}
.TagClassName
{
border-color: #0525FD;
}
</style>