Shades of Royal Blue #1351FD
Tints of Royal Blue #1351FD
RGB
CMYK
RGB Variations
Color information
#1351FD (or 0x1351FD) is known color: Royal Blue. HEX triplet: 13, 51 and FD. RGB value is (19,81,253). Sum of RGB (Red+Green+Blue) = 19+81+253=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #1351FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1351FD is #ECAE02. Grayscale: #515151. Windows color (decimal): -15511043 or 16601363. OLE color: 16601363.
HSL color Cylindrical-coordinate representation of color #1351FD: hue angle of 224.1º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1351FD is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 81 | 253 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.01 |
| HSL | 224.1º | 0.98% | 0.53% | - |
| HSV(B) | 224.1º | 0.92% | 0.99% | - |
| XYZ | 20.94 | 13.12 | 94.36 | - |
| YUV | 82.07 | 224.46 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 253 | 0.92 | 0.68 | 0 | 0.01 | 224.1 | 0.98 | 0.53 |
| Hex | 13 | 51 | FD | 5C | 44 | 0 | 1 | E0 | 62 | 35 |
| Octal | 23 | 121 | 375 | 134 | 104 | 0 | 1 | 340 | 142 | 65 |
| Binary | 10011 | 1010001 | 11111101 | 1011100 | 1000100 | 0 | 1 | 11100000 | 1100010 | 110101 |
Color Harmonies of #1351FD
Complementary color
Monochromatic Colors of #1351FD
Black with #1351FD
Text Example
Text Example
White with #1351FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1351FD; }
p { color: rgb(19,81,253); }
H1.HeaderClassName
{
color: #1351FD;
}
.AnyTagClassName
{
color: #1351FD;
}
</style>
background-color css
<style>
a { background-color: #1351FD; }
a { background-color: rgb(19,81,253); }
div.DivClassName
{
background-color: #1351FD;
}
.BgClassName
{
background-color: #1351FD;
}
</style>
border-color css
<style>
span { border-color: #1351FD; }
span { border-color: rgb(19,81,253); }
td.TdClassName
{
border-color: #1351FD;
}
.TagClassName
{
border-color: #1351FD;
}
</style>