Shades of Royal Blue #145BFD
Tints of Royal Blue #145BFD
RGB
CMYK
RGB Variations
Color information
#145BFD (or 0x145BFD) is known color: Royal Blue. HEX triplet: 14, 5B and FD. RGB value is (20,91,253). Sum of RGB (Red+Green+Blue) = 20+91+253=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 253 (99.22% from 255 or 69.51% from 364); Max value from RGB is 253 - color contains mainly: blue. Hex color #145BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145BFD is #EBA402. Grayscale: #575757. Windows color (decimal): -15442947 or 16603924. OLE color: 16603924.
HSL color Cylindrical-coordinate representation of color #145BFD: hue angle of 221.72º 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 #145BFD is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 91 | 253 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.01 |
| HSL | 221.72º | 0.98% | 0.54% | - |
| HSV(B) | 221.72º | 0.92% | 0.99% | - |
| XYZ | 21.76 | 14.72 | 94.62 | - |
| YUV | 88.24 | 220.98 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 253 | 0.92 | 0.64 | 0 | 0.01 | 221.72 | 0.98 | 0.54 |
| Hex | 14 | 5B | FD | 5C | 40 | 0 | 1 | DE | 62 | 36 |
| Octal | 24 | 133 | 375 | 134 | 100 | 0 | 1 | 336 | 142 | 66 |
| Binary | 10100 | 1011011 | 11111101 | 1011100 | 1000000 | 0 | 1 | 11011110 | 1100010 | 110110 |
Color Harmonies of #145BFD
Complementary color
Monochromatic Colors of #145BFD
Black with #145BFD
Text Example
Text Example
White with #145BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145BFD; }
p { color: rgb(20,91,253); }
H1.HeaderClassName
{
color: #145BFD;
}
.AnyTagClassName
{
color: #145BFD;
}
</style>
background-color css
<style>
a { background-color: #145BFD; }
a { background-color: rgb(20,91,253); }
div.DivClassName
{
background-color: #145BFD;
}
.BgClassName
{
background-color: #145BFD;
}
</style>
border-color css
<style>
span { border-color: #145BFD; }
span { border-color: rgb(20,91,253); }
td.TdClassName
{
border-color: #145BFD;
}
.TagClassName
{
border-color: #145BFD;
}
</style>