Shades of Royal Blue #1966F1
Tints of Royal Blue #1966F1
RGB
CMYK
RGB Variations
Color information
#1966F1 (or 0x1966F1) is known color: Royal Blue. HEX triplet: 19, 66 and F1. RGB value is (25,102,241). Sum of RGB (Red+Green+Blue) = 25+102+241=368 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.79% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 241 (94.53% from 255 or 65.49% from 368); Max value from RGB is 241 - color contains mainly: blue. Hex color #1966F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1966F1 is #E6990E. Grayscale: #5E5E5E. Windows color (decimal): -15112463 or 15820313. OLE color: 15820313.
HSL color Cylindrical-coordinate representation of color #1966F1: hue angle of 218.61º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1966F1 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 102 | 241 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.05 |
| HSL | 218.61º | 0.89% | 0.52% | - |
| HSV(B) | 218.61º | 0.9% | 0.95% | - |
| XYZ | 21.03 | 16.06 | 85.21 | - |
| YUV | 94.82 | 210.49 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 241 | 0.90 | 0.58 | 0 | 0.05 | 218.61 | 0.89 | 0.52 |
| Hex | 19 | 66 | F1 | 5A | 3A | 0 | 5 | DB | 59 | 34 |
| Octal | 31 | 146 | 361 | 132 | 72 | 0 | 5 | 333 | 131 | 64 |
| Binary | 11001 | 1100110 | 11110001 | 1011010 | 111010 | 0 | 101 | 11011011 | 1011001 | 110100 |
Color Harmonies of #1966F1
Complementary color
Monochromatic Colors of #1966F1
Black with #1966F1
Text Example
Text Example
White with #1966F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1966F1; }
p { color: rgb(25,102,241); }
H1.HeaderClassName
{
color: #1966F1;
}
.AnyTagClassName
{
color: #1966F1;
}
</style>
background-color css
<style>
a { background-color: #1966F1; }
a { background-color: rgb(25,102,241); }
div.DivClassName
{
background-color: #1966F1;
}
.BgClassName
{
background-color: #1966F1;
}
</style>
border-color css
<style>
span { border-color: #1966F1; }
span { border-color: rgb(25,102,241); }
td.TdClassName
{
border-color: #1966F1;
}
.TagClassName
{
border-color: #1966F1;
}
</style>