Shades of Royal Blue #154CF7
Tints of Royal Blue #154CF7
RGB
CMYK
RGB Variations
Color information
#154CF7 (or 0x154CF7) is known color: Royal Blue. HEX triplet: 15, 4C and F7. RGB value is (21,76,247). Sum of RGB (Red+Green+Blue) = 21+76+247=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 247 (96.88% from 255 or 71.80% from 344); Max value from RGB is 247 - color contains mainly: blue. Hex color #154CF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154CF7 is #EAB308. Grayscale: #4E4E4E. Windows color (decimal): -15381257 or 16206869. OLE color: 16206869.
HSL color Cylindrical-coordinate representation of color #154CF7: hue angle of 225.4º 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 #154CF7 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 76 | 247 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.03 |
| HSL | 225.4º | 0.93% | 0.53% | - |
| HSV(B) | 225.4º | 0.91% | 0.97% | - |
| XYZ | 19.68 | 12.04 | 89.28 | - |
| YUV | 79.05 | 222.78 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 247 | 0.91 | 0.69 | 0 | 0.03 | 225.4 | 0.93 | 0.53 |
| Hex | 15 | 4C | F7 | 5B | 45 | 0 | 3 | E1 | 5D | 35 |
| Octal | 25 | 114 | 367 | 133 | 105 | 0 | 3 | 341 | 135 | 65 |
| Binary | 10101 | 1001100 | 11110111 | 1011011 | 1000101 | 0 | 11 | 11100001 | 1011101 | 110101 |
Color Harmonies of #154CF7
Complementary color
Monochromatic Colors of #154CF7
Black with #154CF7
Text Example
Text Example
White with #154CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154CF7; }
p { color: rgb(21,76,247); }
H1.HeaderClassName
{
color: #154CF7;
}
.AnyTagClassName
{
color: #154CF7;
}
</style>
background-color css
<style>
a { background-color: #154CF7; }
a { background-color: rgb(21,76,247); }
div.DivClassName
{
background-color: #154CF7;
}
.BgClassName
{
background-color: #154CF7;
}
</style>
border-color css
<style>
span { border-color: #154CF7; }
span { border-color: rgb(21,76,247); }
td.TdClassName
{
border-color: #154CF7;
}
.TagClassName
{
border-color: #154CF7;
}
</style>