Shades of Royal Blue #194DF3
Tints of Royal Blue #194DF3
RGB
CMYK
RGB Variations
Color information
#194DF3 (or 0x194DF3) is known color: Royal Blue. HEX triplet: 19, 4D and F3. RGB value is (25,77,243). Sum of RGB (Red+Green+Blue) = 25+77+243=345 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.25% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 243 (95.31% from 255 or 70.43% from 345); Max value from RGB is 243 - color contains mainly: blue. Hex color #194DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194DF3 is #E6B20C. Grayscale: #4F4F4F. Windows color (decimal): -15118861 or 15944985. OLE color: 15944985.
HSL color Cylindrical-coordinate representation of color #194DF3: hue angle of 225.69º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #194DF3 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 77 | 243 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.05 |
| HSL | 225.69º | 0.9% | 0.53% | - |
| HSV(B) | 225.69º | 0.9% | 0.95% | - |
| XYZ | 19.23 | 11.99 | 86.09 | - |
| YUV | 80.38 | 219.77 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 243 | 0.90 | 0.68 | 0 | 0.05 | 225.69 | 0.9 | 0.53 |
| Hex | 19 | 4D | F3 | 5A | 44 | 0 | 5 | E2 | 5A | 35 |
| Octal | 31 | 115 | 363 | 132 | 104 | 0 | 5 | 342 | 132 | 65 |
| Binary | 11001 | 1001101 | 11110011 | 1011010 | 1000100 | 0 | 101 | 11100010 | 1011010 | 110101 |
Color Harmonies of #194DF3
Complementary color
Monochromatic Colors of #194DF3
Black with #194DF3
Text Example
Text Example
White with #194DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DF3; }
p { color: rgb(25,77,243); }
H1.HeaderClassName
{
color: #194DF3;
}
.AnyTagClassName
{
color: #194DF3;
}
</style>
background-color css
<style>
a { background-color: #194DF3; }
a { background-color: rgb(25,77,243); }
div.DivClassName
{
background-color: #194DF3;
}
.BgClassName
{
background-color: #194DF3;
}
</style>
border-color css
<style>
span { border-color: #194DF3; }
span { border-color: rgb(25,77,243); }
td.TdClassName
{
border-color: #194DF3;
}
.TagClassName
{
border-color: #194DF3;
}
</style>