Shades of Royal Blue #155BFE
Tints of Royal Blue #155BFE
RGB
CMYK
RGB Variations
Color information
#155BFE (or 0x155BFE) is known color: Royal Blue. HEX triplet: 15, 5B and FE. RGB value is (21,91,254). Sum of RGB (Red+Green+Blue) = 21+91+254=366 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.74% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #155BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155BFE is #EAA401. Grayscale: #575757. Windows color (decimal): -15377410 or 16669461. OLE color: 16669461.
HSL color Cylindrical-coordinate representation of color #155BFE: hue angle of 221.97º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #155BFE is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 91 | 254 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.00 |
| HSL | 221.97º | 0.99% | 0.54% | - |
| HSV(B) | 221.97º | 0.92% | 1% | - |
| XYZ | 21.94 | 14.8 | 95.47 | - |
| YUV | 88.65 | 221.31 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 254 | 0.92 | 0.64 | 0 | 0.00 | 221.97 | 0.99 | 0.54 |
| Hex | 15 | 5B | FE | 5C | 40 | 0 | 0 | DE | 63 | 36 |
| Octal | 25 | 133 | 376 | 134 | 100 | 0 | 0 | 336 | 143 | 66 |
| Binary | 10101 | 1011011 | 11111110 | 1011100 | 1000000 | 0 | 0 | 11011110 | 1100011 | 110110 |
Color Harmonies of #155BFE
Complementary color
Monochromatic Colors of #155BFE
Black with #155BFE
Text Example
Text Example
White with #155BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155BFE; }
p { color: rgb(21,91,254); }
H1.HeaderClassName
{
color: #155BFE;
}
.AnyTagClassName
{
color: #155BFE;
}
</style>
background-color css
<style>
a { background-color: #155BFE; }
a { background-color: rgb(21,91,254); }
div.DivClassName
{
background-color: #155BFE;
}
.BgClassName
{
background-color: #155BFE;
}
</style>
border-color css
<style>
span { border-color: #155BFE; }
span { border-color: rgb(21,91,254); }
td.TdClassName
{
border-color: #155BFE;
}
.TagClassName
{
border-color: #155BFE;
}
</style>