Shades of Blue #0534FD
Tints of Blue #0534FD
RGB
CMYK
RGB Variations
Color information
#0534FD (or 0x0534FD) is known color: Blue. HEX triplet: 05, 34 and FD. RGB value is (5,52,253). Sum of RGB (Red+Green+Blue) = 5+52+253=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 253 (99.22% from 255 or 81.61% from 310); Max value from RGB is 253 - color contains mainly: blue. Hex color #0534FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0534FD is #FACB02. Grayscale: #3C3C3C. Windows color (decimal): -16435971 or 16593925. OLE color: 16593925.
HSL color Cylindrical-coordinate representation of color #0534FD: hue angle of 228.63º 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 #0534FD is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 52 | 253 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.01 |
| HSL | 228.63º | 0.98% | 0.51% | - |
| HSV(B) | 228.63º | 0.98% | 0.99% | - |
| XYZ | 19.02 | 9.58 | 93.78 | - |
| YUV | 60.86 | 236.43 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 253 | 0.98 | 0.79 | 0 | 0.01 | 228.63 | 0.98 | 0.51 |
| Hex | 5 | 34 | FD | 62 | 4F | 0 | 1 | E5 | 62 | 33 |
| Octal | 5 | 64 | 375 | 142 | 117 | 0 | 1 | 345 | 142 | 63 |
| Binary | 101 | 110100 | 11111101 | 1100010 | 1001111 | 0 | 1 | 11100101 | 1100010 | 110011 |
Color Harmonies of #0534FD
Complementary color
Monochromatic Colors of #0534FD
Black with #0534FD
Text Example
Text Example
White with #0534FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0534FD; }
p { color: rgb(5,52,253); }
H1.HeaderClassName
{
color: #0534FD;
}
.AnyTagClassName
{
color: #0534FD;
}
</style>
background-color css
<style>
a { background-color: #0534FD; }
a { background-color: rgb(5,52,253); }
div.DivClassName
{
background-color: #0534FD;
}
.BgClassName
{
background-color: #0534FD;
}
</style>
border-color css
<style>
span { border-color: #0534FD; }
span { border-color: rgb(5,52,253); }
td.TdClassName
{
border-color: #0534FD;
}
.TagClassName
{
border-color: #0534FD;
}
</style>