Shades of Blue #053CFB
Tints of Blue #053CFB
RGB
CMYK
RGB Variations
Color information
#053CFB (or 0x053CFB) is known color: Blue. HEX triplet: 05, 3C and FB. RGB value is (5,60,251). Sum of RGB (Red+Green+Blue) = 5+60+251=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 251 (98.44% from 255 or 79.43% from 316); Max value from RGB is 251 - color contains mainly: blue. Hex color #053CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053CFB is #FAC304. Grayscale: #404040. Windows color (decimal): -16433925 or 16464901. OLE color: 16464901.
HSL color Cylindrical-coordinate representation of color #053CFB: hue angle of 226.59º 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 #053CFB is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 60 | 251 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.02 |
| HSL | 226.59º | 0.97% | 0.5% | - |
| HSV(B) | 226.59º | 0.98% | 0.98% | - |
| XYZ | 19.09 | 10.23 | 92.23 | - |
| YUV | 65.33 | 232.78 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 251 | 0.98 | 0.76 | 0 | 0.02 | 226.59 | 0.97 | 0.5 |
| Hex | 5 | 3C | FB | 62 | 4C | 0 | 2 | E3 | 61 | 32 |
| Octal | 5 | 74 | 373 | 142 | 114 | 0 | 2 | 343 | 141 | 62 |
| Binary | 101 | 111100 | 11111011 | 1100010 | 1001100 | 0 | 10 | 11100011 | 1100001 | 110010 |
Color Harmonies of #053CFB
Complementary color
Monochromatic Colors of #053CFB
Black with #053CFB
Text Example
Text Example
White with #053CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053CFB; }
p { color: rgb(5,60,251); }
H1.HeaderClassName
{
color: #053CFB;
}
.AnyTagClassName
{
color: #053CFB;
}
</style>
background-color css
<style>
a { background-color: #053CFB; }
a { background-color: rgb(5,60,251); }
div.DivClassName
{
background-color: #053CFB;
}
.BgClassName
{
background-color: #053CFB;
}
</style>
border-color css
<style>
span { border-color: #053CFB; }
span { border-color: rgb(5,60,251); }
td.TdClassName
{
border-color: #053CFB;
}
.TagClassName
{
border-color: #053CFB;
}
</style>