Shades of Royal Blue #1966EF
Tints of Royal Blue #1966EF
RGB
CMYK
RGB Variations
Color information
#1966EF (or 0x1966EF) is known color: Royal Blue. HEX triplet: 19, 66 and EF. RGB value is (25,102,239). Sum of RGB (Red+Green+Blue) = 25+102+239=366 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.83% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 239 (93.75% from 255 or 65.30% from 366); Max value from RGB is 239 - color contains mainly: blue. Hex color #1966EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1966EF is #E69910. Grayscale: #5D5D5D. Windows color (decimal): -15112465 or 15689241. OLE color: 15689241.
HSL color Cylindrical-coordinate representation of color #1966EF: hue angle of 218.41º 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 #1966EF is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 102 | 239 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.06 |
| HSL | 218.41º | 0.87% | 0.52% | - |
| HSV(B) | 218.41º | 0.9% | 0.94% | - |
| XYZ | 20.73 | 15.94 | 83.65 | - |
| YUV | 94.6 | 209.49 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 239 | 0.90 | 0.57 | 0 | 0.06 | 218.41 | 0.87 | 0.52 |
| Hex | 19 | 66 | EF | 5A | 39 | 0 | 6 | DA | 57 | 34 |
| Octal | 31 | 146 | 357 | 132 | 71 | 0 | 6 | 332 | 127 | 64 |
| Binary | 11001 | 1100110 | 11101111 | 1011010 | 111001 | 0 | 110 | 11011010 | 1010111 | 110100 |
Color Harmonies of #1966EF
Complementary color
Monochromatic Colors of #1966EF
Black with #1966EF
Text Example
Text Example
White with #1966EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1966EF; }
p { color: rgb(25,102,239); }
H1.HeaderClassName
{
color: #1966EF;
}
.AnyTagClassName
{
color: #1966EF;
}
</style>
background-color css
<style>
a { background-color: #1966EF; }
a { background-color: rgb(25,102,239); }
div.DivClassName
{
background-color: #1966EF;
}
.BgClassName
{
background-color: #1966EF;
}
</style>
border-color css
<style>
span { border-color: #1966EF; }
span { border-color: rgb(25,102,239); }
td.TdClassName
{
border-color: #1966EF;
}
.TagClassName
{
border-color: #1966EF;
}
</style>