Shades of Blue #0535FA
Tints of Blue #0535FA
RGB
CMYK
RGB Variations
Color information
#0535FA (or 0x0535FA) is known color: Blue. HEX triplet: 05, 35 and FA. RGB value is (5,53,250). Sum of RGB (Red+Green+Blue) = 5+53+250=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 250 (98.05% from 255 or 81.17% from 308); Max value from RGB is 250 - color contains mainly: blue. Hex color #0535FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0535FA is #FACA05. Grayscale: #3C3C3C. Windows color (decimal): -16435718 or 16397573. OLE color: 16397573.
HSL color Cylindrical-coordinate representation of color #0535FA: hue angle of 228.24º degrees, saturation: 0.96, 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 #0535FA is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 53 | 250 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.02 |
| HSL | 228.24º | 0.96% | 0.5% | - |
| HSV(B) | 228.24º | 0.98% | 0.98% | - |
| XYZ | 18.59 | 9.48 | 91.29 | - |
| YUV | 61.11 | 234.6 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 250 | 0.98 | 0.79 | 0 | 0.02 | 228.24 | 0.96 | 0.5 |
| Hex | 5 | 35 | FA | 62 | 4F | 0 | 2 | E4 | 60 | 32 |
| Octal | 5 | 65 | 372 | 142 | 117 | 0 | 2 | 344 | 140 | 62 |
| Binary | 101 | 110101 | 11111010 | 1100010 | 1001111 | 0 | 10 | 11100100 | 1100000 | 110010 |
Color Harmonies of #0535FA
Complementary color
Monochromatic Colors of #0535FA
Black with #0535FA
Text Example
Text Example
White with #0535FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0535FA; }
p { color: rgb(5,53,250); }
H1.HeaderClassName
{
color: #0535FA;
}
.AnyTagClassName
{
color: #0535FA;
}
</style>
background-color css
<style>
a { background-color: #0535FA; }
a { background-color: rgb(5,53,250); }
div.DivClassName
{
background-color: #0535FA;
}
.BgClassName
{
background-color: #0535FA;
}
</style>
border-color css
<style>
span { border-color: #0535FA; }
span { border-color: rgb(5,53,250); }
td.TdClassName
{
border-color: #0535FA;
}
.TagClassName
{
border-color: #0535FA;
}
</style>