Shades of Royal Blue #195DFB
Tints of Royal Blue #195DFB
RGB
CMYK
RGB Variations
Color information
#195DFB (or 0x195DFB) is known color: Royal Blue. HEX triplet: 19, 5D and FB. RGB value is (25,93,251). Sum of RGB (Red+Green+Blue) = 25+93+251=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 251 (98.44% from 255 or 68.02% from 369); Max value from RGB is 251 - color contains mainly: blue. Hex color #195DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195DFB is #E6A204. Grayscale: #595959. Windows color (decimal): -15114757 or 16473369. OLE color: 16473369.
HSL color Cylindrical-coordinate representation of color #195DFB: hue angle of 221.95º 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 #195DFB is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 93 | 251 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.02 |
| HSL | 221.95º | 0.97% | 0.54% | - |
| HSV(B) | 221.95º | 0.9% | 0.98% | - |
| XYZ | 21.73 | 15 | 93.02 | - |
| YUV | 90.68 | 218.47 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 251 | 0.90 | 0.63 | 0 | 0.02 | 221.95 | 0.97 | 0.54 |
| Hex | 19 | 5D | FB | 5A | 3F | 0 | 2 | DE | 61 | 36 |
| Octal | 31 | 135 | 373 | 132 | 77 | 0 | 2 | 336 | 141 | 66 |
| Binary | 11001 | 1011101 | 11111011 | 1011010 | 111111 | 0 | 10 | 11011110 | 1100001 | 110110 |
Color Harmonies of #195DFB
Complementary color
Monochromatic Colors of #195DFB
Black with #195DFB
Text Example
Text Example
White with #195DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195DFB; }
p { color: rgb(25,93,251); }
H1.HeaderClassName
{
color: #195DFB;
}
.AnyTagClassName
{
color: #195DFB;
}
</style>
background-color css
<style>
a { background-color: #195DFB; }
a { background-color: rgb(25,93,251); }
div.DivClassName
{
background-color: #195DFB;
}
.BgClassName
{
background-color: #195DFB;
}
</style>
border-color css
<style>
span { border-color: #195DFB; }
span { border-color: rgb(25,93,251); }
td.TdClassName
{
border-color: #195DFB;
}
.TagClassName
{
border-color: #195DFB;
}
</style>