Shades of Royal Blue #1555F6
Tints of Royal Blue #1555F6
RGB
CMYK
RGB Variations
Color information
#1555F6 (or 0x1555F6) is known color: Royal Blue. HEX triplet: 15, 55 and F6. RGB value is (21,85,246). Sum of RGB (Red+Green+Blue) = 21+85+246=352 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.97% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 246 (96.48% from 255 or 69.89% from 352); Max value from RGB is 246 - color contains mainly: blue. Hex color #1555F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1555F6 is #EAAA09. Grayscale: #535353. Windows color (decimal): -15378954 or 16143637. OLE color: 16143637.
HSL color Cylindrical-coordinate representation of color #1555F6: hue angle of 222.93º 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 #1555F6 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 85 | 246 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.04 |
| HSL | 222.93º | 0.93% | 0.52% | - |
| HSV(B) | 222.93º | 0.91% | 0.96% | - |
| XYZ | 20.19 | 13.31 | 88.69 | - |
| YUV | 84.22 | 219.3 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 246 | 0.91 | 0.65 | 0 | 0.04 | 222.93 | 0.93 | 0.52 |
| Hex | 15 | 55 | F6 | 5B | 41 | 0 | 4 | DF | 5D | 34 |
| Octal | 25 | 125 | 366 | 133 | 101 | 0 | 4 | 337 | 135 | 64 |
| Binary | 10101 | 1010101 | 11110110 | 1011011 | 1000001 | 0 | 100 | 11011111 | 1011101 | 110100 |
Color Harmonies of #1555F6
Complementary color
Monochromatic Colors of #1555F6
Black with #1555F6
Text Example
Text Example
White with #1555F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1555F6; }
p { color: rgb(21,85,246); }
H1.HeaderClassName
{
color: #1555F6;
}
.AnyTagClassName
{
color: #1555F6;
}
</style>
background-color css
<style>
a { background-color: #1555F6; }
a { background-color: rgb(21,85,246); }
div.DivClassName
{
background-color: #1555F6;
}
.BgClassName
{
background-color: #1555F6;
}
</style>
border-color css
<style>
span { border-color: #1555F6; }
span { border-color: rgb(21,85,246); }
td.TdClassName
{
border-color: #1555F6;
}
.TagClassName
{
border-color: #1555F6;
}
</style>