Shades of Royal Blue #155AFE
Tints of Royal Blue #155AFE
RGB
CMYK
RGB Variations
Color information
#155AFE (or 0x155AFE) is known color: Royal Blue. HEX triplet: 15, 5A and FE. RGB value is (21,90,254). Sum of RGB (Red+Green+Blue) = 21+90+254=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #155AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155AFE is #EAA501. Grayscale: #575757. Windows color (decimal): -15377666 or 16669205. OLE color: 16669205.
HSL color Cylindrical-coordinate representation of color #155AFE: hue angle of 222.23º 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 #155AFE is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 90 | 254 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.00 |
| HSL | 222.23º | 0.99% | 0.54% | - |
| HSV(B) | 222.23º | 0.92% | 1% | - |
| XYZ | 21.85 | 14.63 | 95.44 | - |
| YUV | 88.07 | 221.64 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 254 | 0.92 | 0.65 | 0 | 0.00 | 222.23 | 0.99 | 0.54 |
| Hex | 15 | 5A | FE | 5C | 41 | 0 | 0 | DE | 63 | 36 |
| Octal | 25 | 132 | 376 | 134 | 101 | 0 | 0 | 336 | 143 | 66 |
| Binary | 10101 | 1011010 | 11111110 | 1011100 | 1000001 | 0 | 0 | 11011110 | 1100011 | 110110 |
Color Harmonies of #155AFE
Complementary color
Monochromatic Colors of #155AFE
Black with #155AFE
Text Example
Text Example
White with #155AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155AFE; }
p { color: rgb(21,90,254); }
H1.HeaderClassName
{
color: #155AFE;
}
.AnyTagClassName
{
color: #155AFE;
}
</style>
background-color css
<style>
a { background-color: #155AFE; }
a { background-color: rgb(21,90,254); }
div.DivClassName
{
background-color: #155AFE;
}
.BgClassName
{
background-color: #155AFE;
}
</style>
border-color css
<style>
span { border-color: #155AFE; }
span { border-color: rgb(21,90,254); }
td.TdClassName
{
border-color: #155AFE;
}
.TagClassName
{
border-color: #155AFE;
}
</style>