Shades of Royal Blue #1555F7
Tints of Royal Blue #1555F7
RGB
CMYK
RGB Variations
Color information
#1555F7 (or 0x1555F7) is known color: Royal Blue. HEX triplet: 15, 55 and F7. RGB value is (21,85,247). Sum of RGB (Red+Green+Blue) = 21+85+247=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 247 (96.88% from 255 or 69.97% from 353); Max value from RGB is 247 - color contains mainly: blue. Hex color #1555F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1555F7 is #EAAA08. Grayscale: #535353. Windows color (decimal): -15378953 or 16209173. OLE color: 16209173.
HSL color Cylindrical-coordinate representation of color #1555F7: hue angle of 223.01º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1555F7 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 85 | 247 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.03 |
| HSL | 223.01º | 0.93% | 0.53% | - |
| HSV(B) | 223.01º | 0.91% | 0.97% | - |
| XYZ | 20.35 | 13.37 | 89.5 | - |
| YUV | 84.33 | 219.8 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 247 | 0.91 | 0.66 | 0 | 0.03 | 223.01 | 0.93 | 0.53 |
| Hex | 15 | 55 | F7 | 5B | 42 | 0 | 3 | DF | 5D | 35 |
| Octal | 25 | 125 | 367 | 133 | 102 | 0 | 3 | 337 | 135 | 65 |
| Binary | 10101 | 1010101 | 11110111 | 1011011 | 1000010 | 0 | 11 | 11011111 | 1011101 | 110101 |
Color Harmonies of #1555F7
Complementary color
Monochromatic Colors of #1555F7
Black with #1555F7
Text Example
Text Example
White with #1555F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1555F7; }
p { color: rgb(21,85,247); }
H1.HeaderClassName
{
color: #1555F7;
}
.AnyTagClassName
{
color: #1555F7;
}
</style>
background-color css
<style>
a { background-color: #1555F7; }
a { background-color: rgb(21,85,247); }
div.DivClassName
{
background-color: #1555F7;
}
.BgClassName
{
background-color: #1555F7;
}
</style>
border-color css
<style>
span { border-color: #1555F7; }
span { border-color: rgb(21,85,247); }
td.TdClassName
{
border-color: #1555F7;
}
.TagClassName
{
border-color: #1555F7;
}
</style>