Shades of Royal Blue #194FF8
Tints of Royal Blue #194FF8
RGB
CMYK
RGB Variations
Color information
#194FF8 (or 0x194FF8) is known color: Royal Blue. HEX triplet: 19, 4F and F8. RGB value is (25,79,248). Sum of RGB (Red+Green+Blue) = 25+79+248=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 248 (97.27% from 255 or 70.45% from 352); Max value from RGB is 248 - color contains mainly: blue. Hex color #194FF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194FF8 is #E6B007. Grayscale: #515151. Windows color (decimal): -15118344 or 16273177. OLE color: 16273177.
HSL color Cylindrical-coordinate representation of color #194FF8: hue angle of 225.47º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #194FF8 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 79 | 248 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.03 |
| HSL | 225.47º | 0.94% | 0.54% | - |
| HSV(B) | 225.47º | 0.9% | 0.97% | - |
| XYZ | 20.14 | 12.58 | 90.17 | - |
| YUV | 82.12 | 221.61 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 248 | 0.90 | 0.68 | 0 | 0.03 | 225.47 | 0.94 | 0.54 |
| Hex | 19 | 4F | F8 | 5A | 44 | 0 | 3 | E1 | 5E | 36 |
| Octal | 31 | 117 | 370 | 132 | 104 | 0 | 3 | 341 | 136 | 66 |
| Binary | 11001 | 1001111 | 11111000 | 1011010 | 1000100 | 0 | 11 | 11100001 | 1011110 | 110110 |
Color Harmonies of #194FF8
Complementary color
Monochromatic Colors of #194FF8
Black with #194FF8
Text Example
Text Example
White with #194FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194FF8; }
p { color: rgb(25,79,248); }
H1.HeaderClassName
{
color: #194FF8;
}
.AnyTagClassName
{
color: #194FF8;
}
</style>
background-color css
<style>
a { background-color: #194FF8; }
a { background-color: rgb(25,79,248); }
div.DivClassName
{
background-color: #194FF8;
}
.BgClassName
{
background-color: #194FF8;
}
</style>
border-color css
<style>
span { border-color: #194FF8; }
span { border-color: rgb(25,79,248); }
td.TdClassName
{
border-color: #194FF8;
}
.TagClassName
{
border-color: #194FF8;
}
</style>