Shades of Royal Blue #154AF6
Tints of Royal Blue #154AF6
RGB
CMYK
RGB Variations
Color information
#154AF6 (or 0x154AF6) is known color: Royal Blue. HEX triplet: 15, 4A and F6. RGB value is (21,74,246). Sum of RGB (Red+Green+Blue) = 21+74+246=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 246 (96.48% from 255 or 72.14% from 341); Max value from RGB is 246 - color contains mainly: blue. Hex color #154AF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154AF6 is #EAB509. Grayscale: #4D4D4D. Windows color (decimal): -15381770 or 16140821. OLE color: 16140821.
HSL color Cylindrical-coordinate representation of color #154AF6: hue angle of 225.87º degrees, saturation: 0.93, 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 #154AF6 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 74 | 246 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.04 |
| HSL | 225.87º | 0.93% | 0.52% | - |
| HSV(B) | 225.87º | 0.91% | 0.96% | - |
| XYZ | 19.39 | 11.71 | 88.43 | - |
| YUV | 77.76 | 222.94 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 246 | 0.91 | 0.70 | 0 | 0.04 | 225.87 | 0.93 | 0.52 |
| Hex | 15 | 4A | F6 | 5B | 46 | 0 | 4 | E2 | 5D | 34 |
| Octal | 25 | 112 | 366 | 133 | 106 | 0 | 4 | 342 | 135 | 64 |
| Binary | 10101 | 1001010 | 11110110 | 1011011 | 1000110 | 0 | 100 | 11100010 | 1011101 | 110100 |
Color Harmonies of #154AF6
Complementary color
Monochromatic Colors of #154AF6
Black with #154AF6
Text Example
Text Example
White with #154AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154AF6; }
p { color: rgb(21,74,246); }
H1.HeaderClassName
{
color: #154AF6;
}
.AnyTagClassName
{
color: #154AF6;
}
</style>
background-color css
<style>
a { background-color: #154AF6; }
a { background-color: rgb(21,74,246); }
div.DivClassName
{
background-color: #154AF6;
}
.BgClassName
{
background-color: #154AF6;
}
</style>
border-color css
<style>
span { border-color: #154AF6; }
span { border-color: rgb(21,74,246); }
td.TdClassName
{
border-color: #154AF6;
}
.TagClassName
{
border-color: #154AF6;
}
</style>