Shades of Royal Blue #155DF7
Tints of Royal Blue #155DF7
RGB
CMYK
RGB Variations
Color information
#155DF7 (or 0x155DF7) is known color: Royal Blue. HEX triplet: 15, 5D and F7. RGB value is (21,93,247). Sum of RGB (Red+Green+Blue) = 21+93+247=361 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.82% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 247 (96.88% from 255 or 68.42% from 361); Max value from RGB is 247 - color contains mainly: blue. Hex color #155DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155DF7 is #EAA208. Grayscale: #585858. Windows color (decimal): -15376905 or 16211221. OLE color: 16211221.
HSL color Cylindrical-coordinate representation of color #155DF7: hue angle of 220.88º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155DF7 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 93 | 247 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.03 |
| HSL | 220.89º | 0.93% | 0.53% | - |
| HSV(B) | 220.89º | 0.91% | 0.97% | - |
| XYZ | 21.01 | 14.7 | 89.73 | - |
| YUV | 89.03 | 217.15 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 247 | 0.91 | 0.62 | 0 | 0.03 | 220.89 | 0.93 | 0.53 |
| Hex | 15 | 5D | F7 | 5B | 3E | 0 | 3 | DD | 5D | 35 |
| Octal | 25 | 135 | 367 | 133 | 76 | 0 | 3 | 335 | 135 | 65 |
| Binary | 10101 | 1011101 | 11110111 | 1011011 | 111110 | 0 | 11 | 11011101 | 1011101 | 110101 |
Color Harmonies of #155DF7
Complementary color
Monochromatic Colors of #155DF7
Black with #155DF7
Text Example
Text Example
White with #155DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155DF7; }
p { color: rgb(21,93,247); }
H1.HeaderClassName
{
color: #155DF7;
}
.AnyTagClassName
{
color: #155DF7;
}
</style>
background-color css
<style>
a { background-color: #155DF7; }
a { background-color: rgb(21,93,247); }
div.DivClassName
{
background-color: #155DF7;
}
.BgClassName
{
background-color: #155DF7;
}
</style>
border-color css
<style>
span { border-color: #155DF7; }
span { border-color: rgb(21,93,247); }
td.TdClassName
{
border-color: #155DF7;
}
.TagClassName
{
border-color: #155DF7;
}
</style>