Shades of Royal Blue #195DFE
Tints of Royal Blue #195DFE
RGB
CMYK
RGB Variations
Color information
#195DFE (or 0x195DFE) is known color: Royal Blue. HEX triplet: 19, 5D and FE. RGB value is (25,93,254). Sum of RGB (Red+Green+Blue) = 25+93+254=372 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.72% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #195DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195DFE is #E6A201. Grayscale: #5A5A5A. Windows color (decimal): -15114754 or 16669977. OLE color: 16669977.
HSL color Cylindrical-coordinate representation of color #195DFE: hue angle of 222.18º 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 #195DFE is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 93 | 254 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.00 |
| HSL | 222.18º | 0.99% | 0.55% | - |
| HSV(B) | 222.18º | 0.9% | 1% | - |
| XYZ | 22.2 | 15.19 | 95.53 | - |
| YUV | 91.02 | 219.97 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 254 | 0.90 | 0.63 | 0 | 0.00 | 222.18 | 0.99 | 0.55 |
| Hex | 19 | 5D | FE | 5A | 3F | 0 | 0 | DE | 63 | 37 |
| Octal | 31 | 135 | 376 | 132 | 77 | 0 | 0 | 336 | 143 | 67 |
| Binary | 11001 | 1011101 | 11111110 | 1011010 | 111111 | 0 | 0 | 11011110 | 1100011 | 110111 |
Color Harmonies of #195DFE
Complementary color
Monochromatic Colors of #195DFE
Black with #195DFE
Text Example
Text Example
White with #195DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195DFE; }
p { color: rgb(25,93,254); }
H1.HeaderClassName
{
color: #195DFE;
}
.AnyTagClassName
{
color: #195DFE;
}
</style>
background-color css
<style>
a { background-color: #195DFE; }
a { background-color: rgb(25,93,254); }
div.DivClassName
{
background-color: #195DFE;
}
.BgClassName
{
background-color: #195DFE;
}
</style>
border-color css
<style>
span { border-color: #195DFE; }
span { border-color: rgb(25,93,254); }
td.TdClassName
{
border-color: #195DFE;
}
.TagClassName
{
border-color: #195DFE;
}
</style>