Shades of Royal Blue #194FFD
Tints of Royal Blue #194FFD
RGB
CMYK
RGB Variations
Color information
#194FFD (or 0x194FFD) is known color: Royal Blue. HEX triplet: 19, 4F and FD. RGB value is (25,79,253). Sum of RGB (Red+Green+Blue) = 25+79+253=357 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.00% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 253 (99.22% from 255 or 70.87% from 357); Max value from RGB is 253 - color contains mainly: blue. Hex color #194FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194FFD is #E6B002. Grayscale: #515151. Windows color (decimal): -15118339 or 16600857. OLE color: 16600857.
HSL color Cylindrical-coordinate representation of color #194FFD: hue angle of 225.79º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #194FFD is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 79 | 253 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.01 |
| HSL | 225.79º | 0.98% | 0.55% | - |
| HSV(B) | 225.79º | 0.9% | 0.99% | - |
| XYZ | 20.93 | 12.89 | 94.31 | - |
| YUV | 82.69 | 224.11 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 253 | 0.90 | 0.69 | 0 | 0.01 | 225.79 | 0.98 | 0.55 |
| Hex | 19 | 4F | FD | 5A | 45 | 0 | 1 | E2 | 62 | 37 |
| Octal | 31 | 117 | 375 | 132 | 105 | 0 | 1 | 342 | 142 | 67 |
| Binary | 11001 | 1001111 | 11111101 | 1011010 | 1000101 | 0 | 1 | 11100010 | 1100010 | 110111 |
Color Harmonies of #194FFD
Complementary color
Monochromatic Colors of #194FFD
Black with #194FFD
Text Example
Text Example
White with #194FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194FFD; }
p { color: rgb(25,79,253); }
H1.HeaderClassName
{
color: #194FFD;
}
.AnyTagClassName
{
color: #194FFD;
}
</style>
background-color css
<style>
a { background-color: #194FFD; }
a { background-color: rgb(25,79,253); }
div.DivClassName
{
background-color: #194FFD;
}
.BgClassName
{
background-color: #194FFD;
}
</style>
border-color css
<style>
span { border-color: #194FFD; }
span { border-color: rgb(25,79,253); }
td.TdClassName
{
border-color: #194FFD;
}
.TagClassName
{
border-color: #194FFD;
}
</style>