Shades of Royal Blue #144DF8
Tints of Royal Blue #144DF8
RGB
CMYK
RGB Variations
Color information
#144DF8 (or 0x144DF8) is known color: Royal Blue. HEX triplet: 14, 4D and F8. RGB value is (20,77,248). Sum of RGB (Red+Green+Blue) = 20+77+248=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 248 (97.27% from 255 or 71.88% from 345); Max value from RGB is 248 - color contains mainly: blue. Hex color #144DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144DF8 is #EBB207. Grayscale: #4E4E4E. Windows color (decimal): -15446536 or 16272660. OLE color: 16272660.
HSL color Cylindrical-coordinate representation of color #144DF8: hue angle of 225º 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 #144DF8 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 77 | 248 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.03 |
| HSL | 225º | 0.94% | 0.53% | - |
| HSV(B) | 225º | 0.92% | 0.97% | - |
| XYZ | 19.89 | 12.23 | 90.12 | - |
| YUV | 79.45 | 223.12 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 248 | 0.92 | 0.69 | 0 | 0.03 | 225 | 0.94 | 0.53 |
| Hex | 14 | 4D | F8 | 5C | 45 | 0 | 3 | E1 | 5E | 35 |
| Octal | 24 | 115 | 370 | 134 | 105 | 0 | 3 | 341 | 136 | 65 |
| Binary | 10100 | 1001101 | 11111000 | 1011100 | 1000101 | 0 | 11 | 11100001 | 1011110 | 110101 |
Color Harmonies of #144DF8
Complementary color
Monochromatic Colors of #144DF8
Black with #144DF8
Text Example
Text Example
White with #144DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144DF8; }
p { color: rgb(20,77,248); }
H1.HeaderClassName
{
color: #144DF8;
}
.AnyTagClassName
{
color: #144DF8;
}
</style>
background-color css
<style>
a { background-color: #144DF8; }
a { background-color: rgb(20,77,248); }
div.DivClassName
{
background-color: #144DF8;
}
.BgClassName
{
background-color: #144DF8;
}
</style>
border-color css
<style>
span { border-color: #144DF8; }
span { border-color: rgb(20,77,248); }
td.TdClassName
{
border-color: #144DF8;
}
.TagClassName
{
border-color: #144DF8;
}
</style>