Shades of Blue #053CFA
Tints of Blue #053CFA
RGB
CMYK
RGB Variations
Color information
#053CFA (or 0x053CFA) is known color: Blue. HEX triplet: 05, 3C and FA. RGB value is (5,60,250). Sum of RGB (Red+Green+Blue) = 5+60+250=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 250 (98.05% from 255 or 79.37% from 315); Max value from RGB is 250 - color contains mainly: blue. Hex color #053CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053CFA is #FAC305. Grayscale: #404040. Windows color (decimal): -16433926 or 16399365. OLE color: 16399365.
HSL color Cylindrical-coordinate representation of color #053CFA: hue angle of 226.53º 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 #053CFA is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 60 | 250 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.02 |
| HSL | 226.53º | 0.96% | 0.5% | - |
| HSV(B) | 226.53º | 0.98% | 0.98% | - |
| XYZ | 18.93 | 10.17 | 91.41 | - |
| YUV | 65.22 | 232.28 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 250 | 0.98 | 0.76 | 0 | 0.02 | 226.53 | 0.96 | 0.5 |
| Hex | 5 | 3C | FA | 62 | 4C | 0 | 2 | E3 | 60 | 32 |
| Octal | 5 | 74 | 372 | 142 | 114 | 0 | 2 | 343 | 140 | 62 |
| Binary | 101 | 111100 | 11111010 | 1100010 | 1001100 | 0 | 10 | 11100011 | 1100000 | 110010 |
Color Harmonies of #053CFA
Complementary color
Monochromatic Colors of #053CFA
Black with #053CFA
Text Example
Text Example
White with #053CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053CFA; }
p { color: rgb(5,60,250); }
H1.HeaderClassName
{
color: #053CFA;
}
.AnyTagClassName
{
color: #053CFA;
}
</style>
background-color css
<style>
a { background-color: #053CFA; }
a { background-color: rgb(5,60,250); }
div.DivClassName
{
background-color: #053CFA;
}
.BgClassName
{
background-color: #053CFA;
}
</style>
border-color css
<style>
span { border-color: #053CFA; }
span { border-color: rgb(5,60,250); }
td.TdClassName
{
border-color: #053CFA;
}
.TagClassName
{
border-color: #053CFA;
}
</style>