Shades of Royal Blue #154DF8
Tints of Royal Blue #154DF8
RGB
CMYK
RGB Variations
Color information
#154DF8 (or 0x154DF8) is known color: Royal Blue. HEX triplet: 15, 4D and F8. RGB value is (21,77,248). Sum of RGB (Red+Green+Blue) = 21+77+248=346 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.07% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 248 (97.27% from 255 or 71.68% from 346); Max value from RGB is 248 - color contains mainly: blue. Hex color #154DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154DF8 is #EAB207. Grayscale: #4F4F4F. Windows color (decimal): -15381000 or 16272661. OLE color: 16272661.
HSL color Cylindrical-coordinate representation of color #154DF8: hue angle of 225.2º 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 #154DF8 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 77 | 248 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.03 |
| HSL | 225.2º | 0.94% | 0.53% | - |
| HSV(B) | 225.2º | 0.92% | 0.97% | - |
| XYZ | 19.91 | 12.24 | 90.12 | - |
| YUV | 79.75 | 222.95 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 248 | 0.92 | 0.69 | 0 | 0.03 | 225.2 | 0.94 | 0.53 |
| Hex | 15 | 4D | F8 | 5C | 45 | 0 | 3 | E1 | 5E | 35 |
| Octal | 25 | 115 | 370 | 134 | 105 | 0 | 3 | 341 | 136 | 65 |
| Binary | 10101 | 1001101 | 11111000 | 1011100 | 1000101 | 0 | 11 | 11100001 | 1011110 | 110101 |
Color Harmonies of #154DF8
Complementary color
Monochromatic Colors of #154DF8
Black with #154DF8
Text Example
Text Example
White with #154DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154DF8; }
p { color: rgb(21,77,248); }
H1.HeaderClassName
{
color: #154DF8;
}
.AnyTagClassName
{
color: #154DF8;
}
</style>
background-color css
<style>
a { background-color: #154DF8; }
a { background-color: rgb(21,77,248); }
div.DivClassName
{
background-color: #154DF8;
}
.BgClassName
{
background-color: #154DF8;
}
</style>
border-color css
<style>
span { border-color: #154DF8; }
span { border-color: rgb(21,77,248); }
td.TdClassName
{
border-color: #154DF8;
}
.TagClassName
{
border-color: #154DF8;
}
</style>