Shades of Royal Blue #155DF8
Tints of Royal Blue #155DF8
RGB
CMYK
RGB Variations
Color information
#155DF8 (or 0x155DF8) is known color: Royal Blue. HEX triplet: 15, 5D and F8. RGB value is (21,93,248). Sum of RGB (Red+Green+Blue) = 21+93+248=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 248 (97.27% from 255 or 68.51% from 362); Max value from RGB is 248 - color contains mainly: blue. Hex color #155DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155DF8 is #EAA207. Grayscale: #585858. Windows color (decimal): -15376904 or 16276757. OLE color: 16276757.
HSL color Cylindrical-coordinate representation of color #155DF8: hue angle of 220.97º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #155DF8 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 93 | 248 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.03 |
| HSL | 220.97º | 0.94% | 0.53% | - |
| HSV(B) | 220.97º | 0.92% | 0.97% | - |
| XYZ | 21.17 | 14.77 | 90.54 | - |
| YUV | 89.14 | 217.65 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 248 | 0.92 | 0.62 | 0 | 0.03 | 220.97 | 0.94 | 0.53 |
| Hex | 15 | 5D | F8 | 5C | 3E | 0 | 3 | DD | 5E | 35 |
| Octal | 25 | 135 | 370 | 134 | 76 | 0 | 3 | 335 | 136 | 65 |
| Binary | 10101 | 1011101 | 11111000 | 1011100 | 111110 | 0 | 11 | 11011101 | 1011110 | 110101 |
Color Harmonies of #155DF8
Complementary color
Monochromatic Colors of #155DF8
Black with #155DF8
Text Example
Text Example
White with #155DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155DF8; }
p { color: rgb(21,93,248); }
H1.HeaderClassName
{
color: #155DF8;
}
.AnyTagClassName
{
color: #155DF8;
}
</style>
background-color css
<style>
a { background-color: #155DF8; }
a { background-color: rgb(21,93,248); }
div.DivClassName
{
background-color: #155DF8;
}
.BgClassName
{
background-color: #155DF8;
}
</style>
border-color css
<style>
span { border-color: #155DF8; }
span { border-color: rgb(21,93,248); }
td.TdClassName
{
border-color: #155DF8;
}
.TagClassName
{
border-color: #155DF8;
}
</style>