Shades of Royal Blue #144EFF
Tints of Royal Blue #144EFF
RGB
CMYK
RGB Variations
Color information
#144EFF (or 0x144EFF) is known color: Royal Blue. HEX triplet: 14, 4E and FF. RGB value is (20,78,255). Sum of RGB (Red+Green+Blue) = 20+78+255=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #144EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144EFF is #EBB100. Grayscale: #505050. Windows color (decimal): -15446273 or 16731668. OLE color: 16731668.
HSL color Cylindrical-coordinate representation of color #144EFF: hue angle of 225.19º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144EFF is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 78 | 255 | - |
| CMYK | 0.92 | 0.69 | 0 | 0 |
| HSL | 225.19º | 1% | 0.54% | - |
| HSV(B) | 225.19º | 0.92% | 1% | - |
| XYZ | 21.06 | 12.82 | 95.97 | - |
| YUV | 80.84 | 226.28 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 255 | 0.92 | 0.69 | 0 | 0 | 225.19 | 1 | 0.54 |
| Hex | 14 | 4E | FF | 5C | 45 | 0 | 0 | E1 | 64 | 36 |
| Octal | 24 | 116 | 377 | 134 | 105 | 0 | 0 | 341 | 144 | 66 |
| Binary | 10100 | 1001110 | 11111111 | 1011100 | 1000101 | 0 | 0 | 11100001 | 1100100 | 110110 |
Color Harmonies of #144EFF
Complementary color
Monochromatic Colors of #144EFF
Black with #144EFF
Text Example
Text Example
White with #144EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144EFF; }
p { color: rgb(20,78,255); }
H1.HeaderClassName
{
color: #144EFF;
}
.AnyTagClassName
{
color: #144EFF;
}
</style>
background-color css
<style>
a { background-color: #144EFF; }
a { background-color: rgb(20,78,255); }
div.DivClassName
{
background-color: #144EFF;
}
.BgClassName
{
background-color: #144EFF;
}
</style>
border-color css
<style>
span { border-color: #144EFF; }
span { border-color: rgb(20,78,255); }
td.TdClassName
{
border-color: #144EFF;
}
.TagClassName
{
border-color: #144EFF;
}
</style>