Shades of Royal Blue #194FF0
Tints of Royal Blue #194FF0
RGB
CMYK
RGB Variations
Color information
#194FF0 (or 0x194FF0) is known color: Royal Blue. HEX triplet: 19, 4F and F0. RGB value is (25,79,240). Sum of RGB (Red+Green+Blue) = 25+79+240=344 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.27% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 240 (94.14% from 255 or 69.77% from 344); Max value from RGB is 240 - color contains mainly: blue. Hex color #194FF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194FF0 is #E6B00F. Grayscale: #505050. Windows color (decimal): -15118352 or 15748889. OLE color: 15748889.
HSL color Cylindrical-coordinate representation of color #194FF0: hue angle of 224.93º 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 #194FF0 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 79 | 240 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.06 |
| HSL | 224.93º | 0.88% | 0.52% | - |
| HSV(B) | 224.93º | 0.9% | 0.94% | - |
| XYZ | 18.93 | 12.09 | 83.77 | - |
| YUV | 81.21 | 217.61 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 240 | 0.90 | 0.67 | 0 | 0.06 | 224.93 | 0.88 | 0.52 |
| Hex | 19 | 4F | F0 | 5A | 43 | 0 | 6 | E1 | 58 | 34 |
| Octal | 31 | 117 | 360 | 132 | 103 | 0 | 6 | 341 | 130 | 64 |
| Binary | 11001 | 1001111 | 11110000 | 1011010 | 1000011 | 0 | 110 | 11100001 | 1011000 | 110100 |
Color Harmonies of #194FF0
Complementary color
Monochromatic Colors of #194FF0
Black with #194FF0
Text Example
Text Example
White with #194FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194FF0; }
p { color: rgb(25,79,240); }
H1.HeaderClassName
{
color: #194FF0;
}
.AnyTagClassName
{
color: #194FF0;
}
</style>
background-color css
<style>
a { background-color: #194FF0; }
a { background-color: rgb(25,79,240); }
div.DivClassName
{
background-color: #194FF0;
}
.BgClassName
{
background-color: #194FF0;
}
</style>
border-color css
<style>
span { border-color: #194FF0; }
span { border-color: rgb(25,79,240); }
td.TdClassName
{
border-color: #194FF0;
}
.TagClassName
{
border-color: #194FF0;
}
</style>