Shades of Royal Blue #195CFE
Tints of Royal Blue #195CFE
RGB
CMYK
RGB Variations
Color information
#195CFE (or 0x195CFE) is known color: Royal Blue. HEX triplet: 19, 5C and FE. RGB value is (25,92,254). Sum of RGB (Red+Green+Blue) = 25+92+254=371 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.74% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #195CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195CFE is #E6A301. Grayscale: #595959. Windows color (decimal): -15115010 or 16669721. OLE color: 16669721.
HSL color Cylindrical-coordinate representation of color #195CFE: hue angle of 222.45º 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 #195CFE is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 92 | 254 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.00 |
| HSL | 222.45º | 0.99% | 0.55% | - |
| HSV(B) | 222.45º | 0.9% | 1% | - |
| XYZ | 22.12 | 15.02 | 95.5 | - |
| YUV | 90.44 | 220.3 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 92 | 254 | 0.90 | 0.64 | 0 | 0.00 | 222.45 | 0.99 | 0.55 |
| Hex | 19 | 5C | FE | 5A | 40 | 0 | 0 | DE | 63 | 37 |
| Octal | 31 | 134 | 376 | 132 | 100 | 0 | 0 | 336 | 143 | 67 |
| Binary | 11001 | 1011100 | 11111110 | 1011010 | 1000000 | 0 | 0 | 11011110 | 1100011 | 110111 |
Color Harmonies of #195CFE
Complementary color
Monochromatic Colors of #195CFE
Black with #195CFE
Text Example
Text Example
White with #195CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195CFE; }
p { color: rgb(25,92,254); }
H1.HeaderClassName
{
color: #195CFE;
}
.AnyTagClassName
{
color: #195CFE;
}
</style>
background-color css
<style>
a { background-color: #195CFE; }
a { background-color: rgb(25,92,254); }
div.DivClassName
{
background-color: #195CFE;
}
.BgClassName
{
background-color: #195CFE;
}
</style>
border-color css
<style>
span { border-color: #195CFE; }
span { border-color: rgb(25,92,254); }
td.TdClassName
{
border-color: #195CFE;
}
.TagClassName
{
border-color: #195CFE;
}
</style>