Shades of Royal Blue #155EFB
Tints of Royal Blue #155EFB
RGB
CMYK
RGB Variations
Color information
#155EFB (or 0x155EFB) is known color: Royal Blue. HEX triplet: 15, 5E and FB. RGB value is (21,94,251). Sum of RGB (Red+Green+Blue) = 21+94+251=366 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.74% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #155EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155EFB is #EAA104. Grayscale: #595959. Windows color (decimal): -15376645 or 16473621. OLE color: 16473621.
HSL color Cylindrical-coordinate representation of color #155EFB: hue angle of 220.96º 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 #155EFB is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 94 | 251 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.02 |
| HSL | 220.96º | 0.97% | 0.53% | - |
| HSV(B) | 220.96º | 0.92% | 0.98% | - |
| XYZ | 21.72 | 15.13 | 93.04 | - |
| YUV | 90.07 | 218.82 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 251 | 0.92 | 0.63 | 0 | 0.02 | 220.96 | 0.97 | 0.53 |
| Hex | 15 | 5E | FB | 5C | 3F | 0 | 2 | DD | 61 | 35 |
| Octal | 25 | 136 | 373 | 134 | 77 | 0 | 2 | 335 | 141 | 65 |
| Binary | 10101 | 1011110 | 11111011 | 1011100 | 111111 | 0 | 10 | 11011101 | 1100001 | 110101 |
Color Harmonies of #155EFB
Complementary color
Monochromatic Colors of #155EFB
Black with #155EFB
Text Example
Text Example
White with #155EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155EFB; }
p { color: rgb(21,94,251); }
H1.HeaderClassName
{
color: #155EFB;
}
.AnyTagClassName
{
color: #155EFB;
}
</style>
background-color css
<style>
a { background-color: #155EFB; }
a { background-color: rgb(21,94,251); }
div.DivClassName
{
background-color: #155EFB;
}
.BgClassName
{
background-color: #155EFB;
}
</style>
border-color css
<style>
span { border-color: #155EFB; }
span { border-color: rgb(21,94,251); }
td.TdClassName
{
border-color: #155EFB;
}
.TagClassName
{
border-color: #155EFB;
}
</style>