Shades of Royal Blue #194DEF
Tints of Royal Blue #194DEF
RGB
CMYK
RGB Variations
Color information
#194DEF (or 0x194DEF) is known color: Royal Blue. HEX triplet: 19, 4D and EF. RGB value is (25,77,239). Sum of RGB (Red+Green+Blue) = 25+77+239=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #194DEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194DEF is #E6B210. Grayscale: #4F4F4F. Windows color (decimal): -15118865 or 15682841. OLE color: 15682841.
HSL color Cylindrical-coordinate representation of color #194DEF: hue angle of 225.42º degrees, saturation: 0.87, 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 #194DEF is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 77 | 239 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.06 |
| HSL | 225.42º | 0.87% | 0.52% | - |
| HSV(B) | 225.42º | 0.9% | 0.94% | - |
| XYZ | 18.63 | 11.75 | 82.95 | - |
| YUV | 79.92 | 217.77 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 239 | 0.90 | 0.68 | 0 | 0.06 | 225.42 | 0.87 | 0.52 |
| Hex | 19 | 4D | EF | 5A | 44 | 0 | 6 | E1 | 57 | 34 |
| Octal | 31 | 115 | 357 | 132 | 104 | 0 | 6 | 341 | 127 | 64 |
| Binary | 11001 | 1001101 | 11101111 | 1011010 | 1000100 | 0 | 110 | 11100001 | 1010111 | 110100 |
Color Harmonies of #194DEF
Complementary color
Monochromatic Colors of #194DEF
Black with #194DEF
Text Example
Text Example
White with #194DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DEF; }
p { color: rgb(25,77,239); }
H1.HeaderClassName
{
color: #194DEF;
}
.AnyTagClassName
{
color: #194DEF;
}
</style>
background-color css
<style>
a { background-color: #194DEF; }
a { background-color: rgb(25,77,239); }
div.DivClassName
{
background-color: #194DEF;
}
.BgClassName
{
background-color: #194DEF;
}
</style>
border-color css
<style>
span { border-color: #194DEF; }
span { border-color: rgb(25,77,239); }
td.TdClassName
{
border-color: #194DEF;
}
.TagClassName
{
border-color: #194DEF;
}
</style>