Shades of Royal Blue #194DF9
Tints of Royal Blue #194DF9
RGB
CMYK
RGB Variations
Color information
#194DF9 (or 0x194DF9) is known color: Royal Blue. HEX triplet: 19, 4D and F9. RGB value is (25,77,249). Sum of RGB (Red+Green+Blue) = 25+77+249=351 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.12% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 249 (97.66% from 255 or 70.94% from 351); Max value from RGB is 249 - color contains mainly: blue. Hex color #194DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194DF9 is #E6B206. Grayscale: #505050. Windows color (decimal): -15118855 or 16338201. OLE color: 16338201.
HSL color Cylindrical-coordinate representation of color #194DF9: hue angle of 226.07º degrees, saturation: 0.95, 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 #194DF9 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 77 | 249 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.02 |
| HSL | 226.07º | 0.95% | 0.54% | - |
| HSV(B) | 226.07º | 0.9% | 0.98% | - |
| XYZ | 20.15 | 12.35 | 90.94 | - |
| YUV | 81.06 | 222.77 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 249 | 0.90 | 0.69 | 0 | 0.02 | 226.07 | 0.95 | 0.54 |
| Hex | 19 | 4D | F9 | 5A | 45 | 0 | 2 | E2 | 5F | 36 |
| Octal | 31 | 115 | 371 | 132 | 105 | 0 | 2 | 342 | 137 | 66 |
| Binary | 11001 | 1001101 | 11111001 | 1011010 | 1000101 | 0 | 10 | 11100010 | 1011111 | 110110 |
Color Harmonies of #194DF9
Complementary color
Monochromatic Colors of #194DF9
Black with #194DF9
Text Example
Text Example
White with #194DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DF9; }
p { color: rgb(25,77,249); }
H1.HeaderClassName
{
color: #194DF9;
}
.AnyTagClassName
{
color: #194DF9;
}
</style>
background-color css
<style>
a { background-color: #194DF9; }
a { background-color: rgb(25,77,249); }
div.DivClassName
{
background-color: #194DF9;
}
.BgClassName
{
background-color: #194DF9;
}
</style>
border-color css
<style>
span { border-color: #194DF9; }
span { border-color: rgb(25,77,249); }
td.TdClassName
{
border-color: #194DF9;
}
.TagClassName
{
border-color: #194DF9;
}
</style>