Shades of Royal Blue #155AFD
Tints of Royal Blue #155AFD
RGB
CMYK
RGB Variations
Color information
#155AFD (or 0x155AFD) is known color: Royal Blue. HEX triplet: 15, 5A and FD. RGB value is (21,90,253). Sum of RGB (Red+Green+Blue) = 21+90+253=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 253 (99.22% from 255 or 69.51% from 364); Max value from RGB is 253 - color contains mainly: blue. Hex color #155AFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155AFD is #EAA502. Grayscale: #575757. Windows color (decimal): -15377667 or 16603669. OLE color: 16603669.
HSL color Cylindrical-coordinate representation of color #155AFD: hue angle of 222.16º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #155AFD is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 90 | 253 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.01 |
| HSL | 222.16º | 0.98% | 0.54% | - |
| HSV(B) | 222.16º | 0.92% | 0.99% | - |
| XYZ | 21.7 | 14.56 | 94.6 | - |
| YUV | 87.95 | 221.14 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 253 | 0.92 | 0.64 | 0 | 0.01 | 222.16 | 0.98 | 0.54 |
| Hex | 15 | 5A | FD | 5C | 40 | 0 | 1 | DE | 62 | 36 |
| Octal | 25 | 132 | 375 | 134 | 100 | 0 | 1 | 336 | 142 | 66 |
| Binary | 10101 | 1011010 | 11111101 | 1011100 | 1000000 | 0 | 1 | 11011110 | 1100010 | 110110 |
Color Harmonies of #155AFD
Complementary color
Monochromatic Colors of #155AFD
Black with #155AFD
Text Example
Text Example
White with #155AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155AFD; }
p { color: rgb(21,90,253); }
H1.HeaderClassName
{
color: #155AFD;
}
.AnyTagClassName
{
color: #155AFD;
}
</style>
background-color css
<style>
a { background-color: #155AFD; }
a { background-color: rgb(21,90,253); }
div.DivClassName
{
background-color: #155AFD;
}
.BgClassName
{
background-color: #155AFD;
}
</style>
border-color css
<style>
span { border-color: #155AFD; }
span { border-color: rgb(21,90,253); }
td.TdClassName
{
border-color: #155AFD;
}
.TagClassName
{
border-color: #155AFD;
}
</style>