Shades of Royal Blue #144FFC
Tints of Royal Blue #144FFC
RGB
CMYK
RGB Variations
Color information
#144FFC (or 0x144FFC) is known color: Royal Blue. HEX triplet: 14, 4F and FC. RGB value is (20,79,252). Sum of RGB (Red+Green+Blue) = 20+79+252=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 252 (98.83% from 255 or 71.79% from 351); Max value from RGB is 252 - color contains mainly: blue. Hex color #144FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144FFC is #EBB003. Grayscale: #505050. Windows color (decimal): -15446020 or 16535316. OLE color: 16535316.
HSL color Cylindrical-coordinate representation of color #144FFC: hue angle of 224.74º 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 #144FFC is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 79 | 252 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.01 |
| HSL | 224.74º | 0.97% | 0.53% | - |
| HSV(B) | 224.74º | 0.92% | 0.99% | - |
| XYZ | 20.66 | 12.77 | 93.47 | - |
| YUV | 81.08 | 224.45 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 252 | 0.92 | 0.69 | 0 | 0.01 | 224.74 | 0.97 | 0.53 |
| Hex | 14 | 4F | FC | 5C | 45 | 0 | 1 | E1 | 61 | 35 |
| Octal | 24 | 117 | 374 | 134 | 105 | 0 | 1 | 341 | 141 | 65 |
| Binary | 10100 | 1001111 | 11111100 | 1011100 | 1000101 | 0 | 1 | 11100001 | 1100001 | 110101 |
Color Harmonies of #144FFC
Complementary color
Monochromatic Colors of #144FFC
Black with #144FFC
Text Example
Text Example
White with #144FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144FFC; }
p { color: rgb(20,79,252); }
H1.HeaderClassName
{
color: #144FFC;
}
.AnyTagClassName
{
color: #144FFC;
}
</style>
background-color css
<style>
a { background-color: #144FFC; }
a { background-color: rgb(20,79,252); }
div.DivClassName
{
background-color: #144FFC;
}
.BgClassName
{
background-color: #144FFC;
}
</style>
border-color css
<style>
span { border-color: #144FFC; }
span { border-color: rgb(20,79,252); }
td.TdClassName
{
border-color: #144FFC;
}
.TagClassName
{
border-color: #144FFC;
}
</style>