Shades of Royal Blue #194DF2
Tints of Royal Blue #194DF2
RGB
CMYK
RGB Variations
Color information
#194DF2 (or 0x194DF2) is known color: Royal Blue. HEX triplet: 19, 4D and F2. RGB value is (25,77,242). Sum of RGB (Red+Green+Blue) = 25+77+242=344 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.27% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 242 (94.92% from 255 or 70.35% from 344); Max value from RGB is 242 - color contains mainly: blue. Hex color #194DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194DF2 is #E6B20D. Grayscale: #4F4F4F. Windows color (decimal): -15118862 or 15879449. OLE color: 15879449.
HSL color Cylindrical-coordinate representation of color #194DF2: hue angle of 225.62º 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 #194DF2 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 77 | 242 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.05 |
| HSL | 225.62º | 0.89% | 0.52% | - |
| HSV(B) | 225.62º | 0.9% | 0.95% | - |
| XYZ | 19.08 | 11.93 | 85.3 | - |
| YUV | 80.26 | 219.27 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 242 | 0.90 | 0.68 | 0 | 0.05 | 225.62 | 0.89 | 0.52 |
| Hex | 19 | 4D | F2 | 5A | 44 | 0 | 5 | E2 | 59 | 34 |
| Octal | 31 | 115 | 362 | 132 | 104 | 0 | 5 | 342 | 131 | 64 |
| Binary | 11001 | 1001101 | 11110010 | 1011010 | 1000100 | 0 | 101 | 11100010 | 1011001 | 110100 |
Color Harmonies of #194DF2
Complementary color
Monochromatic Colors of #194DF2
Black with #194DF2
Text Example
Text Example
White with #194DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DF2; }
p { color: rgb(25,77,242); }
H1.HeaderClassName
{
color: #194DF2;
}
.AnyTagClassName
{
color: #194DF2;
}
</style>
background-color css
<style>
a { background-color: #194DF2; }
a { background-color: rgb(25,77,242); }
div.DivClassName
{
background-color: #194DF2;
}
.BgClassName
{
background-color: #194DF2;
}
</style>
border-color css
<style>
span { border-color: #194DF2; }
span { border-color: rgb(25,77,242); }
td.TdClassName
{
border-color: #194DF2;
}
.TagClassName
{
border-color: #194DF2;
}
</style>