Shades of Royal Blue #154AF3
Tints of Royal Blue #154AF3
RGB
CMYK
RGB Variations
Color information
#154AF3 (or 0x154AF3) is known color: Royal Blue. HEX triplet: 15, 4A and F3. RGB value is (21,74,243). Sum of RGB (Red+Green+Blue) = 21+74+243=338 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.21% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 243 (95.31% from 255 or 71.89% from 338); Max value from RGB is 243 - color contains mainly: blue. Hex color #154AF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154AF3 is #EAB50C. Grayscale: #4C4C4C. Windows color (decimal): -15381773 or 15944213. OLE color: 15944213.
HSL color Cylindrical-coordinate representation of color #154AF3: hue angle of 225.68º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #154AF3 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 74 | 243 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.05 |
| HSL | 225.68º | 0.9% | 0.52% | - |
| HSV(B) | 225.68º | 0.91% | 0.95% | - |
| XYZ | 18.94 | 11.53 | 86.02 | - |
| YUV | 77.42 | 221.44 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 243 | 0.91 | 0.70 | 0 | 0.05 | 225.68 | 0.9 | 0.52 |
| Hex | 15 | 4A | F3 | 5B | 46 | 0 | 5 | E2 | 5A | 34 |
| Octal | 25 | 112 | 363 | 133 | 106 | 0 | 5 | 342 | 132 | 64 |
| Binary | 10101 | 1001010 | 11110011 | 1011011 | 1000110 | 0 | 101 | 11100010 | 1011010 | 110100 |
Color Harmonies of #154AF3
Complementary color
Monochromatic Colors of #154AF3
Black with #154AF3
Text Example
Text Example
White with #154AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154AF3; }
p { color: rgb(21,74,243); }
H1.HeaderClassName
{
color: #154AF3;
}
.AnyTagClassName
{
color: #154AF3;
}
</style>
background-color css
<style>
a { background-color: #154AF3; }
a { background-color: rgb(21,74,243); }
div.DivClassName
{
background-color: #154AF3;
}
.BgClassName
{
background-color: #154AF3;
}
</style>
border-color css
<style>
span { border-color: #154AF3; }
span { border-color: rgb(21,74,243); }
td.TdClassName
{
border-color: #154AF3;
}
.TagClassName
{
border-color: #154AF3;
}
</style>