Shades of Royal Blue #145CFE
Tints of Royal Blue #145CFE
RGB
CMYK
RGB Variations
Color information
#145CFE (or 0x145CFE) is known color: Royal Blue. HEX triplet: 14, 5C and FE. RGB value is (20,92,254). Sum of RGB (Red+Green+Blue) = 20+92+254=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #145CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145CFE is #EBA301. Grayscale: #585858. Windows color (decimal): -15442690 or 16669716. OLE color: 16669716.
HSL color Cylindrical-coordinate representation of color #145CFE: hue angle of 221.54º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145CFE is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 92 | 254 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.00 |
| HSL | 221.54º | 0.99% | 0.54% | - |
| HSV(B) | 221.54º | 0.92% | 1% | - |
| XYZ | 22.01 | 14.96 | 95.49 | - |
| YUV | 88.94 | 221.15 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 254 | 0.92 | 0.64 | 0 | 0.00 | 221.54 | 0.99 | 0.54 |
| Hex | 14 | 5C | FE | 5C | 40 | 0 | 0 | DE | 63 | 36 |
| Octal | 24 | 134 | 376 | 134 | 100 | 0 | 0 | 336 | 143 | 66 |
| Binary | 10100 | 1011100 | 11111110 | 1011100 | 1000000 | 0 | 0 | 11011110 | 1100011 | 110110 |
Color Harmonies of #145CFE
Complementary color
Monochromatic Colors of #145CFE
Black with #145CFE
Text Example
Text Example
White with #145CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145CFE; }
p { color: rgb(20,92,254); }
H1.HeaderClassName
{
color: #145CFE;
}
.AnyTagClassName
{
color: #145CFE;
}
</style>
background-color css
<style>
a { background-color: #145CFE; }
a { background-color: rgb(20,92,254); }
div.DivClassName
{
background-color: #145CFE;
}
.BgClassName
{
background-color: #145CFE;
}
</style>
border-color css
<style>
span { border-color: #145CFE; }
span { border-color: rgb(20,92,254); }
td.TdClassName
{
border-color: #145CFE;
}
.TagClassName
{
border-color: #145CFE;
}
</style>