Shades of Royal Blue #195DF8
Tints of Royal Blue #195DF8
RGB
CMYK
RGB Variations
Color information
#195DF8 (or 0x195DF8) is known color: Royal Blue. HEX triplet: 19, 5D and F8. RGB value is (25,93,248). Sum of RGB (Red+Green+Blue) = 25+93+248=366 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.83% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 248 (97.27% from 255 or 67.76% from 366); Max value from RGB is 248 - color contains mainly: blue. Hex color #195DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195DF8 is #E6A207. Grayscale: #595959. Windows color (decimal): -15114760 or 16276761. OLE color: 16276761.
HSL color Cylindrical-coordinate representation of color #195DF8: hue angle of 221.7º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #195DF8 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 93 | 248 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.03 |
| HSL | 221.7º | 0.94% | 0.54% | - |
| HSV(B) | 221.7º | 0.9% | 0.97% | - |
| XYZ | 21.26 | 14.81 | 90.55 | - |
| YUV | 90.34 | 216.97 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 248 | 0.90 | 0.62 | 0 | 0.03 | 221.7 | 0.94 | 0.54 |
| Hex | 19 | 5D | F8 | 5A | 3E | 0 | 3 | DE | 5E | 36 |
| Octal | 31 | 135 | 370 | 132 | 76 | 0 | 3 | 336 | 136 | 66 |
| Binary | 11001 | 1011101 | 11111000 | 1011010 | 111110 | 0 | 11 | 11011110 | 1011110 | 110110 |
Color Harmonies of #195DF8
Complementary color
Monochromatic Colors of #195DF8
Black with #195DF8
Text Example
Text Example
White with #195DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195DF8; }
p { color: rgb(25,93,248); }
H1.HeaderClassName
{
color: #195DF8;
}
.AnyTagClassName
{
color: #195DF8;
}
</style>
background-color css
<style>
a { background-color: #195DF8; }
a { background-color: rgb(25,93,248); }
div.DivClassName
{
background-color: #195DF8;
}
.BgClassName
{
background-color: #195DF8;
}
</style>
border-color css
<style>
span { border-color: #195DF8; }
span { border-color: rgb(25,93,248); }
td.TdClassName
{
border-color: #195DF8;
}
.TagClassName
{
border-color: #195DF8;
}
</style>