Shades of Royal Blue #1964EE
Tints of Royal Blue #1964EE
RGB
CMYK
RGB Variations
Color information
#1964EE (or 0x1964EE) is known color: Royal Blue. HEX triplet: 19, 64 and EE. RGB value is (25,100,238). Sum of RGB (Red+Green+Blue) = 25+100+238=363 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.89% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 238 (93.36% from 255 or 65.56% from 363); Max value from RGB is 238 - color contains mainly: blue. Hex color #1964EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1964EE is #E69B11. Grayscale: #5C5C5C. Windows color (decimal): -15112978 or 15623193. OLE color: 15623193.
HSL color Cylindrical-coordinate representation of color #1964EE: hue angle of 218.87º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1964EE is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 100 | 238 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.07 |
| HSL | 218.87º | 0.86% | 0.52% | - |
| HSV(B) | 218.87º | 0.89% | 0.93% | - |
| XYZ | 20.39 | 15.49 | 82.8 | - |
| YUV | 93.31 | 209.65 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 238 | 0.89 | 0.58 | 0 | 0.07 | 218.87 | 0.86 | 0.52 |
| Hex | 19 | 64 | EE | 59 | 3A | 0 | 7 | DB | 56 | 34 |
| Octal | 31 | 144 | 356 | 131 | 72 | 0 | 7 | 333 | 126 | 64 |
| Binary | 11001 | 1100100 | 11101110 | 1011001 | 111010 | 0 | 111 | 11011011 | 1010110 | 110100 |
Color Harmonies of #1964EE
Complementary color
Monochromatic Colors of #1964EE
Black with #1964EE
Text Example
Text Example
White with #1964EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1964EE; }
p { color: rgb(25,100,238); }
H1.HeaderClassName
{
color: #1964EE;
}
.AnyTagClassName
{
color: #1964EE;
}
</style>
background-color css
<style>
a { background-color: #1964EE; }
a { background-color: rgb(25,100,238); }
div.DivClassName
{
background-color: #1964EE;
}
.BgClassName
{
background-color: #1964EE;
}
</style>
border-color css
<style>
span { border-color: #1964EE; }
span { border-color: rgb(25,100,238); }
td.TdClassName
{
border-color: #1964EE;
}
.TagClassName
{
border-color: #1964EE;
}
</style>