Shades of Blue #0529FC
Tints of Blue #0529FC
RGB
CMYK
RGB Variations
Color information
#0529FC (or 0x0529FC) is known color: Blue. HEX triplet: 05, 29 and FC. RGB value is (5,41,252). Sum of RGB (Red+Green+Blue) = 5+41+252=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 252 (98.83% from 255 or 84.56% from 298); Max value from RGB is 252 - color contains mainly: blue. Hex color #0529FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0529FC is #FAD603. Grayscale: #353535. Windows color (decimal): -16438788 or 16525573. OLE color: 16525573.
HSL color Cylindrical-coordinate representation of color #0529FC: hue angle of 231.26º 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 #0529FC is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 41 | 252 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.01 |
| HSL | 231.26º | 0.98% | 0.5% | - |
| HSV(B) | 231.26º | 0.98% | 0.99% | - |
| XYZ | 18.43 | 8.65 | 92.79 | - |
| YUV | 54.29 | 239.57 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 252 | 0.98 | 0.84 | 0 | 0.01 | 231.26 | 0.98 | 0.5 |
| Hex | 5 | 29 | FC | 62 | 54 | 0 | 1 | E7 | 62 | 32 |
| Octal | 5 | 51 | 374 | 142 | 124 | 0 | 1 | 347 | 142 | 62 |
| Binary | 101 | 101001 | 11111100 | 1100010 | 1010100 | 0 | 1 | 11100111 | 1100010 | 110010 |
Color Harmonies of #0529FC
Complementary color
Monochromatic Colors of #0529FC
Black with #0529FC
Text Example
Text Example
White with #0529FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0529FC; }
p { color: rgb(5,41,252); }
H1.HeaderClassName
{
color: #0529FC;
}
.AnyTagClassName
{
color: #0529FC;
}
</style>
background-color css
<style>
a { background-color: #0529FC; }
a { background-color: rgb(5,41,252); }
div.DivClassName
{
background-color: #0529FC;
}
.BgClassName
{
background-color: #0529FC;
}
</style>
border-color css
<style>
span { border-color: #0529FC; }
span { border-color: rgb(5,41,252); }
td.TdClassName
{
border-color: #0529FC;
}
.TagClassName
{
border-color: #0529FC;
}
</style>