Shades of Royal Blue #195DF0
Tints of Royal Blue #195DF0
RGB
CMYK
RGB Variations
Color information
#195DF0 (or 0x195DF0) is known color: Royal Blue. HEX triplet: 19, 5D and F0. RGB value is (25,93,240). Sum of RGB (Red+Green+Blue) = 25+93+240=358 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.98% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 240 (94.14% from 255 or 67.04% from 358); Max value from RGB is 240 - color contains mainly: blue. Hex color #195DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195DF0 is #E6A20F. Grayscale: #585858. Windows color (decimal): -15114768 or 15752473. OLE color: 15752473.
HSL color Cylindrical-coordinate representation of color #195DF0: hue angle of 221.02º 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 #195DF0 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 93 | 240 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.06 |
| HSL | 221.02º | 0.88% | 0.52% | - |
| HSV(B) | 221.02º | 0.9% | 0.94% | - |
| XYZ | 20.04 | 14.33 | 84.15 | - |
| YUV | 89.43 | 212.97 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 240 | 0.90 | 0.61 | 0 | 0.06 | 221.02 | 0.88 | 0.52 |
| Hex | 19 | 5D | F0 | 5A | 3D | 0 | 6 | DD | 58 | 34 |
| Octal | 31 | 135 | 360 | 132 | 75 | 0 | 6 | 335 | 130 | 64 |
| Binary | 11001 | 1011101 | 11110000 | 1011010 | 111101 | 0 | 110 | 11011101 | 1011000 | 110100 |
Color Harmonies of #195DF0
Complementary color
Monochromatic Colors of #195DF0
Black with #195DF0
Text Example
Text Example
White with #195DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195DF0; }
p { color: rgb(25,93,240); }
H1.HeaderClassName
{
color: #195DF0;
}
.AnyTagClassName
{
color: #195DF0;
}
</style>
background-color css
<style>
a { background-color: #195DF0; }
a { background-color: rgb(25,93,240); }
div.DivClassName
{
background-color: #195DF0;
}
.BgClassName
{
background-color: #195DF0;
}
</style>
border-color css
<style>
span { border-color: #195DF0; }
span { border-color: rgb(25,93,240); }
td.TdClassName
{
border-color: #195DF0;
}
.TagClassName
{
border-color: #195DF0;
}
</style>