Shades of Royal Blue #194CF5
Tints of Royal Blue #194CF5
RGB
CMYK
RGB Variations
Color information
#194CF5 (or 0x194CF5) is known color: Royal Blue. HEX triplet: 19, 4C and F5. RGB value is (25,76,245). Sum of RGB (Red+Green+Blue) = 25+76+245=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 245 (96.09% from 255 or 70.81% from 346); Max value from RGB is 245 - color contains mainly: blue. Hex color #194CF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194CF5 is #E6B30A. Grayscale: #4F4F4F. Windows color (decimal): -15119115 or 16075801. OLE color: 16075801.
HSL color Cylindrical-coordinate representation of color #194CF5: hue angle of 226.09º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #194CF5 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 76 | 245 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.04 |
| HSL | 226.09º | 0.92% | 0.53% | - |
| HSV(B) | 226.09º | 0.9% | 0.96% | - |
| XYZ | 19.47 | 11.97 | 87.67 | - |
| YUV | 80.02 | 221.1 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 245 | 0.90 | 0.69 | 0 | 0.04 | 226.09 | 0.92 | 0.53 |
| Hex | 19 | 4C | F5 | 5A | 45 | 0 | 4 | E2 | 5C | 35 |
| Octal | 31 | 114 | 365 | 132 | 105 | 0 | 4 | 342 | 134 | 65 |
| Binary | 11001 | 1001100 | 11110101 | 1011010 | 1000101 | 0 | 100 | 11100010 | 1011100 | 110101 |
Color Harmonies of #194CF5
Complementary color
Monochromatic Colors of #194CF5
Black with #194CF5
Text Example
Text Example
White with #194CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194CF5; }
p { color: rgb(25,76,245); }
H1.HeaderClassName
{
color: #194CF5;
}
.AnyTagClassName
{
color: #194CF5;
}
</style>
background-color css
<style>
a { background-color: #194CF5; }
a { background-color: rgb(25,76,245); }
div.DivClassName
{
background-color: #194CF5;
}
.BgClassName
{
background-color: #194CF5;
}
</style>
border-color css
<style>
span { border-color: #194CF5; }
span { border-color: rgb(25,76,245); }
td.TdClassName
{
border-color: #194CF5;
}
.TagClassName
{
border-color: #194CF5;
}
</style>