Shades of Royal Blue #145AFA
Tints of Royal Blue #145AFA
RGB
CMYK
RGB Variations
Color information
#145AFA (or 0x145AFA) is known color: Royal Blue. HEX triplet: 14, 5A and FA. RGB value is (20,90,250). Sum of RGB (Red+Green+Blue) = 20+90+250=360 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.56% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 250 (98.05% from 255 or 69.44% from 360); Max value from RGB is 250 - color contains mainly: blue. Hex color #145AFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145AFA is #EBA505. Grayscale: #565656. Windows color (decimal): -15443206 or 16407060. OLE color: 16407060.
HSL color Cylindrical-coordinate representation of color #145AFA: hue angle of 221.74º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145AFA is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 90 | 250 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.02 |
| HSL | 221.74º | 0.96% | 0.53% | - |
| HSV(B) | 221.74º | 0.92% | 0.98% | - |
| XYZ | 21.2 | 14.36 | 92.1 | - |
| YUV | 87.31 | 219.81 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 250 | 0.92 | 0.64 | 0 | 0.02 | 221.74 | 0.96 | 0.53 |
| Hex | 14 | 5A | FA | 5C | 40 | 0 | 2 | DE | 60 | 35 |
| Octal | 24 | 132 | 372 | 134 | 100 | 0 | 2 | 336 | 140 | 65 |
| Binary | 10100 | 1011010 | 11111010 | 1011100 | 1000000 | 0 | 10 | 11011110 | 1100000 | 110101 |
Color Harmonies of #145AFA
Complementary color
Monochromatic Colors of #145AFA
Black with #145AFA
Text Example
Text Example
White with #145AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145AFA; }
p { color: rgb(20,90,250); }
H1.HeaderClassName
{
color: #145AFA;
}
.AnyTagClassName
{
color: #145AFA;
}
</style>
background-color css
<style>
a { background-color: #145AFA; }
a { background-color: rgb(20,90,250); }
div.DivClassName
{
background-color: #145AFA;
}
.BgClassName
{
background-color: #145AFA;
}
</style>
border-color css
<style>
span { border-color: #145AFA; }
span { border-color: rgb(20,90,250); }
td.TdClassName
{
border-color: #145AFA;
}
.TagClassName
{
border-color: #145AFA;
}
</style>