Shades of Royal Blue #1555FB
Tints of Royal Blue #1555FB
RGB
CMYK
RGB Variations
Color information
#1555FB (or 0x1555FB) is known color: Royal Blue. HEX triplet: 15, 55 and FB. RGB value is (21,85,251). Sum of RGB (Red+Green+Blue) = 21+85+251=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 251 (98.44% from 255 or 70.31% from 357); Max value from RGB is 251 - color contains mainly: blue. Hex color #1555FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1555FB is #EAAA04. Grayscale: #545454. Windows color (decimal): -15378949 or 16471317. OLE color: 16471317.
HSL color Cylindrical-coordinate representation of color #1555FB: hue angle of 223.3º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1555FB is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 85 | 251 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.02 |
| HSL | 223.3º | 0.97% | 0.53% | - |
| HSV(B) | 223.3º | 0.92% | 0.98% | - |
| XYZ | 20.97 | 13.62 | 92.79 | - |
| YUV | 84.79 | 221.8 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 251 | 0.92 | 0.66 | 0 | 0.02 | 223.3 | 0.97 | 0.53 |
| Hex | 15 | 55 | FB | 5C | 42 | 0 | 2 | DF | 61 | 35 |
| Octal | 25 | 125 | 373 | 134 | 102 | 0 | 2 | 337 | 141 | 65 |
| Binary | 10101 | 1010101 | 11111011 | 1011100 | 1000010 | 0 | 10 | 11011111 | 1100001 | 110101 |
Color Harmonies of #1555FB
Complementary color
Monochromatic Colors of #1555FB
Black with #1555FB
Text Example
Text Example
White with #1555FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1555FB; }
p { color: rgb(21,85,251); }
H1.HeaderClassName
{
color: #1555FB;
}
.AnyTagClassName
{
color: #1555FB;
}
</style>
background-color css
<style>
a { background-color: #1555FB; }
a { background-color: rgb(21,85,251); }
div.DivClassName
{
background-color: #1555FB;
}
.BgClassName
{
background-color: #1555FB;
}
</style>
border-color css
<style>
span { border-color: #1555FB; }
span { border-color: rgb(21,85,251); }
td.TdClassName
{
border-color: #1555FB;
}
.TagClassName
{
border-color: #1555FB;
}
</style>