Shades of Royal Blue #194DFB
Tints of Royal Blue #194DFB
RGB
CMYK
RGB Variations
Color information
#194DFB (or 0x194DFB) is known color: Royal Blue. HEX triplet: 19, 4D and FB. RGB value is (25,77,251). Sum of RGB (Red+Green+Blue) = 25+77+251=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #194DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194DFB is #E6B204. Grayscale: #505050. Windows color (decimal): -15118853 or 16469273. OLE color: 16469273.
HSL color Cylindrical-coordinate representation of color #194DFB: hue angle of 226.19º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #194DFB is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 77 | 251 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.02 |
| HSL | 226.19º | 0.97% | 0.54% | - |
| HSV(B) | 226.19º | 0.9% | 0.98% | - |
| XYZ | 20.47 | 12.48 | 92.6 | - |
| YUV | 81.29 | 223.77 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 251 | 0.90 | 0.69 | 0 | 0.02 | 226.19 | 0.97 | 0.54 |
| Hex | 19 | 4D | FB | 5A | 45 | 0 | 2 | E2 | 61 | 36 |
| Octal | 31 | 115 | 373 | 132 | 105 | 0 | 2 | 342 | 141 | 66 |
| Binary | 11001 | 1001101 | 11111011 | 1011010 | 1000101 | 0 | 10 | 11100010 | 1100001 | 110110 |
Color Harmonies of #194DFB
Complementary color
Monochromatic Colors of #194DFB
Black with #194DFB
Text Example
Text Example
White with #194DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DFB; }
p { color: rgb(25,77,251); }
H1.HeaderClassName
{
color: #194DFB;
}
.AnyTagClassName
{
color: #194DFB;
}
</style>
background-color css
<style>
a { background-color: #194DFB; }
a { background-color: rgb(25,77,251); }
div.DivClassName
{
background-color: #194DFB;
}
.BgClassName
{
background-color: #194DFB;
}
</style>
border-color css
<style>
span { border-color: #194DFB; }
span { border-color: rgb(25,77,251); }
td.TdClassName
{
border-color: #194DFB;
}
.TagClassName
{
border-color: #194DFB;
}
</style>