Shades of Royal Blue #155EFA
Tints of Royal Blue #155EFA
RGB
CMYK
RGB Variations
Color information
#155EFA (or 0x155EFA) is known color: Royal Blue. HEX triplet: 15, 5E and FA. RGB value is (21,94,250). Sum of RGB (Red+Green+Blue) = 21+94+250=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #155EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155EFA is #EAA105. Grayscale: #595959. Windows color (decimal): -15376646 or 16408085. OLE color: 16408085.
HSL color Cylindrical-coordinate representation of color #155EFA: hue angle of 220.87º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #155EFA is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 94 | 250 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.02 |
| HSL | 220.87º | 0.96% | 0.53% | - |
| HSV(B) | 220.87º | 0.92% | 0.98% | - |
| XYZ | 21.57 | 15.07 | 92.21 | - |
| YUV | 89.96 | 218.32 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 250 | 0.92 | 0.62 | 0 | 0.02 | 220.87 | 0.96 | 0.53 |
| Hex | 15 | 5E | FA | 5C | 3E | 0 | 2 | DD | 60 | 35 |
| Octal | 25 | 136 | 372 | 134 | 76 | 0 | 2 | 335 | 140 | 65 |
| Binary | 10101 | 1011110 | 11111010 | 1011100 | 111110 | 0 | 10 | 11011101 | 1100000 | 110101 |
Color Harmonies of #155EFA
Complementary color
Monochromatic Colors of #155EFA
Black with #155EFA
Text Example
Text Example
White with #155EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155EFA; }
p { color: rgb(21,94,250); }
H1.HeaderClassName
{
color: #155EFA;
}
.AnyTagClassName
{
color: #155EFA;
}
</style>
background-color css
<style>
a { background-color: #155EFA; }
a { background-color: rgb(21,94,250); }
div.DivClassName
{
background-color: #155EFA;
}
.BgClassName
{
background-color: #155EFA;
}
</style>
border-color css
<style>
span { border-color: #155EFA; }
span { border-color: rgb(21,94,250); }
td.TdClassName
{
border-color: #155EFA;
}
.TagClassName
{
border-color: #155EFA;
}
</style>