Shades of Royal Blue #144EFE
Tints of Royal Blue #144EFE
RGB
CMYK
RGB Variations
Color information
#144EFE (or 0x144EFE) is known color: Royal Blue. HEX triplet: 14, 4E and FE. RGB value is (20,78,254). Sum of RGB (Red+Green+Blue) = 20+78+254=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #144EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144EFE is #EBB101. Grayscale: #4F4F4F. Windows color (decimal): -15446274 or 16666132. OLE color: 16666132.
HSL color Cylindrical-coordinate representation of color #144EFE: hue angle of 225.13º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144EFE is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 78 | 254 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.00 |
| HSL | 225.13º | 0.99% | 0.54% | - |
| HSV(B) | 225.13º | 0.92% | 1% | - |
| XYZ | 20.9 | 12.75 | 95.13 | - |
| YUV | 80.72 | 225.78 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 254 | 0.92 | 0.69 | 0 | 0.00 | 225.13 | 0.99 | 0.54 |
| Hex | 14 | 4E | FE | 5C | 45 | 0 | 0 | E1 | 63 | 36 |
| Octal | 24 | 116 | 376 | 134 | 105 | 0 | 0 | 341 | 143 | 66 |
| Binary | 10100 | 1001110 | 11111110 | 1011100 | 1000101 | 0 | 0 | 11100001 | 1100011 | 110110 |
Color Harmonies of #144EFE
Complementary color
Monochromatic Colors of #144EFE
Black with #144EFE
Text Example
Text Example
White with #144EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144EFE; }
p { color: rgb(20,78,254); }
H1.HeaderClassName
{
color: #144EFE;
}
.AnyTagClassName
{
color: #144EFE;
}
</style>
background-color css
<style>
a { background-color: #144EFE; }
a { background-color: rgb(20,78,254); }
div.DivClassName
{
background-color: #144EFE;
}
.BgClassName
{
background-color: #144EFE;
}
</style>
border-color css
<style>
span { border-color: #144EFE; }
span { border-color: rgb(20,78,254); }
td.TdClassName
{
border-color: #144EFE;
}
.TagClassName
{
border-color: #144EFE;
}
</style>