Shades of Royal Blue #1965F5
Tints of Royal Blue #1965F5
RGB
CMYK
RGB Variations
Color information
#1965F5 (or 0x1965F5) is known color: Royal Blue. HEX triplet: 19, 65 and F5. RGB value is (25,101,245). Sum of RGB (Red+Green+Blue) = 25+101+245=371 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.74% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 245 (96.09% from 255 or 66.04% from 371); Max value from RGB is 245 - color contains mainly: blue. Hex color #1965F5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1965F5 is #E69A0A. Grayscale: #5E5E5E. Windows color (decimal): -15112715 or 16082201. OLE color: 16082201.
HSL color Cylindrical-coordinate representation of color #1965F5: hue angle of 219.27º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1965F5 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 101 | 245 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.04 |
| HSL | 219.27º | 0.92% | 0.53% | - |
| HSV(B) | 219.27º | 0.9% | 0.96% | - |
| XYZ | 21.54 | 16.11 | 88.36 | - |
| YUV | 94.69 | 212.82 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 245 | 0.90 | 0.59 | 0 | 0.04 | 219.27 | 0.92 | 0.53 |
| Hex | 19 | 65 | F5 | 5A | 3B | 0 | 4 | DB | 5C | 35 |
| Octal | 31 | 145 | 365 | 132 | 73 | 0 | 4 | 333 | 134 | 65 |
| Binary | 11001 | 1100101 | 11110101 | 1011010 | 111011 | 0 | 100 | 11011011 | 1011100 | 110101 |
Color Harmonies of #1965F5
Complementary color
Monochromatic Colors of #1965F5
Black with #1965F5
Text Example
Text Example
White with #1965F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1965F5; }
p { color: rgb(25,101,245); }
H1.HeaderClassName
{
color: #1965F5;
}
.AnyTagClassName
{
color: #1965F5;
}
</style>
background-color css
<style>
a { background-color: #1965F5; }
a { background-color: rgb(25,101,245); }
div.DivClassName
{
background-color: #1965F5;
}
.BgClassName
{
background-color: #1965F5;
}
</style>
border-color css
<style>
span { border-color: #1965F5; }
span { border-color: rgb(25,101,245); }
td.TdClassName
{
border-color: #1965F5;
}
.TagClassName
{
border-color: #1965F5;
}
</style>