Shades of Royal Blue #194DF1
Tints of Royal Blue #194DF1
RGB
CMYK
RGB Variations
Color information
#194DF1 (or 0x194DF1) is known color: Royal Blue. HEX triplet: 19, 4D and F1. RGB value is (25,77,241). Sum of RGB (Red+Green+Blue) = 25+77+241=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 241 (94.53% from 255 or 70.26% from 343); Max value from RGB is 241 - color contains mainly: blue. Hex color #194DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194DF1 is #E6B20E. Grayscale: #4F4F4F. Windows color (decimal): -15118863 or 15813913. OLE color: 15813913.
HSL color Cylindrical-coordinate representation of color #194DF1: hue angle of 225.56º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #194DF1 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 77 | 241 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.05 |
| HSL | 225.56º | 0.89% | 0.52% | - |
| HSV(B) | 225.56º | 0.9% | 0.95% | - |
| XYZ | 18.93 | 11.87 | 84.51 | - |
| YUV | 80.15 | 218.77 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 241 | 0.90 | 0.68 | 0 | 0.05 | 225.56 | 0.89 | 0.52 |
| Hex | 19 | 4D | F1 | 5A | 44 | 0 | 5 | E2 | 59 | 34 |
| Octal | 31 | 115 | 361 | 132 | 104 | 0 | 5 | 342 | 131 | 64 |
| Binary | 11001 | 1001101 | 11110001 | 1011010 | 1000100 | 0 | 101 | 11100010 | 1011001 | 110100 |
Color Harmonies of #194DF1
Complementary color
Monochromatic Colors of #194DF1
Black with #194DF1
Text Example
Text Example
White with #194DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DF1; }
p { color: rgb(25,77,241); }
H1.HeaderClassName
{
color: #194DF1;
}
.AnyTagClassName
{
color: #194DF1;
}
</style>
background-color css
<style>
a { background-color: #194DF1; }
a { background-color: rgb(25,77,241); }
div.DivClassName
{
background-color: #194DF1;
}
.BgClassName
{
background-color: #194DF1;
}
</style>
border-color css
<style>
span { border-color: #194DF1; }
span { border-color: rgb(25,77,241); }
td.TdClassName
{
border-color: #194DF1;
}
.TagClassName
{
border-color: #194DF1;
}
</style>