Shades of Royal Blue #1956EF
Tints of Royal Blue #1956EF
RGB
CMYK
RGB Variations
Color information
#1956EF (or 0x1956EF) is known color: Royal Blue. HEX triplet: 19, 56 and EF. RGB value is (25,86,239). Sum of RGB (Red+Green+Blue) = 25+86+239=350 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.14% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #1956EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1956EF is #E6A910. Grayscale: #545454. Windows color (decimal): -15116561 or 15685145. OLE color: 15685145.
HSL color Cylindrical-coordinate representation of color #1956EF: hue angle of 222.9º 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 #1956EF is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 86 | 239 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.06 |
| HSL | 222.9º | 0.87% | 0.52% | - |
| HSV(B) | 222.9º | 0.9% | 0.94% | - |
| XYZ | 19.31 | 13.09 | 83.17 | - |
| YUV | 85.2 | 214.79 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 86 | 239 | 0.90 | 0.64 | 0 | 0.06 | 222.9 | 0.87 | 0.52 |
| Hex | 19 | 56 | EF | 5A | 40 | 0 | 6 | DF | 57 | 34 |
| Octal | 31 | 126 | 357 | 132 | 100 | 0 | 6 | 337 | 127 | 64 |
| Binary | 11001 | 1010110 | 11101111 | 1011010 | 1000000 | 0 | 110 | 11011111 | 1010111 | 110100 |
Color Harmonies of #1956EF
Complementary color
Monochromatic Colors of #1956EF
Black with #1956EF
Text Example
Text Example
White with #1956EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1956EF; }
p { color: rgb(25,86,239); }
H1.HeaderClassName
{
color: #1956EF;
}
.AnyTagClassName
{
color: #1956EF;
}
</style>
background-color css
<style>
a { background-color: #1956EF; }
a { background-color: rgb(25,86,239); }
div.DivClassName
{
background-color: #1956EF;
}
.BgClassName
{
background-color: #1956EF;
}
</style>
border-color css
<style>
span { border-color: #1956EF; }
span { border-color: rgb(25,86,239); }
td.TdClassName
{
border-color: #1956EF;
}
.TagClassName
{
border-color: #1956EF;
}
</style>