Shades of Royal Blue #155DFE
Tints of Royal Blue #155DFE
RGB
CMYK
RGB Variations
Color information
#155DFE (or 0x155DFE) is known color: Royal Blue. HEX triplet: 15, 5D and FE. RGB value is (21,93,254). Sum of RGB (Red+Green+Blue) = 21+93+254=368 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.71% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #155DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155DFE is #EAA201. Grayscale: #595959. Windows color (decimal): -15376898 or 16669973. OLE color: 16669973.
HSL color Cylindrical-coordinate representation of color #155DFE: hue angle of 221.46º 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 #155DFE is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 93 | 254 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.00 |
| HSL | 221.46º | 0.99% | 0.54% | - |
| HSV(B) | 221.46º | 0.92% | 1% | - |
| XYZ | 22.11 | 15.14 | 95.52 | - |
| YUV | 89.83 | 220.65 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 254 | 0.92 | 0.63 | 0 | 0.00 | 221.46 | 0.99 | 0.54 |
| Hex | 15 | 5D | FE | 5C | 3F | 0 | 0 | DD | 63 | 36 |
| Octal | 25 | 135 | 376 | 134 | 77 | 0 | 0 | 335 | 143 | 66 |
| Binary | 10101 | 1011101 | 11111110 | 1011100 | 111111 | 0 | 0 | 11011101 | 1100011 | 110110 |
Color Harmonies of #155DFE
Complementary color
Monochromatic Colors of #155DFE
Black with #155DFE
Text Example
Text Example
White with #155DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155DFE; }
p { color: rgb(21,93,254); }
H1.HeaderClassName
{
color: #155DFE;
}
.AnyTagClassName
{
color: #155DFE;
}
</style>
background-color css
<style>
a { background-color: #155DFE; }
a { background-color: rgb(21,93,254); }
div.DivClassName
{
background-color: #155DFE;
}
.BgClassName
{
background-color: #155DFE;
}
</style>
border-color css
<style>
span { border-color: #155DFE; }
span { border-color: rgb(21,93,254); }
td.TdClassName
{
border-color: #155DFE;
}
.TagClassName
{
border-color: #155DFE;
}
</style>