Shades of Royal Blue #194CEE
Tints of Royal Blue #194CEE
RGB
CMYK
RGB Variations
Color information
#194CEE (or 0x194CEE) is known color: Royal Blue. HEX triplet: 19, 4C and EE. RGB value is (25,76,238). Sum of RGB (Red+Green+Blue) = 25+76+238=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 238 (93.36% from 255 or 70.21% from 339); Max value from RGB is 238 - color contains mainly: blue. Hex color #194CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194CEE is #E6B311. Grayscale: #4E4E4E. Windows color (decimal): -15119122 or 15617049. OLE color: 15617049.
HSL color Cylindrical-coordinate representation of color #194CEE: hue angle of 225.63º 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 #194CEE is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 76 | 238 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.07 |
| HSL | 225.63º | 0.86% | 0.52% | - |
| HSV(B) | 225.63º | 0.89% | 0.93% | - |
| XYZ | 18.42 | 11.55 | 82.15 | - |
| YUV | 79.22 | 217.6 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 238 | 0.89 | 0.68 | 0 | 0.07 | 225.63 | 0.86 | 0.52 |
| Hex | 19 | 4C | EE | 59 | 44 | 0 | 7 | E2 | 56 | 34 |
| Octal | 31 | 114 | 356 | 131 | 104 | 0 | 7 | 342 | 126 | 64 |
| Binary | 11001 | 1001100 | 11101110 | 1011001 | 1000100 | 0 | 111 | 11100010 | 1010110 | 110100 |
Color Harmonies of #194CEE
Complementary color
Monochromatic Colors of #194CEE
Black with #194CEE
Text Example
Text Example
White with #194CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194CEE; }
p { color: rgb(25,76,238); }
H1.HeaderClassName
{
color: #194CEE;
}
.AnyTagClassName
{
color: #194CEE;
}
</style>
background-color css
<style>
a { background-color: #194CEE; }
a { background-color: rgb(25,76,238); }
div.DivClassName
{
background-color: #194CEE;
}
.BgClassName
{
background-color: #194CEE;
}
</style>
border-color css
<style>
span { border-color: #194CEE; }
span { border-color: rgb(25,76,238); }
td.TdClassName
{
border-color: #194CEE;
}
.TagClassName
{
border-color: #194CEE;
}
</style>