Shades of Blue #0535FB
Tints of Blue #0535FB
RGB
CMYK
RGB Variations
Color information
#0535FB (or 0x0535FB) is known color: Blue. HEX triplet: 05, 35 and FB. RGB value is (5,53,251). Sum of RGB (Red+Green+Blue) = 5+53+251=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 251 (98.44% from 255 or 81.23% from 309); Max value from RGB is 251 - color contains mainly: blue. Hex color #0535FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0535FB is #FACA04. Grayscale: #3C3C3C. Windows color (decimal): -16435717 or 16463109. OLE color: 16463109.
HSL color Cylindrical-coordinate representation of color #0535FB: hue angle of 228.29º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0535FB is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 53 | 251 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.02 |
| HSL | 228.29º | 0.97% | 0.5% | - |
| HSV(B) | 228.29º | 0.98% | 0.98% | - |
| XYZ | 18.75 | 9.54 | 92.12 | - |
| YUV | 61.22 | 235.1 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 251 | 0.98 | 0.79 | 0 | 0.02 | 228.29 | 0.97 | 0.5 |
| Hex | 5 | 35 | FB | 62 | 4F | 0 | 2 | E4 | 61 | 32 |
| Octal | 5 | 65 | 373 | 142 | 117 | 0 | 2 | 344 | 141 | 62 |
| Binary | 101 | 110101 | 11111011 | 1100010 | 1001111 | 0 | 10 | 11100100 | 1100001 | 110010 |
Color Harmonies of #0535FB
Complementary color
Monochromatic Colors of #0535FB
Black with #0535FB
Text Example
Text Example
White with #0535FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0535FB; }
p { color: rgb(5,53,251); }
H1.HeaderClassName
{
color: #0535FB;
}
.AnyTagClassName
{
color: #0535FB;
}
</style>
background-color css
<style>
a { background-color: #0535FB; }
a { background-color: rgb(5,53,251); }
div.DivClassName
{
background-color: #0535FB;
}
.BgClassName
{
background-color: #0535FB;
}
</style>
border-color css
<style>
span { border-color: #0535FB; }
span { border-color: rgb(5,53,251); }
td.TdClassName
{
border-color: #0535FB;
}
.TagClassName
{
border-color: #0535FB;
}
</style>