Shades of Blue #053DF9
Tints of Blue #053DF9
RGB
CMYK
RGB Variations
Color information
#053DF9 (or 0x053DF9) is known color: Blue. HEX triplet: 05, 3D and F9. RGB value is (5,61,249). Sum of RGB (Red+Green+Blue) = 5+61+249=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 249 (97.66% from 255 or 79.05% from 315); Max value from RGB is 249 - color contains mainly: blue. Hex color #053DF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053DF9 is #FAC206. Grayscale: #404040. Windows color (decimal): -16433671 or 16334085. OLE color: 16334085.
HSL color Cylindrical-coordinate representation of color #053DF9: hue angle of 226.23º 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 #053DF9 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 61 | 249 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.02 |
| HSL | 226.23º | 0.96% | 0.5% | - |
| HSV(B) | 226.23º | 0.98% | 0.98% | - |
| XYZ | 18.83 | 10.21 | 90.6 | - |
| YUV | 65.69 | 231.45 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 249 | 0.98 | 0.76 | 0 | 0.02 | 226.23 | 0.96 | 0.5 |
| Hex | 5 | 3D | F9 | 62 | 4C | 0 | 2 | E2 | 60 | 32 |
| Octal | 5 | 75 | 371 | 142 | 114 | 0 | 2 | 342 | 140 | 62 |
| Binary | 101 | 111101 | 11111001 | 1100010 | 1001100 | 0 | 10 | 11100010 | 1100000 | 110010 |
Color Harmonies of #053DF9
Complementary color
Monochromatic Colors of #053DF9
Black with #053DF9
Text Example
Text Example
White with #053DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053DF9; }
p { color: rgb(5,61,249); }
H1.HeaderClassName
{
color: #053DF9;
}
.AnyTagClassName
{
color: #053DF9;
}
</style>
background-color css
<style>
a { background-color: #053DF9; }
a { background-color: rgb(5,61,249); }
div.DivClassName
{
background-color: #053DF9;
}
.BgClassName
{
background-color: #053DF9;
}
</style>
border-color css
<style>
span { border-color: #053DF9; }
span { border-color: rgb(5,61,249); }
td.TdClassName
{
border-color: #053DF9;
}
.TagClassName
{
border-color: #053DF9;
}
</style>