Shades of Royal Blue #144CFD
Tints of Royal Blue #144CFD
RGB
CMYK
RGB Variations
Color information
#144CFD (or 0x144CFD) is known color: Royal Blue. HEX triplet: 14, 4C and FD. RGB value is (20,76,253). Sum of RGB (Red+Green+Blue) = 20+76+253=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 253 (99.22% from 255 or 72.49% from 349); Max value from RGB is 253 - color contains mainly: blue. Hex color #144CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144CFD is #EBB302. Grayscale: #4E4E4E. Windows color (decimal): -15446787 or 16600084. OLE color: 16600084.
HSL color Cylindrical-coordinate representation of color #144CFD: hue angle of 225.58º 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 #144CFD is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 76 | 253 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.01 |
| HSL | 225.58º | 0.98% | 0.54% | - |
| HSV(B) | 225.58º | 0.92% | 0.99% | - |
| XYZ | 20.6 | 12.41 | 94.24 | - |
| YUV | 79.43 | 225.95 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 253 | 0.92 | 0.70 | 0 | 0.01 | 225.58 | 0.98 | 0.54 |
| Hex | 14 | 4C | FD | 5C | 46 | 0 | 1 | E2 | 62 | 36 |
| Octal | 24 | 114 | 375 | 134 | 106 | 0 | 1 | 342 | 142 | 66 |
| Binary | 10100 | 1001100 | 11111101 | 1011100 | 1000110 | 0 | 1 | 11100010 | 1100010 | 110110 |
Color Harmonies of #144CFD
Complementary color
Monochromatic Colors of #144CFD
Black with #144CFD
Text Example
Text Example
White with #144CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144CFD; }
p { color: rgb(20,76,253); }
H1.HeaderClassName
{
color: #144CFD;
}
.AnyTagClassName
{
color: #144CFD;
}
</style>
background-color css
<style>
a { background-color: #144CFD; }
a { background-color: rgb(20,76,253); }
div.DivClassName
{
background-color: #144CFD;
}
.BgClassName
{
background-color: #144CFD;
}
</style>
border-color css
<style>
span { border-color: #144CFD; }
span { border-color: rgb(20,76,253); }
td.TdClassName
{
border-color: #144CFD;
}
.TagClassName
{
border-color: #144CFD;
}
</style>