Shades of Royal Blue #195BFE
Tints of Royal Blue #195BFE
RGB
CMYK
RGB Variations
Color information
#195BFE (or 0x195BFE) is known color: Royal Blue. HEX triplet: 19, 5B and FE. RGB value is (25,91,254). Sum of RGB (Red+Green+Blue) = 25+91+254=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #195BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195BFE is #E6A401. Grayscale: #595959. Windows color (decimal): -15115266 or 16669465. OLE color: 16669465.
HSL color Cylindrical-coordinate representation of color #195BFE: hue angle of 222.71º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #195BFE is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 91 | 254 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.00 |
| HSL | 222.71º | 0.99% | 0.55% | - |
| HSV(B) | 222.71º | 0.9% | 1% | - |
| XYZ | 22.03 | 14.84 | 95.47 | - |
| YUV | 89.85 | 220.63 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 91 | 254 | 0.90 | 0.64 | 0 | 0.00 | 222.71 | 0.99 | 0.55 |
| Hex | 19 | 5B | FE | 5A | 40 | 0 | 0 | DF | 63 | 37 |
| Octal | 31 | 133 | 376 | 132 | 100 | 0 | 0 | 337 | 143 | 67 |
| Binary | 11001 | 1011011 | 11111110 | 1011010 | 1000000 | 0 | 0 | 11011111 | 1100011 | 110111 |
Color Harmonies of #195BFE
Complementary color
Monochromatic Colors of #195BFE
Black with #195BFE
Text Example
Text Example
White with #195BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195BFE; }
p { color: rgb(25,91,254); }
H1.HeaderClassName
{
color: #195BFE;
}
.AnyTagClassName
{
color: #195BFE;
}
</style>
background-color css
<style>
a { background-color: #195BFE; }
a { background-color: rgb(25,91,254); }
div.DivClassName
{
background-color: #195BFE;
}
.BgClassName
{
background-color: #195BFE;
}
</style>
border-color css
<style>
span { border-color: #195BFE; }
span { border-color: rgb(25,91,254); }
td.TdClassName
{
border-color: #195BFE;
}
.TagClassName
{
border-color: #195BFE;
}
</style>