Shades of Royal Blue #155CFF
Tints of Royal Blue #155CFF
RGB
CMYK
RGB Variations
Color information
#155CFF (or 0x155CFF) is known color: Royal Blue. HEX triplet: 15, 5C and FF. RGB value is (21,92,255). Sum of RGB (Red+Green+Blue) = 21+92+255=368 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.71% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #155CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155CFF is #EAA300. Grayscale: #585858. Windows color (decimal): -15377153 or 16735253. OLE color: 16735253.
HSL color Cylindrical-coordinate representation of color #155CFF: hue angle of 221.79º 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 #155CFF is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 92 | 255 | - |
| CMYK | 0.92 | 0.64 | 0 | 0 |
| HSL | 221.79º | 1% | 0.54% | - |
| HSV(B) | 221.79º | 0.92% | 1% | - |
| XYZ | 22.19 | 15.03 | 96.34 | - |
| YUV | 89.35 | 221.48 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 255 | 0.92 | 0.64 | 0 | 0 | 221.79 | 1 | 0.54 |
| Hex | 15 | 5C | FF | 5C | 40 | 0 | 0 | DE | 64 | 36 |
| Octal | 25 | 134 | 377 | 134 | 100 | 0 | 0 | 336 | 144 | 66 |
| Binary | 10101 | 1011100 | 11111111 | 1011100 | 1000000 | 0 | 0 | 11011110 | 1100100 | 110110 |
Color Harmonies of #155CFF
Complementary color
Monochromatic Colors of #155CFF
Black with #155CFF
Text Example
Text Example
White with #155CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155CFF; }
p { color: rgb(21,92,255); }
H1.HeaderClassName
{
color: #155CFF;
}
.AnyTagClassName
{
color: #155CFF;
}
</style>
background-color css
<style>
a { background-color: #155CFF; }
a { background-color: rgb(21,92,255); }
div.DivClassName
{
background-color: #155CFF;
}
.BgClassName
{
background-color: #155CFF;
}
</style>
border-color css
<style>
span { border-color: #155CFF; }
span { border-color: rgb(21,92,255); }
td.TdClassName
{
border-color: #155CFF;
}
.TagClassName
{
border-color: #155CFF;
}
</style>