Shades of Royal Blue #194FEE
Tints of Royal Blue #194FEE
RGB
CMYK
RGB Variations
Color information
#194FEE (or 0x194FEE) is known color: Royal Blue. HEX triplet: 19, 4F and EE. RGB value is (25,79,238). Sum of RGB (Red+Green+Blue) = 25+79+238=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 238 (93.36% from 255 or 69.59% from 342); Max value from RGB is 238 - color contains mainly: blue. Hex color #194FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194FEE is #E6B011. Grayscale: #505050. Windows color (decimal): -15118354 or 15617817. OLE color: 15617817.
HSL color Cylindrical-coordinate representation of color #194FEE: hue angle of 224.79º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194FEE is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 79 | 238 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.07 |
| HSL | 224.79º | 0.86% | 0.52% | - |
| HSV(B) | 224.79º | 0.89% | 0.93% | - |
| XYZ | 18.63 | 11.97 | 82.22 | - |
| YUV | 80.98 | 216.61 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 238 | 0.89 | 0.67 | 0 | 0.07 | 224.79 | 0.86 | 0.52 |
| Hex | 19 | 4F | EE | 59 | 43 | 0 | 7 | E1 | 56 | 34 |
| Octal | 31 | 117 | 356 | 131 | 103 | 0 | 7 | 341 | 126 | 64 |
| Binary | 11001 | 1001111 | 11101110 | 1011001 | 1000011 | 0 | 111 | 11100001 | 1010110 | 110100 |
Color Harmonies of #194FEE
Complementary color
Monochromatic Colors of #194FEE
Black with #194FEE
Text Example
Text Example
White with #194FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194FEE; }
p { color: rgb(25,79,238); }
H1.HeaderClassName
{
color: #194FEE;
}
.AnyTagClassName
{
color: #194FEE;
}
</style>
background-color css
<style>
a { background-color: #194FEE; }
a { background-color: rgb(25,79,238); }
div.DivClassName
{
background-color: #194FEE;
}
.BgClassName
{
background-color: #194FEE;
}
</style>
border-color css
<style>
span { border-color: #194FEE; }
span { border-color: rgb(25,79,238); }
td.TdClassName
{
border-color: #194FEE;
}
.TagClassName
{
border-color: #194FEE;
}
</style>