Shades of Royal Blue #194FF5
Tints of Royal Blue #194FF5
RGB
CMYK
RGB Variations
Color information
#194FF5 (or 0x194FF5) is known color: Royal Blue. HEX triplet: 19, 4F and F5. RGB value is (25,79,245). Sum of RGB (Red+Green+Blue) = 25+79+245=349 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.16% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 245 (96.09% from 255 or 70.20% from 349); Max value from RGB is 245 - color contains mainly: blue. Hex color #194FF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194FF5 is #E6B00A. Grayscale: #515151. Windows color (decimal): -15118347 or 16076569. OLE color: 16076569.
HSL color Cylindrical-coordinate representation of color #194FF5: hue angle of 225.27º 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 #194FF5 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 79 | 245 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.04 |
| HSL | 225.27º | 0.92% | 0.53% | - |
| HSV(B) | 225.27º | 0.9% | 0.96% | - |
| XYZ | 19.68 | 12.39 | 87.74 | - |
| YUV | 81.78 | 220.11 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 245 | 0.90 | 0.68 | 0 | 0.04 | 225.27 | 0.92 | 0.53 |
| Hex | 19 | 4F | F5 | 5A | 44 | 0 | 4 | E1 | 5C | 35 |
| Octal | 31 | 117 | 365 | 132 | 104 | 0 | 4 | 341 | 134 | 65 |
| Binary | 11001 | 1001111 | 11110101 | 1011010 | 1000100 | 0 | 100 | 11100001 | 1011100 | 110101 |
Color Harmonies of #194FF5
Complementary color
Monochromatic Colors of #194FF5
Black with #194FF5
Text Example
Text Example
White with #194FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194FF5; }
p { color: rgb(25,79,245); }
H1.HeaderClassName
{
color: #194FF5;
}
.AnyTagClassName
{
color: #194FF5;
}
</style>
background-color css
<style>
a { background-color: #194FF5; }
a { background-color: rgb(25,79,245); }
div.DivClassName
{
background-color: #194FF5;
}
.BgClassName
{
background-color: #194FF5;
}
</style>
border-color css
<style>
span { border-color: #194FF5; }
span { border-color: rgb(25,79,245); }
td.TdClassName
{
border-color: #194FF5;
}
.TagClassName
{
border-color: #194FF5;
}
</style>