Shades of Royal Blue #1555FD
Tints of Royal Blue #1555FD
RGB
CMYK
RGB Variations
Color information
#1555FD (or 0x1555FD) is known color: Royal Blue. HEX triplet: 15, 55 and FD. RGB value is (21,85,253). Sum of RGB (Red+Green+Blue) = 21+85+253=359 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.85% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 253 (99.22% from 255 or 70.47% from 359); Max value from RGB is 253 - color contains mainly: blue. Hex color #1555FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1555FD is #EAAA02. Grayscale: #545454. Windows color (decimal): -15378947 or 16602389. OLE color: 16602389.
HSL color Cylindrical-coordinate representation of color #1555FD: hue angle of 223.45º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1555FD is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 85 | 253 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.01 |
| HSL | 223.45º | 0.98% | 0.54% | - |
| HSV(B) | 223.45º | 0.92% | 0.99% | - |
| XYZ | 21.29 | 13.75 | 94.46 | - |
| YUV | 85.02 | 222.8 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 253 | 0.92 | 0.66 | 0 | 0.01 | 223.45 | 0.98 | 0.54 |
| Hex | 15 | 55 | FD | 5C | 42 | 0 | 1 | DF | 62 | 36 |
| Octal | 25 | 125 | 375 | 134 | 102 | 0 | 1 | 337 | 142 | 66 |
| Binary | 10101 | 1010101 | 11111101 | 1011100 | 1000010 | 0 | 1 | 11011111 | 1100010 | 110110 |
Color Harmonies of #1555FD
Complementary color
Monochromatic Colors of #1555FD
Black with #1555FD
Text Example
Text Example
White with #1555FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1555FD; }
p { color: rgb(21,85,253); }
H1.HeaderClassName
{
color: #1555FD;
}
.AnyTagClassName
{
color: #1555FD;
}
</style>
background-color css
<style>
a { background-color: #1555FD; }
a { background-color: rgb(21,85,253); }
div.DivClassName
{
background-color: #1555FD;
}
.BgClassName
{
background-color: #1555FD;
}
</style>
border-color css
<style>
span { border-color: #1555FD; }
span { border-color: rgb(21,85,253); }
td.TdClassName
{
border-color: #1555FD;
}
.TagClassName
{
border-color: #1555FD;
}
</style>