Shades of Blue #053CFE
Tints of Blue #053CFE
RGB
CMYK
RGB Variations
Color information
#053CFE (or 0x053CFE) is known color: Blue. HEX triplet: 05, 3C and FE. RGB value is (5,60,254). Sum of RGB (Red+Green+Blue) = 5+60+254=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 254 (99.61% from 255 or 79.62% from 319); Max value from RGB is 254 - color contains mainly: blue. Hex color #053CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053CFE is #FAC301. Grayscale: #404040. Windows color (decimal): -16433922 or 16661509. OLE color: 16661509.
HSL color Cylindrical-coordinate representation of color #053CFE: hue angle of 226.75º 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 #053CFE is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 60 | 254 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.00 |
| HSL | 226.75º | 0.99% | 0.51% | - |
| HSV(B) | 226.75º | 0.98% | 1% | - |
| XYZ | 19.57 | 10.42 | 94.75 | - |
| YUV | 65.67 | 234.28 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 254 | 0.98 | 0.76 | 0 | 0.00 | 226.75 | 0.99 | 0.51 |
| Hex | 5 | 3C | FE | 62 | 4C | 0 | 0 | E3 | 63 | 33 |
| Octal | 5 | 74 | 376 | 142 | 114 | 0 | 0 | 343 | 143 | 63 |
| Binary | 101 | 111100 | 11111110 | 1100010 | 1001100 | 0 | 0 | 11100011 | 1100011 | 110011 |
Color Harmonies of #053CFE
Complementary color
Monochromatic Colors of #053CFE
Black with #053CFE
Text Example
Text Example
White with #053CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053CFE; }
p { color: rgb(5,60,254); }
H1.HeaderClassName
{
color: #053CFE;
}
.AnyTagClassName
{
color: #053CFE;
}
</style>
background-color css
<style>
a { background-color: #053CFE; }
a { background-color: rgb(5,60,254); }
div.DivClassName
{
background-color: #053CFE;
}
.BgClassName
{
background-color: #053CFE;
}
</style>
border-color css
<style>
span { border-color: #053CFE; }
span { border-color: rgb(5,60,254); }
td.TdClassName
{
border-color: #053CFE;
}
.TagClassName
{
border-color: #053CFE;
}
</style>