Shades of Royal Blue #1555FC
Tints of Royal Blue #1555FC
RGB
CMYK
RGB Variations
Color information
#1555FC (or 0x1555FC) is known color: Royal Blue. HEX triplet: 15, 55 and FC. RGB value is (21,85,252). Sum of RGB (Red+Green+Blue) = 21+85+252=358 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.87% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 252 (98.83% from 255 or 70.39% from 358); Max value from RGB is 252 - color contains mainly: blue. Hex color #1555FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1555FC is #EAAA03. Grayscale: #545454. Windows color (decimal): -15378948 or 16536853. OLE color: 16536853.
HSL color Cylindrical-coordinate representation of color #1555FC: hue angle of 223.38º degrees, saturation: 0.97, 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 #1555FC is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 85 | 252 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.01 |
| HSL | 223.38º | 0.97% | 0.54% | - |
| HSV(B) | 223.38º | 0.92% | 0.99% | - |
| XYZ | 21.13 | 13.68 | 93.62 | - |
| YUV | 84.9 | 222.3 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 252 | 0.92 | 0.66 | 0 | 0.01 | 223.38 | 0.97 | 0.54 |
| Hex | 15 | 55 | FC | 5C | 42 | 0 | 1 | DF | 61 | 36 |
| Octal | 25 | 125 | 374 | 134 | 102 | 0 | 1 | 337 | 141 | 66 |
| Binary | 10101 | 1010101 | 11111100 | 1011100 | 1000010 | 0 | 1 | 11011111 | 1100001 | 110110 |
Color Harmonies of #1555FC
Complementary color
Monochromatic Colors of #1555FC
Black with #1555FC
Text Example
Text Example
White with #1555FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1555FC; }
p { color: rgb(21,85,252); }
H1.HeaderClassName
{
color: #1555FC;
}
.AnyTagClassName
{
color: #1555FC;
}
</style>
background-color css
<style>
a { background-color: #1555FC; }
a { background-color: rgb(21,85,252); }
div.DivClassName
{
background-color: #1555FC;
}
.BgClassName
{
background-color: #1555FC;
}
</style>
border-color css
<style>
span { border-color: #1555FC; }
span { border-color: rgb(21,85,252); }
td.TdClassName
{
border-color: #1555FC;
}
.TagClassName
{
border-color: #1555FC;
}
</style>