Shades of Royal Blue #194DF4
Tints of Royal Blue #194DF4
RGB
CMYK
RGB Variations
Color information
#194DF4 (or 0x194DF4) is known color: Royal Blue. HEX triplet: 19, 4D and F4. RGB value is (25,77,244). Sum of RGB (Red+Green+Blue) = 25+77+244=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 244 (95.70% from 255 or 70.52% from 346); Max value from RGB is 244 - color contains mainly: blue. Hex color #194DF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194DF4 is #E6B20B. Grayscale: #4F4F4F. Windows color (decimal): -15118860 or 16010521. OLE color: 16010521.
HSL color Cylindrical-coordinate representation of color #194DF4: hue angle of 225.75º degrees, saturation: 0.91, 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 #194DF4 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 77 | 244 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.04 |
| HSL | 225.75º | 0.91% | 0.53% | - |
| HSV(B) | 225.75º | 0.9% | 0.96% | - |
| XYZ | 19.38 | 12.05 | 86.89 | - |
| YUV | 80.49 | 220.27 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 244 | 0.90 | 0.68 | 0 | 0.04 | 225.75 | 0.91 | 0.53 |
| Hex | 19 | 4D | F4 | 5A | 44 | 0 | 4 | E2 | 5B | 35 |
| Octal | 31 | 115 | 364 | 132 | 104 | 0 | 4 | 342 | 133 | 65 |
| Binary | 11001 | 1001101 | 11110100 | 1011010 | 1000100 | 0 | 100 | 11100010 | 1011011 | 110101 |
Color Harmonies of #194DF4
Complementary color
Monochromatic Colors of #194DF4
Black with #194DF4
Text Example
Text Example
White with #194DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DF4; }
p { color: rgb(25,77,244); }
H1.HeaderClassName
{
color: #194DF4;
}
.AnyTagClassName
{
color: #194DF4;
}
</style>
background-color css
<style>
a { background-color: #194DF4; }
a { background-color: rgb(25,77,244); }
div.DivClassName
{
background-color: #194DF4;
}
.BgClassName
{
background-color: #194DF4;
}
</style>
border-color css
<style>
span { border-color: #194DF4; }
span { border-color: rgb(25,77,244); }
td.TdClassName
{
border-color: #194DF4;
}
.TagClassName
{
border-color: #194DF4;
}
</style>