Shades of Blue #0528FC
Tints of Blue #0528FC
RGB
CMYK
RGB Variations
Color information
#0528FC (or 0x0528FC) is known color: Blue. HEX triplet: 05, 28 and FC. RGB value is (5,40,252). Sum of RGB (Red+Green+Blue) = 5+40+252=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 252 (98.83% from 255 or 84.85% from 297); Max value from RGB is 252 - color contains mainly: blue. Hex color #0528FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0528FC is #FAD703. Grayscale: #343434. Windows color (decimal): -16439044 or 16525317. OLE color: 16525317.
HSL color Cylindrical-coordinate representation of color #0528FC: hue angle of 231.5º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0528FC is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 40 | 252 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.01 |
| HSL | 231.5º | 0.98% | 0.5% | - |
| HSV(B) | 231.5º | 0.98% | 0.99% | - |
| XYZ | 18.39 | 8.58 | 92.78 | - |
| YUV | 53.7 | 239.9 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 252 | 0.98 | 0.84 | 0 | 0.01 | 231.5 | 0.98 | 0.5 |
| Hex | 5 | 28 | FC | 62 | 54 | 0 | 1 | E7 | 62 | 32 |
| Octal | 5 | 50 | 374 | 142 | 124 | 0 | 1 | 347 | 142 | 62 |
| Binary | 101 | 101000 | 11111100 | 1100010 | 1010100 | 0 | 1 | 11100111 | 1100010 | 110010 |
Color Harmonies of #0528FC
Complementary color
Monochromatic Colors of #0528FC
Black with #0528FC
Text Example
Text Example
White with #0528FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0528FC; }
p { color: rgb(5,40,252); }
H1.HeaderClassName
{
color: #0528FC;
}
.AnyTagClassName
{
color: #0528FC;
}
</style>
background-color css
<style>
a { background-color: #0528FC; }
a { background-color: rgb(5,40,252); }
div.DivClassName
{
background-color: #0528FC;
}
.BgClassName
{
background-color: #0528FC;
}
</style>
border-color css
<style>
span { border-color: #0528FC; }
span { border-color: rgb(5,40,252); }
td.TdClassName
{
border-color: #0528FC;
}
.TagClassName
{
border-color: #0528FC;
}
</style>