Shades of Royal Blue #1965ED
Tints of Royal Blue #1965ED
RGB
CMYK
RGB Variations
Color information
#1965ED (or 0x1965ED) is known color: Royal Blue. HEX triplet: 19, 65 and ED. RGB value is (25,101,237). Sum of RGB (Red+Green+Blue) = 25+101+237=363 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.89% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #1965ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1965ED is #E69A12. Grayscale: #5D5D5D. Windows color (decimal): -15112723 or 15557913. OLE color: 15557913.
HSL color Cylindrical-coordinate representation of color #1965ED: hue angle of 218.49º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1965ED is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 101 | 237 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.07 |
| HSL | 218.49º | 0.85% | 0.51% | - |
| HSV(B) | 218.49º | 0.89% | 0.93% | - |
| XYZ | 20.34 | 15.63 | 82.07 | - |
| YUV | 93.78 | 208.82 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 237 | 0.89 | 0.57 | 0 | 0.07 | 218.49 | 0.85 | 0.51 |
| Hex | 19 | 65 | ED | 59 | 39 | 0 | 7 | DA | 55 | 33 |
| Octal | 31 | 145 | 355 | 131 | 71 | 0 | 7 | 332 | 125 | 63 |
| Binary | 11001 | 1100101 | 11101101 | 1011001 | 111001 | 0 | 111 | 11011010 | 1010101 | 110011 |
Color Harmonies of #1965ED
Complementary color
Monochromatic Colors of #1965ED
Black with #1965ED
Text Example
Text Example
White with #1965ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1965ED; }
p { color: rgb(25,101,237); }
H1.HeaderClassName
{
color: #1965ED;
}
.AnyTagClassName
{
color: #1965ED;
}
</style>
background-color css
<style>
a { background-color: #1965ED; }
a { background-color: rgb(25,101,237); }
div.DivClassName
{
background-color: #1965ED;
}
.BgClassName
{
background-color: #1965ED;
}
</style>
border-color css
<style>
span { border-color: #1965ED; }
span { border-color: rgb(25,101,237); }
td.TdClassName
{
border-color: #1965ED;
}
.TagClassName
{
border-color: #1965ED;
}
</style>