Shades of Royal Blue #144EFA
Tints of Royal Blue #144EFA
RGB
CMYK
RGB Variations
Color information
#144EFA (or 0x144EFA) is known color: Royal Blue. HEX triplet: 14, 4E and FA. RGB value is (20,78,250). Sum of RGB (Red+Green+Blue) = 20+78+250=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #144EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144EFA is #EBB105. Grayscale: #4F4F4F. Windows color (decimal): -15446278 or 16403988. OLE color: 16403988.
HSL color Cylindrical-coordinate representation of color #144EFA: hue angle of 224.87º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144EFA is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 78 | 250 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.02 |
| HSL | 224.87º | 0.96% | 0.53% | - |
| HSV(B) | 224.87º | 0.92% | 0.98% | - |
| XYZ | 20.27 | 12.5 | 91.79 | - |
| YUV | 80.27 | 223.78 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 250 | 0.92 | 0.69 | 0 | 0.02 | 224.87 | 0.96 | 0.53 |
| Hex | 14 | 4E | FA | 5C | 45 | 0 | 2 | E1 | 60 | 35 |
| Octal | 24 | 116 | 372 | 134 | 105 | 0 | 2 | 341 | 140 | 65 |
| Binary | 10100 | 1001110 | 11111010 | 1011100 | 1000101 | 0 | 10 | 11100001 | 1100000 | 110101 |
Color Harmonies of #144EFA
Complementary color
Monochromatic Colors of #144EFA
Black with #144EFA
Text Example
Text Example
White with #144EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144EFA; }
p { color: rgb(20,78,250); }
H1.HeaderClassName
{
color: #144EFA;
}
.AnyTagClassName
{
color: #144EFA;
}
</style>
background-color css
<style>
a { background-color: #144EFA; }
a { background-color: rgb(20,78,250); }
div.DivClassName
{
background-color: #144EFA;
}
.BgClassName
{
background-color: #144EFA;
}
</style>
border-color css
<style>
span { border-color: #144EFA; }
span { border-color: rgb(20,78,250); }
td.TdClassName
{
border-color: #144EFA;
}
.TagClassName
{
border-color: #144EFA;
}
</style>