Shades of Royal Blue #194AF0
Tints of Royal Blue #194AF0
RGB
CMYK
RGB Variations
Color information
#194AF0 (or 0x194AF0) is known color: Royal Blue. HEX triplet: 19, 4A and F0. RGB value is (25,74,240). Sum of RGB (Red+Green+Blue) = 25+74+240=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 240 (94.14% from 255 or 70.80% from 339); Max value from RGB is 240 - color contains mainly: blue. Hex color #194AF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194AF0 is #E6B50F. Grayscale: #4D4D4D. Windows color (decimal): -15119632 or 15747609. OLE color: 15747609.
HSL color Cylindrical-coordinate representation of color #194AF0: hue angle of 226.33º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #194AF0 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 74 | 240 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.06 |
| HSL | 226.33º | 0.88% | 0.52% | - |
| HSV(B) | 226.33º | 0.9% | 0.94% | - |
| XYZ | 18.58 | 11.4 | 83.66 | - |
| YUV | 78.27 | 219.27 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 240 | 0.90 | 0.69 | 0 | 0.06 | 226.33 | 0.88 | 0.52 |
| Hex | 19 | 4A | F0 | 5A | 45 | 0 | 6 | E2 | 58 | 34 |
| Octal | 31 | 112 | 360 | 132 | 105 | 0 | 6 | 342 | 130 | 64 |
| Binary | 11001 | 1001010 | 11110000 | 1011010 | 1000101 | 0 | 110 | 11100010 | 1011000 | 110100 |
Color Harmonies of #194AF0
Complementary color
Monochromatic Colors of #194AF0
Black with #194AF0
Text Example
Text Example
White with #194AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194AF0; }
p { color: rgb(25,74,240); }
H1.HeaderClassName
{
color: #194AF0;
}
.AnyTagClassName
{
color: #194AF0;
}
</style>
background-color css
<style>
a { background-color: #194AF0; }
a { background-color: rgb(25,74,240); }
div.DivClassName
{
background-color: #194AF0;
}
.BgClassName
{
background-color: #194AF0;
}
</style>
border-color css
<style>
span { border-color: #194AF0; }
span { border-color: rgb(25,74,240); }
td.TdClassName
{
border-color: #194AF0;
}
.TagClassName
{
border-color: #194AF0;
}
</style>