Shades of Royal Blue #1558F6
Tints of Royal Blue #1558F6
RGB
CMYK
RGB Variations
Color information
#1558F6 (or 0x1558F6) is known color: Royal Blue. HEX triplet: 15, 58 and F6. RGB value is (21,88,246). Sum of RGB (Red+Green+Blue) = 21+88+246=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 246 (96.48% from 255 or 69.30% from 355); Max value from RGB is 246 - color contains mainly: blue. Hex color #1558F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1558F6 is #EAA709. Grayscale: #555555. Windows color (decimal): -15378186 or 16144405. OLE color: 16144405.
HSL color Cylindrical-coordinate representation of color #1558F6: hue angle of 222.13º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1558F6 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 88 | 246 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.04 |
| HSL | 222.13º | 0.93% | 0.52% | - |
| HSV(B) | 222.13º | 0.91% | 0.96% | - |
| XYZ | 20.43 | 13.79 | 88.77 | - |
| YUV | 85.98 | 218.3 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 246 | 0.91 | 0.64 | 0 | 0.04 | 222.13 | 0.93 | 0.52 |
| Hex | 15 | 58 | F6 | 5B | 40 | 0 | 4 | DE | 5D | 34 |
| Octal | 25 | 130 | 366 | 133 | 100 | 0 | 4 | 336 | 135 | 64 |
| Binary | 10101 | 1011000 | 11110110 | 1011011 | 1000000 | 0 | 100 | 11011110 | 1011101 | 110100 |
Color Harmonies of #1558F6
Complementary color
Monochromatic Colors of #1558F6
Black with #1558F6
Text Example
Text Example
White with #1558F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1558F6; }
p { color: rgb(21,88,246); }
H1.HeaderClassName
{
color: #1558F6;
}
.AnyTagClassName
{
color: #1558F6;
}
</style>
background-color css
<style>
a { background-color: #1558F6; }
a { background-color: rgb(21,88,246); }
div.DivClassName
{
background-color: #1558F6;
}
.BgClassName
{
background-color: #1558F6;
}
</style>
border-color css
<style>
span { border-color: #1558F6; }
span { border-color: rgb(21,88,246); }
td.TdClassName
{
border-color: #1558F6;
}
.TagClassName
{
border-color: #1558F6;
}
</style>