Shades of Royal Blue #194CF4
Tints of Royal Blue #194CF4
RGB
CMYK
RGB Variations
Color information
#194CF4 (or 0x194CF4) is known color: Royal Blue. HEX triplet: 19, 4C and F4. RGB value is (25,76,244). Sum of RGB (Red+Green+Blue) = 25+76+244=345 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.25% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 244 (95.70% from 255 or 70.72% from 345); Max value from RGB is 244 - color contains mainly: blue. Hex color #194CF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194CF4 is #E6B30B. Grayscale: #4F4F4F. Windows color (decimal): -15119116 or 16010265. OLE color: 16010265.
HSL color Cylindrical-coordinate representation of color #194CF4: hue angle of 226.03º 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 #194CF4 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 76 | 244 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.04 |
| HSL | 226.03º | 0.91% | 0.53% | - |
| HSV(B) | 226.03º | 0.9% | 0.96% | - |
| XYZ | 19.31 | 11.91 | 86.87 | - |
| YUV | 79.9 | 220.6 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 244 | 0.90 | 0.69 | 0 | 0.04 | 226.03 | 0.91 | 0.53 |
| Hex | 19 | 4C | F4 | 5A | 45 | 0 | 4 | E2 | 5B | 35 |
| Octal | 31 | 114 | 364 | 132 | 105 | 0 | 4 | 342 | 133 | 65 |
| Binary | 11001 | 1001100 | 11110100 | 1011010 | 1000101 | 0 | 100 | 11100010 | 1011011 | 110101 |
Color Harmonies of #194CF4
Complementary color
Monochromatic Colors of #194CF4
Black with #194CF4
Text Example
Text Example
White with #194CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194CF4; }
p { color: rgb(25,76,244); }
H1.HeaderClassName
{
color: #194CF4;
}
.AnyTagClassName
{
color: #194CF4;
}
</style>
background-color css
<style>
a { background-color: #194CF4; }
a { background-color: rgb(25,76,244); }
div.DivClassName
{
background-color: #194CF4;
}
.BgClassName
{
background-color: #194CF4;
}
</style>
border-color css
<style>
span { border-color: #194CF4; }
span { border-color: rgb(25,76,244); }
td.TdClassName
{
border-color: #194CF4;
}
.TagClassName
{
border-color: #194CF4;
}
</style>