Shades of Royal Blue #144EFB
Tints of Royal Blue #144EFB
RGB
CMYK
RGB Variations
Color information
#144EFB (or 0x144EFB) is known color: Royal Blue. HEX triplet: 14, 4E and FB. RGB value is (20,78,251). Sum of RGB (Red+Green+Blue) = 20+78+251=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #144EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144EFB is #EBB104. Grayscale: #4F4F4F. Windows color (decimal): -15446277 or 16469524. OLE color: 16469524.
HSL color Cylindrical-coordinate representation of color #144EFB: hue angle of 224.94º degrees, saturation: 0.97, 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 #144EFB is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 78 | 251 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.02 |
| HSL | 224.94º | 0.97% | 0.53% | - |
| HSV(B) | 224.94º | 0.92% | 0.98% | - |
| XYZ | 20.43 | 12.56 | 92.62 | - |
| YUV | 80.38 | 224.28 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 251 | 0.92 | 0.69 | 0 | 0.02 | 224.94 | 0.97 | 0.53 |
| Hex | 14 | 4E | FB | 5C | 45 | 0 | 2 | E1 | 61 | 35 |
| Octal | 24 | 116 | 373 | 134 | 105 | 0 | 2 | 341 | 141 | 65 |
| Binary | 10100 | 1001110 | 11111011 | 1011100 | 1000101 | 0 | 10 | 11100001 | 1100001 | 110101 |
Color Harmonies of #144EFB
Complementary color
Monochromatic Colors of #144EFB
Black with #144EFB
Text Example
Text Example
White with #144EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144EFB; }
p { color: rgb(20,78,251); }
H1.HeaderClassName
{
color: #144EFB;
}
.AnyTagClassName
{
color: #144EFB;
}
</style>
background-color css
<style>
a { background-color: #144EFB; }
a { background-color: rgb(20,78,251); }
div.DivClassName
{
background-color: #144EFB;
}
.BgClassName
{
background-color: #144EFB;
}
</style>
border-color css
<style>
span { border-color: #144EFB; }
span { border-color: rgb(20,78,251); }
td.TdClassName
{
border-color: #144EFB;
}
.TagClassName
{
border-color: #144EFB;
}
</style>