Shades of Royal Blue #145CFD
Tints of Royal Blue #145CFD
RGB
CMYK
RGB Variations
Color information
#145CFD (or 0x145CFD) is known color: Royal Blue. HEX triplet: 14, 5C and FD. RGB value is (20,92,253). Sum of RGB (Red+Green+Blue) = 20+92+253=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #145CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145CFD is #EBA302. Grayscale: #585858. Windows color (decimal): -15442691 or 16604180. OLE color: 16604180.
HSL color Cylindrical-coordinate representation of color #145CFD: hue angle of 221.46º 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 #145CFD is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 92 | 253 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.01 |
| HSL | 221.46º | 0.98% | 0.54% | - |
| HSV(B) | 221.46º | 0.92% | 0.99% | - |
| XYZ | 21.85 | 14.89 | 94.65 | - |
| YUV | 88.83 | 220.65 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 253 | 0.92 | 0.64 | 0 | 0.01 | 221.46 | 0.98 | 0.54 |
| Hex | 14 | 5C | FD | 5C | 40 | 0 | 1 | DD | 62 | 36 |
| Octal | 24 | 134 | 375 | 134 | 100 | 0 | 1 | 335 | 142 | 66 |
| Binary | 10100 | 1011100 | 11111101 | 1011100 | 1000000 | 0 | 1 | 11011101 | 1100010 | 110110 |
Color Harmonies of #145CFD
Complementary color
Monochromatic Colors of #145CFD
Black with #145CFD
Text Example
Text Example
White with #145CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145CFD; }
p { color: rgb(20,92,253); }
H1.HeaderClassName
{
color: #145CFD;
}
.AnyTagClassName
{
color: #145CFD;
}
</style>
background-color css
<style>
a { background-color: #145CFD; }
a { background-color: rgb(20,92,253); }
div.DivClassName
{
background-color: #145CFD;
}
.BgClassName
{
background-color: #145CFD;
}
</style>
border-color css
<style>
span { border-color: #145CFD; }
span { border-color: rgb(20,92,253); }
td.TdClassName
{
border-color: #145CFD;
}
.TagClassName
{
border-color: #145CFD;
}
</style>