Shades of Royal Blue #195BFD
Tints of Royal Blue #195BFD
RGB
CMYK
RGB Variations
Color information
#195BFD (or 0x195BFD) is known color: Royal Blue. HEX triplet: 19, 5B and FD. RGB value is (25,91,253). Sum of RGB (Red+Green+Blue) = 25+91+253=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #195BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195BFD is #E6A402. Grayscale: #595959. Windows color (decimal): -15115267 or 16603929. OLE color: 16603929.
HSL color Cylindrical-coordinate representation of color #195BFD: hue angle of 222.63º 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 #195BFD is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 91 | 253 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.01 |
| HSL | 222.63º | 0.98% | 0.55% | - |
| HSV(B) | 222.63º | 0.9% | 0.99% | - |
| XYZ | 21.87 | 14.78 | 94.63 | - |
| YUV | 89.73 | 220.13 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 91 | 253 | 0.90 | 0.64 | 0 | 0.01 | 222.63 | 0.98 | 0.55 |
| Hex | 19 | 5B | FD | 5A | 40 | 0 | 1 | DF | 62 | 37 |
| Octal | 31 | 133 | 375 | 132 | 100 | 0 | 1 | 337 | 142 | 67 |
| Binary | 11001 | 1011011 | 11111101 | 1011010 | 1000000 | 0 | 1 | 11011111 | 1100010 | 110111 |
Color Harmonies of #195BFD
Complementary color
Monochromatic Colors of #195BFD
Black with #195BFD
Text Example
Text Example
White with #195BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195BFD; }
p { color: rgb(25,91,253); }
H1.HeaderClassName
{
color: #195BFD;
}
.AnyTagClassName
{
color: #195BFD;
}
</style>
background-color css
<style>
a { background-color: #195BFD; }
a { background-color: rgb(25,91,253); }
div.DivClassName
{
background-color: #195BFD;
}
.BgClassName
{
background-color: #195BFD;
}
</style>
border-color css
<style>
span { border-color: #195BFD; }
span { border-color: rgb(25,91,253); }
td.TdClassName
{
border-color: #195BFD;
}
.TagClassName
{
border-color: #195BFD;
}
</style>