Shades of Royal Blue #155CFE
Tints of Royal Blue #155CFE
RGB
CMYK
RGB Variations
Color information
#155CFE (or 0x155CFE) is known color: Royal Blue. HEX triplet: 15, 5C and FE. RGB value is (21,92,254). Sum of RGB (Red+Green+Blue) = 21+92+254=367 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.72% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #155CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155CFE is #EAA301. Grayscale: #585858. Windows color (decimal): -15377154 or 16669717. OLE color: 16669717.
HSL color Cylindrical-coordinate representation of color #155CFE: hue angle of 221.72º 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 #155CFE is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 92 | 254 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.00 |
| HSL | 221.72º | 0.99% | 0.54% | - |
| HSV(B) | 221.72º | 0.92% | 1% | - |
| XYZ | 22.03 | 14.97 | 95.49 | - |
| YUV | 89.24 | 220.98 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 254 | 0.92 | 0.64 | 0 | 0.00 | 221.72 | 0.99 | 0.54 |
| Hex | 15 | 5C | FE | 5C | 40 | 0 | 0 | DE | 63 | 36 |
| Octal | 25 | 134 | 376 | 134 | 100 | 0 | 0 | 336 | 143 | 66 |
| Binary | 10101 | 1011100 | 11111110 | 1011100 | 1000000 | 0 | 0 | 11011110 | 1100011 | 110110 |
Color Harmonies of #155CFE
Complementary color
Monochromatic Colors of #155CFE
Black with #155CFE
Text Example
Text Example
White with #155CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155CFE; }
p { color: rgb(21,92,254); }
H1.HeaderClassName
{
color: #155CFE;
}
.AnyTagClassName
{
color: #155CFE;
}
</style>
background-color css
<style>
a { background-color: #155CFE; }
a { background-color: rgb(21,92,254); }
div.DivClassName
{
background-color: #155CFE;
}
.BgClassName
{
background-color: #155CFE;
}
</style>
border-color css
<style>
span { border-color: #155CFE; }
span { border-color: rgb(21,92,254); }
td.TdClassName
{
border-color: #155CFE;
}
.TagClassName
{
border-color: #155CFE;
}
</style>