Shades of Royal Blue #1960EF
Tints of Royal Blue #1960EF
RGB
CMYK
RGB Variations
Color information
#1960EF (or 0x1960EF) is known color: Royal Blue. HEX triplet: 19, 60 and EF. RGB value is (25,96,239). Sum of RGB (Red+Green+Blue) = 25+96+239=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 239 (93.75% from 255 or 66.39% from 360); Max value from RGB is 239 - color contains mainly: blue. Hex color #1960EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1960EF is #E69F10. Grayscale: #5A5A5A. Windows color (decimal): -15114001 or 15687705. OLE color: 15687705.
HSL color Cylindrical-coordinate representation of color #1960EF: hue angle of 220.09º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1960EF is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 96 | 239 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.06 |
| HSL | 220.09º | 0.87% | 0.52% | - |
| HSV(B) | 220.09º | 0.9% | 0.94% | - |
| XYZ | 20.16 | 14.8 | 83.46 | - |
| YUV | 91.07 | 211.48 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 239 | 0.90 | 0.60 | 0 | 0.06 | 220.09 | 0.87 | 0.52 |
| Hex | 19 | 60 | EF | 5A | 3C | 0 | 6 | DC | 57 | 34 |
| Octal | 31 | 140 | 357 | 132 | 74 | 0 | 6 | 334 | 127 | 64 |
| Binary | 11001 | 1100000 | 11101111 | 1011010 | 111100 | 0 | 110 | 11011100 | 1010111 | 110100 |
Color Harmonies of #1960EF
Complementary color
Monochromatic Colors of #1960EF
Black with #1960EF
Text Example
Text Example
White with #1960EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1960EF; }
p { color: rgb(25,96,239); }
H1.HeaderClassName
{
color: #1960EF;
}
.AnyTagClassName
{
color: #1960EF;
}
</style>
background-color css
<style>
a { background-color: #1960EF; }
a { background-color: rgb(25,96,239); }
div.DivClassName
{
background-color: #1960EF;
}
.BgClassName
{
background-color: #1960EF;
}
</style>
border-color css
<style>
span { border-color: #1960EF; }
span { border-color: rgb(25,96,239); }
td.TdClassName
{
border-color: #1960EF;
}
.TagClassName
{
border-color: #1960EF;
}
</style>