Shades of Royal Blue #154BF5
Tints of Royal Blue #154BF5
RGB
CMYK
RGB Variations
Color information
#154BF5 (or 0x154BF5) is known color: Royal Blue. HEX triplet: 15, 4B and F5. RGB value is (21,75,245). Sum of RGB (Red+Green+Blue) = 21+75+245=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 245 (96.09% from 255 or 71.85% from 341); Max value from RGB is 245 - color contains mainly: blue. Hex color #154BF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154BF5 is #EAB40A. Grayscale: #4D4D4D. Windows color (decimal): -15381515 or 16075541. OLE color: 16075541.
HSL color Cylindrical-coordinate representation of color #154BF5: hue angle of 225.54º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #154BF5 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 75 | 245 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.04 |
| HSL | 225.54º | 0.92% | 0.52% | - |
| HSV(B) | 225.54º | 0.91% | 0.96% | - |
| XYZ | 19.31 | 11.78 | 87.64 | - |
| YUV | 78.23 | 222.11 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 75 | 245 | 0.91 | 0.69 | 0 | 0.04 | 225.54 | 0.92 | 0.52 |
| Hex | 15 | 4B | F5 | 5B | 45 | 0 | 4 | E2 | 5C | 34 |
| Octal | 25 | 113 | 365 | 133 | 105 | 0 | 4 | 342 | 134 | 64 |
| Binary | 10101 | 1001011 | 11110101 | 1011011 | 1000101 | 0 | 100 | 11100010 | 1011100 | 110100 |
Color Harmonies of #154BF5
Complementary color
Monochromatic Colors of #154BF5
Black with #154BF5
Text Example
Text Example
White with #154BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154BF5; }
p { color: rgb(21,75,245); }
H1.HeaderClassName
{
color: #154BF5;
}
.AnyTagClassName
{
color: #154BF5;
}
</style>
background-color css
<style>
a { background-color: #154BF5; }
a { background-color: rgb(21,75,245); }
div.DivClassName
{
background-color: #154BF5;
}
.BgClassName
{
background-color: #154BF5;
}
</style>
border-color css
<style>
span { border-color: #154BF5; }
span { border-color: rgb(21,75,245); }
td.TdClassName
{
border-color: #154BF5;
}
.TagClassName
{
border-color: #154BF5;
}
</style>