Shades of Royal Blue #144EFC
Tints of Royal Blue #144EFC
RGB
CMYK
RGB Variations
Color information
#144EFC (or 0x144EFC) is known color: Royal Blue. HEX triplet: 14, 4E and FC. RGB value is (20,78,252). Sum of RGB (Red+Green+Blue) = 20+78+252=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #144EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144EFC is #EBB103. Grayscale: #4F4F4F. Windows color (decimal): -15446276 or 16535060. OLE color: 16535060.
HSL color Cylindrical-coordinate representation of color #144EFC: hue angle of 225º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144EFC is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 78 | 252 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.01 |
| HSL | 225º | 0.97% | 0.53% | - |
| HSV(B) | 225º | 0.92% | 0.99% | - |
| XYZ | 20.58 | 12.63 | 93.45 | - |
| YUV | 80.49 | 224.78 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 252 | 0.92 | 0.69 | 0 | 0.01 | 225 | 0.97 | 0.53 |
| Hex | 14 | 4E | FC | 5C | 45 | 0 | 1 | E1 | 61 | 35 |
| Octal | 24 | 116 | 374 | 134 | 105 | 0 | 1 | 341 | 141 | 65 |
| Binary | 10100 | 1001110 | 11111100 | 1011100 | 1000101 | 0 | 1 | 11100001 | 1100001 | 110101 |
Color Harmonies of #144EFC
Complementary color
Monochromatic Colors of #144EFC
Black with #144EFC
Text Example
Text Example
White with #144EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144EFC; }
p { color: rgb(20,78,252); }
H1.HeaderClassName
{
color: #144EFC;
}
.AnyTagClassName
{
color: #144EFC;
}
</style>
background-color css
<style>
a { background-color: #144EFC; }
a { background-color: rgb(20,78,252); }
div.DivClassName
{
background-color: #144EFC;
}
.BgClassName
{
background-color: #144EFC;
}
</style>
border-color css
<style>
span { border-color: #144EFC; }
span { border-color: rgb(20,78,252); }
td.TdClassName
{
border-color: #144EFC;
}
.TagClassName
{
border-color: #144EFC;
}
</style>