Shades of Royal Blue #145BFC
Tints of Royal Blue #145BFC
RGB
CMYK
RGB Variations
Color information
#145BFC (or 0x145BFC) is known color: Royal Blue. HEX triplet: 14, 5B and FC. RGB value is (20,91,252). Sum of RGB (Red+Green+Blue) = 20+91+252=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #145BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145BFC is #EBA403. Grayscale: #575757. Windows color (decimal): -15442948 or 16538388. OLE color: 16538388.
HSL color Cylindrical-coordinate representation of color #145BFC: hue angle of 221.64º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145BFC is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 91 | 252 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.01 |
| HSL | 221.64º | 0.97% | 0.53% | - |
| HSV(B) | 221.64º | 0.92% | 0.99% | - |
| XYZ | 21.6 | 14.66 | 93.79 | - |
| YUV | 88.13 | 220.48 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 252 | 0.92 | 0.64 | 0 | 0.01 | 221.64 | 0.97 | 0.53 |
| Hex | 14 | 5B | FC | 5C | 40 | 0 | 1 | DE | 61 | 35 |
| Octal | 24 | 133 | 374 | 134 | 100 | 0 | 1 | 336 | 141 | 65 |
| Binary | 10100 | 1011011 | 11111100 | 1011100 | 1000000 | 0 | 1 | 11011110 | 1100001 | 110101 |
Color Harmonies of #145BFC
Complementary color
Monochromatic Colors of #145BFC
Black with #145BFC
Text Example
Text Example
White with #145BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145BFC; }
p { color: rgb(20,91,252); }
H1.HeaderClassName
{
color: #145BFC;
}
.AnyTagClassName
{
color: #145BFC;
}
</style>
background-color css
<style>
a { background-color: #145BFC; }
a { background-color: rgb(20,91,252); }
div.DivClassName
{
background-color: #145BFC;
}
.BgClassName
{
background-color: #145BFC;
}
</style>
border-color css
<style>
span { border-color: #145BFC; }
span { border-color: rgb(20,91,252); }
td.TdClassName
{
border-color: #145BFC;
}
.TagClassName
{
border-color: #145BFC;
}
</style>