Shades of Royal Blue #155AFF
Tints of Royal Blue #155AFF
RGB
CMYK
RGB Variations
Color information
#155AFF (or 0x155AFF) is known color: Royal Blue. HEX triplet: 15, 5A and FF. RGB value is (21,90,255). Sum of RGB (Red+Green+Blue) = 21+90+255=366 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.74% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #155AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155AFF is #EAA500. Grayscale: #575757. Windows color (decimal): -15377665 or 16734741. OLE color: 16734741.
HSL color Cylindrical-coordinate representation of color #155AFF: hue angle of 222.31º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #155AFF is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 90 | 255 | - |
| CMYK | 0.92 | 0.65 | 0 | 0 |
| HSL | 222.31º | 1% | 0.54% | - |
| HSV(B) | 222.31º | 0.92% | 1% | - |
| XYZ | 22.02 | 14.69 | 96.28 | - |
| YUV | 88.18 | 222.14 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 255 | 0.92 | 0.65 | 0 | 0 | 222.31 | 1 | 0.54 |
| Hex | 15 | 5A | FF | 5C | 41 | 0 | 0 | DE | 64 | 36 |
| Octal | 25 | 132 | 377 | 134 | 101 | 0 | 0 | 336 | 144 | 66 |
| Binary | 10101 | 1011010 | 11111111 | 1011100 | 1000001 | 0 | 0 | 11011110 | 1100100 | 110110 |
Color Harmonies of #155AFF
Complementary color
Monochromatic Colors of #155AFF
Black with #155AFF
Text Example
Text Example
White with #155AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155AFF; }
p { color: rgb(21,90,255); }
H1.HeaderClassName
{
color: #155AFF;
}
.AnyTagClassName
{
color: #155AFF;
}
</style>
background-color css
<style>
a { background-color: #155AFF; }
a { background-color: rgb(21,90,255); }
div.DivClassName
{
background-color: #155AFF;
}
.BgClassName
{
background-color: #155AFF;
}
</style>
border-color css
<style>
span { border-color: #155AFF; }
span { border-color: rgb(21,90,255); }
td.TdClassName
{
border-color: #155AFF;
}
.TagClassName
{
border-color: #155AFF;
}
</style>