Shades of Royal Blue #1965F1
Tints of Royal Blue #1965F1
RGB
CMYK
RGB Variations
Color information
#1965F1 (or 0x1965F1) is known color: Royal Blue. HEX triplet: 19, 65 and F1. RGB value is (25,101,241). Sum of RGB (Red+Green+Blue) = 25+101+241=367 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.81% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 241 (94.53% from 255 or 65.67% from 367); Max value from RGB is 241 - color contains mainly: blue. Hex color #1965F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1965F1 is #E69A0E. Grayscale: #5D5D5D. Windows color (decimal): -15112719 or 15820057. OLE color: 15820057.
HSL color Cylindrical-coordinate representation of color #1965F1: hue angle of 218.89º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1965F1 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 101 | 241 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.05 |
| HSL | 218.89º | 0.89% | 0.52% | - |
| HSV(B) | 218.89º | 0.9% | 0.95% | - |
| XYZ | 20.93 | 15.86 | 85.18 | - |
| YUV | 94.24 | 210.82 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 241 | 0.90 | 0.58 | 0 | 0.05 | 218.89 | 0.89 | 0.52 |
| Hex | 19 | 65 | F1 | 5A | 3A | 0 | 5 | DB | 59 | 34 |
| Octal | 31 | 145 | 361 | 132 | 72 | 0 | 5 | 333 | 131 | 64 |
| Binary | 11001 | 1100101 | 11110001 | 1011010 | 111010 | 0 | 101 | 11011011 | 1011001 | 110100 |
Color Harmonies of #1965F1
Complementary color
Monochromatic Colors of #1965F1
Black with #1965F1
Text Example
Text Example
White with #1965F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1965F1; }
p { color: rgb(25,101,241); }
H1.HeaderClassName
{
color: #1965F1;
}
.AnyTagClassName
{
color: #1965F1;
}
</style>
background-color css
<style>
a { background-color: #1965F1; }
a { background-color: rgb(25,101,241); }
div.DivClassName
{
background-color: #1965F1;
}
.BgClassName
{
background-color: #1965F1;
}
</style>
border-color css
<style>
span { border-color: #1965F1; }
span { border-color: rgb(25,101,241); }
td.TdClassName
{
border-color: #1965F1;
}
.TagClassName
{
border-color: #1965F1;
}
</style>