Shades of Blue #0535FE
Tints of Blue #0535FE
RGB
CMYK
RGB Variations
Color information
#0535FE (or 0x0535FE) is known color: Blue. HEX triplet: 05, 35 and FE. RGB value is (5,53,254). Sum of RGB (Red+Green+Blue) = 5+53+254=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 254 (99.61% from 255 or 81.41% from 312); Max value from RGB is 254 - color contains mainly: blue. Hex color #0535FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0535FE is #FACA01. Grayscale: #3C3C3C. Windows color (decimal): -16435714 or 16659717. OLE color: 16659717.
HSL color Cylindrical-coordinate representation of color #0535FE: hue angle of 228.43º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0535FE is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 53 | 254 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.00 |
| HSL | 228.43º | 0.99% | 0.51% | - |
| HSV(B) | 228.43º | 0.98% | 1% | - |
| XYZ | 19.23 | 9.73 | 94.63 | - |
| YUV | 61.56 | 236.6 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 254 | 0.98 | 0.79 | 0 | 0.00 | 228.43 | 0.99 | 0.51 |
| Hex | 5 | 35 | FE | 62 | 4F | 0 | 0 | E4 | 63 | 33 |
| Octal | 5 | 65 | 376 | 142 | 117 | 0 | 0 | 344 | 143 | 63 |
| Binary | 101 | 110101 | 11111110 | 1100010 | 1001111 | 0 | 0 | 11100100 | 1100011 | 110011 |
Color Harmonies of #0535FE
Complementary color
Monochromatic Colors of #0535FE
Black with #0535FE
Text Example
Text Example
White with #0535FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0535FE; }
p { color: rgb(5,53,254); }
H1.HeaderClassName
{
color: #0535FE;
}
.AnyTagClassName
{
color: #0535FE;
}
</style>
background-color css
<style>
a { background-color: #0535FE; }
a { background-color: rgb(5,53,254); }
div.DivClassName
{
background-color: #0535FE;
}
.BgClassName
{
background-color: #0535FE;
}
</style>
border-color css
<style>
span { border-color: #0535FE; }
span { border-color: rgb(5,53,254); }
td.TdClassName
{
border-color: #0535FE;
}
.TagClassName
{
border-color: #0535FE;
}
</style>