Shades of Royal Blue #1355FD
Tints of Royal Blue #1355FD
RGB
CMYK
RGB Variations
Color information
#1355FD (or 0x1355FD) is known color: Royal Blue. HEX triplet: 13, 55 and FD. RGB value is (19,85,253). Sum of RGB (Red+Green+Blue) = 19+85+253=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 253 (99.22% from 255 or 70.87% from 357); Max value from RGB is 253 - color contains mainly: blue. Hex color #1355FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1355FD is #ECAA02. Grayscale: #535353. Windows color (decimal): -15510019 or 16602387. OLE color: 16602387.
HSL color Cylindrical-coordinate representation of color #1355FD: hue angle of 223.08º 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 #1355FD is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 85 | 253 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.01 |
| HSL | 223.08º | 0.98% | 0.53% | - |
| HSV(B) | 223.08º | 0.92% | 0.99% | - |
| XYZ | 21.25 | 13.73 | 94.46 | - |
| YUV | 84.42 | 223.13 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 253 | 0.92 | 0.66 | 0 | 0.01 | 223.08 | 0.98 | 0.53 |
| Hex | 13 | 55 | FD | 5C | 42 | 0 | 1 | DF | 62 | 35 |
| Octal | 23 | 125 | 375 | 134 | 102 | 0 | 1 | 337 | 142 | 65 |
| Binary | 10011 | 1010101 | 11111101 | 1011100 | 1000010 | 0 | 1 | 11011111 | 1100010 | 110101 |
Color Harmonies of #1355FD
Complementary color
Monochromatic Colors of #1355FD
Black with #1355FD
Text Example
Text Example
White with #1355FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1355FD; }
p { color: rgb(19,85,253); }
H1.HeaderClassName
{
color: #1355FD;
}
.AnyTagClassName
{
color: #1355FD;
}
</style>
background-color css
<style>
a { background-color: #1355FD; }
a { background-color: rgb(19,85,253); }
div.DivClassName
{
background-color: #1355FD;
}
.BgClassName
{
background-color: #1355FD;
}
</style>
border-color css
<style>
span { border-color: #1355FD; }
span { border-color: rgb(19,85,253); }
td.TdClassName
{
border-color: #1355FD;
}
.TagClassName
{
border-color: #1355FD;
}
</style>