Shades of Royal Blue #144FFD
Tints of Royal Blue #144FFD
RGB
CMYK
RGB Variations
Color information
#144FFD (or 0x144FFD) is known color: Royal Blue. HEX triplet: 14, 4F and FD. RGB value is (20,79,253). Sum of RGB (Red+Green+Blue) = 20+79+253=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 253 (99.22% from 255 or 71.88% from 352); Max value from RGB is 253 - color contains mainly: blue. Hex color #144FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144FFD is #EBB002. Grayscale: #505050. Windows color (decimal): -15446019 or 16600852. OLE color: 16600852.
HSL color Cylindrical-coordinate representation of color #144FFD: hue angle of 224.81º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144FFD is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 79 | 253 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.01 |
| HSL | 224.81º | 0.98% | 0.54% | - |
| HSV(B) | 224.81º | 0.92% | 0.99% | - |
| XYZ | 20.81 | 12.83 | 94.31 | - |
| YUV | 81.2 | 224.95 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 253 | 0.92 | 0.69 | 0 | 0.01 | 224.81 | 0.98 | 0.54 |
| Hex | 14 | 4F | FD | 5C | 45 | 0 | 1 | E1 | 62 | 36 |
| Octal | 24 | 117 | 375 | 134 | 105 | 0 | 1 | 341 | 142 | 66 |
| Binary | 10100 | 1001111 | 11111101 | 1011100 | 1000101 | 0 | 1 | 11100001 | 1100010 | 110110 |
Color Harmonies of #144FFD
Complementary color
Monochromatic Colors of #144FFD
Black with #144FFD
Text Example
Text Example
White with #144FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144FFD; }
p { color: rgb(20,79,253); }
H1.HeaderClassName
{
color: #144FFD;
}
.AnyTagClassName
{
color: #144FFD;
}
</style>
background-color css
<style>
a { background-color: #144FFD; }
a { background-color: rgb(20,79,253); }
div.DivClassName
{
background-color: #144FFD;
}
.BgClassName
{
background-color: #144FFD;
}
</style>
border-color css
<style>
span { border-color: #144FFD; }
span { border-color: rgb(20,79,253); }
td.TdClassName
{
border-color: #144FFD;
}
.TagClassName
{
border-color: #144FFD;
}
</style>