Shades of Royal Blue #195DFC
Tints of Royal Blue #195DFC
RGB
CMYK
RGB Variations
Color information
#195DFC (or 0x195DFC) is known color: Royal Blue. HEX triplet: 19, 5D and FC. RGB value is (25,93,252). Sum of RGB (Red+Green+Blue) = 25+93+252=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 252 (98.83% from 255 or 68.11% from 370); Max value from RGB is 252 - color contains mainly: blue. Hex color #195DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195DFC is #E6A203. Grayscale: #5A5A5A. Windows color (decimal): -15114756 or 16538905. OLE color: 16538905.
HSL color Cylindrical-coordinate representation of color #195DFC: hue angle of 222.03º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #195DFC is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 93 | 252 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.01 |
| HSL | 222.03º | 0.97% | 0.54% | - |
| HSV(B) | 222.03º | 0.9% | 0.99% | - |
| XYZ | 21.89 | 15.06 | 93.85 | - |
| YUV | 90.79 | 218.97 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 252 | 0.90 | 0.63 | 0 | 0.01 | 222.03 | 0.97 | 0.54 |
| Hex | 19 | 5D | FC | 5A | 3F | 0 | 1 | DE | 61 | 36 |
| Octal | 31 | 135 | 374 | 132 | 77 | 0 | 1 | 336 | 141 | 66 |
| Binary | 11001 | 1011101 | 11111100 | 1011010 | 111111 | 0 | 1 | 11011110 | 1100001 | 110110 |
Color Harmonies of #195DFC
Complementary color
Monochromatic Colors of #195DFC
Black with #195DFC
Text Example
Text Example
White with #195DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195DFC; }
p { color: rgb(25,93,252); }
H1.HeaderClassName
{
color: #195DFC;
}
.AnyTagClassName
{
color: #195DFC;
}
</style>
background-color css
<style>
a { background-color: #195DFC; }
a { background-color: rgb(25,93,252); }
div.DivClassName
{
background-color: #195DFC;
}
.BgClassName
{
background-color: #195DFC;
}
</style>
border-color css
<style>
span { border-color: #195DFC; }
span { border-color: rgb(25,93,252); }
td.TdClassName
{
border-color: #195DFC;
}
.TagClassName
{
border-color: #195DFC;
}
</style>