Shades of Blue #0513FD
Tints of Blue #0513FD
RGB
CMYK
RGB Variations
Color information
#0513FD (or 0x0513FD) is known color: Blue. HEX triplet: 05, 13 and FD. RGB value is (5,19,253). Sum of RGB (Red+Green+Blue) = 5+19+253=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 253 (99.22% from 255 or 91.34% from 277); Max value from RGB is 253 - color contains mainly: blue. Hex color #0513FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0513FD is #FAEC02. Grayscale: #282828. Windows color (decimal): -16444419 or 16585477. OLE color: 16585477.
HSL color Cylindrical-coordinate representation of color #0513FD: hue angle of 236.61º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0513FD is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 19 | 253 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.01 |
| HSL | 236.61º | 0.98% | 0.51% | - |
| HSV(B) | 236.61º | 0.98% | 0.99% | - |
| XYZ | 18.03 | 7.59 | 93.44 | - |
| YUV | 41.49 | 247.36 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 253 | 0.98 | 0.92 | 0 | 0.01 | 236.61 | 0.98 | 0.51 |
| Hex | 5 | 13 | FD | 62 | 5C | 0 | 1 | ED | 62 | 33 |
| Octal | 5 | 23 | 375 | 142 | 134 | 0 | 1 | 355 | 142 | 63 |
| Binary | 101 | 10011 | 11111101 | 1100010 | 1011100 | 0 | 1 | 11101101 | 1100010 | 110011 |
Color Harmonies of #0513FD
Complementary color
Monochromatic Colors of #0513FD
Black with #0513FD
Text Example
Text Example
White with #0513FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0513FD; }
p { color: rgb(5,19,253); }
H1.HeaderClassName
{
color: #0513FD;
}
.AnyTagClassName
{
color: #0513FD;
}
</style>
background-color css
<style>
a { background-color: #0513FD; }
a { background-color: rgb(5,19,253); }
div.DivClassName
{
background-color: #0513FD;
}
.BgClassName
{
background-color: #0513FD;
}
</style>
border-color css
<style>
span { border-color: #0513FD; }
span { border-color: rgb(5,19,253); }
td.TdClassName
{
border-color: #0513FD;
}
.TagClassName
{
border-color: #0513FD;
}
</style>