Shades of Royal Blue #194CFA
Tints of Royal Blue #194CFA
RGB
CMYK
RGB Variations
Color information
#194CFA (or 0x194CFA) is known color: Royal Blue. HEX triplet: 19, 4C and FA. RGB value is (25,76,250). Sum of RGB (Red+Green+Blue) = 25+76+250=351 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.12% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #194CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194CFA is #E6B305. Grayscale: #4F4F4F. Windows color (decimal): -15119110 or 16403481. OLE color: 16403481.
HSL color Cylindrical-coordinate representation of color #194CFA: hue angle of 226.4º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #194CFA is Cyan = 0.9, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 76 | 250 | - |
| CMYK | 0.9 | 0.70 | 0 | 0.02 |
| HSL | 226.4º | 0.96% | 0.54% | - |
| HSV(B) | 226.4º | 0.9% | 0.98% | - |
| XYZ | 20.24 | 12.28 | 91.75 | - |
| YUV | 80.59 | 223.6 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 250 | 0.9 | 0.70 | 0 | 0.02 | 226.4 | 0.96 | 0.54 |
| Hex | 19 | 4C | FA | 5A | 46 | 0 | 2 | E2 | 60 | 36 |
| Octal | 31 | 114 | 372 | 132 | 106 | 0 | 2 | 342 | 140 | 66 |
| Binary | 11001 | 1001100 | 11111010 | 1011010 | 1000110 | 0 | 10 | 11100010 | 1100000 | 110110 |
Color Harmonies of #194CFA
Complementary color
Monochromatic Colors of #194CFA
Black with #194CFA
Text Example
Text Example
White with #194CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194CFA; }
p { color: rgb(25,76,250); }
H1.HeaderClassName
{
color: #194CFA;
}
.AnyTagClassName
{
color: #194CFA;
}
</style>
background-color css
<style>
a { background-color: #194CFA; }
a { background-color: rgb(25,76,250); }
div.DivClassName
{
background-color: #194CFA;
}
.BgClassName
{
background-color: #194CFA;
}
</style>
border-color css
<style>
span { border-color: #194CFA; }
span { border-color: rgb(25,76,250); }
td.TdClassName
{
border-color: #194CFA;
}
.TagClassName
{
border-color: #194CFA;
}
</style>