Shades of Royal Blue #195EF0
Tints of Royal Blue #195EF0
RGB
CMYK
RGB Variations
Color information
#195EF0 (or 0x195EF0) is known color: Royal Blue. HEX triplet: 19, 5E and F0. RGB value is (25,94,240). Sum of RGB (Red+Green+Blue) = 25+94+240=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 240 (94.14% from 255 or 66.85% from 359); Max value from RGB is 240 - color contains mainly: blue. Hex color #195EF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195EF0 is #E6A10F. Grayscale: #595959. Windows color (decimal): -15114512 or 15752729. OLE color: 15752729.
HSL color Cylindrical-coordinate representation of color #195EF0: hue angle of 220.74º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #195EF0 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 94 | 240 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.06 |
| HSL | 220.74º | 0.88% | 0.52% | - |
| HSV(B) | 220.74º | 0.9% | 0.94% | - |
| XYZ | 20.13 | 14.5 | 84.18 | - |
| YUV | 90.01 | 212.64 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 94 | 240 | 0.90 | 0.61 | 0 | 0.06 | 220.74 | 0.88 | 0.52 |
| Hex | 19 | 5E | F0 | 5A | 3D | 0 | 6 | DD | 58 | 34 |
| Octal | 31 | 136 | 360 | 132 | 75 | 0 | 6 | 335 | 130 | 64 |
| Binary | 11001 | 1011110 | 11110000 | 1011010 | 111101 | 0 | 110 | 11011101 | 1011000 | 110100 |
Color Harmonies of #195EF0
Complementary color
Monochromatic Colors of #195EF0
Black with #195EF0
Text Example
Text Example
White with #195EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195EF0; }
p { color: rgb(25,94,240); }
H1.HeaderClassName
{
color: #195EF0;
}
.AnyTagClassName
{
color: #195EF0;
}
</style>
background-color css
<style>
a { background-color: #195EF0; }
a { background-color: rgb(25,94,240); }
div.DivClassName
{
background-color: #195EF0;
}
.BgClassName
{
background-color: #195EF0;
}
</style>
border-color css
<style>
span { border-color: #195EF0; }
span { border-color: rgb(25,94,240); }
td.TdClassName
{
border-color: #195EF0;
}
.TagClassName
{
border-color: #195EF0;
}
</style>