Shades of Royal Blue #195CFD
Tints of Royal Blue #195CFD
RGB
CMYK
RGB Variations
Color information
#195CFD (or 0x195CFD) is known color: Royal Blue. HEX triplet: 19, 5C and FD. RGB value is (25,92,253). Sum of RGB (Red+Green+Blue) = 25+92+253=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 253 (99.22% from 255 or 68.38% from 370); Max value from RGB is 253 - color contains mainly: blue. Hex color #195CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195CFD is #E6A302. Grayscale: #595959. Windows color (decimal): -15115011 or 16604185. OLE color: 16604185.
HSL color Cylindrical-coordinate representation of color #195CFD: hue angle of 222.37º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #195CFD is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 92 | 253 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.01 |
| HSL | 222.37º | 0.98% | 0.55% | - |
| HSV(B) | 222.37º | 0.9% | 0.99% | - |
| XYZ | 21.96 | 14.95 | 94.66 | - |
| YUV | 90.32 | 219.8 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 92 | 253 | 0.90 | 0.64 | 0 | 0.01 | 222.37 | 0.98 | 0.55 |
| Hex | 19 | 5C | FD | 5A | 40 | 0 | 1 | DE | 62 | 37 |
| Octal | 31 | 134 | 375 | 132 | 100 | 0 | 1 | 336 | 142 | 67 |
| Binary | 11001 | 1011100 | 11111101 | 1011010 | 1000000 | 0 | 1 | 11011110 | 1100010 | 110111 |
Color Harmonies of #195CFD
Complementary color
Monochromatic Colors of #195CFD
Black with #195CFD
Text Example
Text Example
White with #195CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195CFD; }
p { color: rgb(25,92,253); }
H1.HeaderClassName
{
color: #195CFD;
}
.AnyTagClassName
{
color: #195CFD;
}
</style>
background-color css
<style>
a { background-color: #195CFD; }
a { background-color: rgb(25,92,253); }
div.DivClassName
{
background-color: #195CFD;
}
.BgClassName
{
background-color: #195CFD;
}
</style>
border-color css
<style>
span { border-color: #195CFD; }
span { border-color: rgb(25,92,253); }
td.TdClassName
{
border-color: #195CFD;
}
.TagClassName
{
border-color: #195CFD;
}
</style>