Shades of Royal Blue #195FFB
Tints of Royal Blue #195FFB
RGB
CMYK
RGB Variations
Color information
#195FFB (or 0x195FFB) is known color: Royal Blue. HEX triplet: 19, 5F and FB. RGB value is (25,95,251). Sum of RGB (Red+Green+Blue) = 25+95+251=371 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.74% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #195FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195FFB is #E6A004. Grayscale: #5B5B5B. Windows color (decimal): -15114245 or 16473881. OLE color: 16473881.
HSL color Cylindrical-coordinate representation of color #195FFB: hue angle of 221.42º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #195FFB is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 95 | 251 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.02 |
| HSL | 221.42º | 0.97% | 0.54% | - |
| HSV(B) | 221.42º | 0.9% | 0.98% | - |
| XYZ | 21.91 | 15.36 | 93.08 | - |
| YUV | 91.85 | 217.81 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 95 | 251 | 0.90 | 0.62 | 0 | 0.02 | 221.42 | 0.97 | 0.54 |
| Hex | 19 | 5F | FB | 5A | 3E | 0 | 2 | DD | 61 | 36 |
| Octal | 31 | 137 | 373 | 132 | 76 | 0 | 2 | 335 | 141 | 66 |
| Binary | 11001 | 1011111 | 11111011 | 1011010 | 111110 | 0 | 10 | 11011101 | 1100001 | 110110 |
Color Harmonies of #195FFB
Complementary color
Monochromatic Colors of #195FFB
Black with #195FFB
Text Example
Text Example
White with #195FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195FFB; }
p { color: rgb(25,95,251); }
H1.HeaderClassName
{
color: #195FFB;
}
.AnyTagClassName
{
color: #195FFB;
}
</style>
background-color css
<style>
a { background-color: #195FFB; }
a { background-color: rgb(25,95,251); }
div.DivClassName
{
background-color: #195FFB;
}
.BgClassName
{
background-color: #195FFB;
}
</style>
border-color css
<style>
span { border-color: #195FFB; }
span { border-color: rgb(25,95,251); }
td.TdClassName
{
border-color: #195FFB;
}
.TagClassName
{
border-color: #195FFB;
}
</style>