Shades of Royal Blue #195EFE
Tints of Royal Blue #195EFE
RGB
CMYK
RGB Variations
Color information
#195EFE (or 0x195EFE) is known color: Royal Blue. HEX triplet: 19, 5E and FE. RGB value is (25,94,254). Sum of RGB (Red+Green+Blue) = 25+94+254=373 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.70% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #195EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195EFE is #E6A101. Grayscale: #5A5A5A. Windows color (decimal): -15114498 or 16670233. OLE color: 16670233.
HSL color Cylindrical-coordinate representation of color #195EFE: hue angle of 221.92º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #195EFE is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 94 | 254 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.00 |
| HSL | 221.92º | 0.99% | 0.55% | - |
| HSV(B) | 221.92º | 0.9% | 1% | - |
| XYZ | 22.29 | 15.37 | 95.56 | - |
| YUV | 91.61 | 219.64 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 94 | 254 | 0.90 | 0.63 | 0 | 0.00 | 221.92 | 0.99 | 0.55 |
| Hex | 19 | 5E | FE | 5A | 3F | 0 | 0 | DE | 63 | 37 |
| Octal | 31 | 136 | 376 | 132 | 77 | 0 | 0 | 336 | 143 | 67 |
| Binary | 11001 | 1011110 | 11111110 | 1011010 | 111111 | 0 | 0 | 11011110 | 1100011 | 110111 |
Color Harmonies of #195EFE
Complementary color
Monochromatic Colors of #195EFE
Black with #195EFE
Text Example
Text Example
White with #195EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195EFE; }
p { color: rgb(25,94,254); }
H1.HeaderClassName
{
color: #195EFE;
}
.AnyTagClassName
{
color: #195EFE;
}
</style>
background-color css
<style>
a { background-color: #195EFE; }
a { background-color: rgb(25,94,254); }
div.DivClassName
{
background-color: #195EFE;
}
.BgClassName
{
background-color: #195EFE;
}
</style>
border-color css
<style>
span { border-color: #195EFE; }
span { border-color: rgb(25,94,254); }
td.TdClassName
{
border-color: #195EFE;
}
.TagClassName
{
border-color: #195EFE;
}
</style>