Shades of Royal Blue #194DF8
Tints of Royal Blue #194DF8
RGB
CMYK
RGB Variations
Color information
#194DF8 (or 0x194DF8) is known color: Royal Blue. HEX triplet: 19, 4D and F8. RGB value is (25,77,248). Sum of RGB (Red+Green+Blue) = 25+77+248=350 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.14% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 248 (97.27% from 255 or 70.86% from 350); Max value from RGB is 248 - color contains mainly: blue. Hex color #194DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194DF8 is #E6B207. Grayscale: #505050. Windows color (decimal): -15118856 or 16272665. OLE color: 16272665.
HSL color Cylindrical-coordinate representation of color #194DF8: hue angle of 226.01º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #194DF8 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 77 | 248 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.03 |
| HSL | 226.01º | 0.94% | 0.54% | - |
| HSV(B) | 226.01º | 0.9% | 0.97% | - |
| XYZ | 20 | 12.29 | 90.13 | - |
| YUV | 80.95 | 222.27 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 248 | 0.90 | 0.69 | 0 | 0.03 | 226.01 | 0.94 | 0.54 |
| Hex | 19 | 4D | F8 | 5A | 45 | 0 | 3 | E2 | 5E | 36 |
| Octal | 31 | 115 | 370 | 132 | 105 | 0 | 3 | 342 | 136 | 66 |
| Binary | 11001 | 1001101 | 11111000 | 1011010 | 1000101 | 0 | 11 | 11100010 | 1011110 | 110110 |
Color Harmonies of #194DF8
Complementary color
Monochromatic Colors of #194DF8
Black with #194DF8
Text Example
Text Example
White with #194DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DF8; }
p { color: rgb(25,77,248); }
H1.HeaderClassName
{
color: #194DF8;
}
.AnyTagClassName
{
color: #194DF8;
}
</style>
background-color css
<style>
a { background-color: #194DF8; }
a { background-color: rgb(25,77,248); }
div.DivClassName
{
background-color: #194DF8;
}
.BgClassName
{
background-color: #194DF8;
}
</style>
border-color css
<style>
span { border-color: #194DF8; }
span { border-color: rgb(25,77,248); }
td.TdClassName
{
border-color: #194DF8;
}
.TagClassName
{
border-color: #194DF8;
}
</style>