Shades of Royal Blue #144DFB
Tints of Royal Blue #144DFB
RGB
CMYK
RGB Variations
Color information
#144DFB (or 0x144DFB) is known color: Royal Blue. HEX triplet: 14, 4D and FB. RGB value is (20,77,251). Sum of RGB (Red+Green+Blue) = 20+77+251=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #144DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144DFB is #EBB204. Grayscale: #4F4F4F. Windows color (decimal): -15446533 or 16469268. OLE color: 16469268.
HSL color Cylindrical-coordinate representation of color #144DFB: hue angle of 225.19º 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 #144DFB is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 77 | 251 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.02 |
| HSL | 225.19º | 0.97% | 0.53% | - |
| HSV(B) | 225.19º | 0.92% | 0.98% | - |
| XYZ | 20.35 | 12.42 | 92.59 | - |
| YUV | 79.79 | 224.62 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 251 | 0.92 | 0.69 | 0 | 0.02 | 225.19 | 0.97 | 0.53 |
| Hex | 14 | 4D | FB | 5C | 45 | 0 | 2 | E1 | 61 | 35 |
| Octal | 24 | 115 | 373 | 134 | 105 | 0 | 2 | 341 | 141 | 65 |
| Binary | 10100 | 1001101 | 11111011 | 1011100 | 1000101 | 0 | 10 | 11100001 | 1100001 | 110101 |
Color Harmonies of #144DFB
Complementary color
Monochromatic Colors of #144DFB
Black with #144DFB
Text Example
Text Example
White with #144DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144DFB; }
p { color: rgb(20,77,251); }
H1.HeaderClassName
{
color: #144DFB;
}
.AnyTagClassName
{
color: #144DFB;
}
</style>
background-color css
<style>
a { background-color: #144DFB; }
a { background-color: rgb(20,77,251); }
div.DivClassName
{
background-color: #144DFB;
}
.BgClassName
{
background-color: #144DFB;
}
</style>
border-color css
<style>
span { border-color: #144DFB; }
span { border-color: rgb(20,77,251); }
td.TdClassName
{
border-color: #144DFB;
}
.TagClassName
{
border-color: #144DFB;
}
</style>