Shades of Royal Blue #145BFE
Tints of Royal Blue #145BFE
RGB
CMYK
RGB Variations
Color information
#145BFE (or 0x145BFE) is known color: Royal Blue. HEX triplet: 14, 5B and FE. RGB value is (20,91,254). Sum of RGB (Red+Green+Blue) = 20+91+254=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #145BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145BFE is #EBA401. Grayscale: #575757. Windows color (decimal): -15442946 or 16669460. OLE color: 16669460.
HSL color Cylindrical-coordinate representation of color #145BFE: hue angle of 221.79º 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 #145BFE is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 91 | 254 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.00 |
| HSL | 221.79º | 0.99% | 0.54% | - |
| HSV(B) | 221.79º | 0.92% | 1% | - |
| XYZ | 21.92 | 14.79 | 95.46 | - |
| YUV | 88.35 | 221.48 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 254 | 0.92 | 0.64 | 0 | 0.00 | 221.79 | 0.99 | 0.54 |
| Hex | 14 | 5B | FE | 5C | 40 | 0 | 0 | DE | 63 | 36 |
| Octal | 24 | 133 | 376 | 134 | 100 | 0 | 0 | 336 | 143 | 66 |
| Binary | 10100 | 1011011 | 11111110 | 1011100 | 1000000 | 0 | 0 | 11011110 | 1100011 | 110110 |
Color Harmonies of #145BFE
Complementary color
Monochromatic Colors of #145BFE
Black with #145BFE
Text Example
Text Example
White with #145BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145BFE; }
p { color: rgb(20,91,254); }
H1.HeaderClassName
{
color: #145BFE;
}
.AnyTagClassName
{
color: #145BFE;
}
</style>
background-color css
<style>
a { background-color: #145BFE; }
a { background-color: rgb(20,91,254); }
div.DivClassName
{
background-color: #145BFE;
}
.BgClassName
{
background-color: #145BFE;
}
</style>
border-color css
<style>
span { border-color: #145BFE; }
span { border-color: rgb(20,91,254); }
td.TdClassName
{
border-color: #145BFE;
}
.TagClassName
{
border-color: #145BFE;
}
</style>