Shades of Royal Blue #144BFA
Tints of Royal Blue #144BFA
RGB
CMYK
RGB Variations
Color information
#144BFA (or 0x144BFA) is known color: Royal Blue. HEX triplet: 14, 4B and FA. RGB value is (20,75,250). Sum of RGB (Red+Green+Blue) = 20+75+250=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #144BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144BFA is #EBB405. Grayscale: #4D4D4D. Windows color (decimal): -15447046 or 16403220. OLE color: 16403220.
HSL color Cylindrical-coordinate representation of color #144BFA: hue angle of 225.65º 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 #144BFA is Cyan = 0.92, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 75 | 250 | - |
| CMYK | 0.92 | 0.7 | 0 | 0.02 |
| HSL | 225.65º | 0.96% | 0.53% | - |
| HSV(B) | 225.65º | 0.92% | 0.98% | - |
| XYZ | 20.06 | 12.08 | 91.72 | - |
| YUV | 78.51 | 224.78 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 250 | 0.92 | 0.7 | 0 | 0.02 | 225.65 | 0.96 | 0.53 |
| Hex | 14 | 4B | FA | 5C | 46 | 0 | 2 | E2 | 60 | 35 |
| Octal | 24 | 113 | 372 | 134 | 106 | 0 | 2 | 342 | 140 | 65 |
| Binary | 10100 | 1001011 | 11111010 | 1011100 | 1000110 | 0 | 10 | 11100010 | 1100000 | 110101 |
Color Harmonies of #144BFA
Complementary color
Monochromatic Colors of #144BFA
Black with #144BFA
Text Example
Text Example
White with #144BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144BFA; }
p { color: rgb(20,75,250); }
H1.HeaderClassName
{
color: #144BFA;
}
.AnyTagClassName
{
color: #144BFA;
}
</style>
background-color css
<style>
a { background-color: #144BFA; }
a { background-color: rgb(20,75,250); }
div.DivClassName
{
background-color: #144BFA;
}
.BgClassName
{
background-color: #144BFA;
}
</style>
border-color css
<style>
span { border-color: #144BFA; }
span { border-color: rgb(20,75,250); }
td.TdClassName
{
border-color: #144BFA;
}
.TagClassName
{
border-color: #144BFA;
}
</style>