Shades of Royal Blue #1963F6
Tints of Royal Blue #1963F6
RGB
CMYK
RGB Variations
Color information
#1963F6 (or 0x1963F6) is known color: Royal Blue. HEX triplet: 19, 63 and F6. RGB value is (25,99,246). Sum of RGB (Red+Green+Blue) = 25+99+246=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 246 (96.48% from 255 or 66.49% from 370); Max value from RGB is 246 - color contains mainly: blue. Hex color #1963F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1963F6 is #E69C09. Grayscale: #5C5C5C. Windows color (decimal): -15113226 or 16147225. OLE color: 16147225.
HSL color Cylindrical-coordinate representation of color #1963F6: hue angle of 219.91º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1963F6 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 99 | 246 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.04 |
| HSL | 219.91º | 0.92% | 0.53% | - |
| HSV(B) | 219.91º | 0.9% | 0.96% | - |
| XYZ | 21.5 | 15.78 | 89.1 | - |
| YUV | 93.63 | 213.98 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 246 | 0.90 | 0.60 | 0 | 0.04 | 219.91 | 0.92 | 0.53 |
| Hex | 19 | 63 | F6 | 5A | 3C | 0 | 4 | DC | 5C | 35 |
| Octal | 31 | 143 | 366 | 132 | 74 | 0 | 4 | 334 | 134 | 65 |
| Binary | 11001 | 1100011 | 11110110 | 1011010 | 111100 | 0 | 100 | 11011100 | 1011100 | 110101 |
Color Harmonies of #1963F6
Complementary color
Monochromatic Colors of #1963F6
Black with #1963F6
Text Example
Text Example
White with #1963F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1963F6; }
p { color: rgb(25,99,246); }
H1.HeaderClassName
{
color: #1963F6;
}
.AnyTagClassName
{
color: #1963F6;
}
</style>
background-color css
<style>
a { background-color: #1963F6; }
a { background-color: rgb(25,99,246); }
div.DivClassName
{
background-color: #1963F6;
}
.BgClassName
{
background-color: #1963F6;
}
</style>
border-color css
<style>
span { border-color: #1963F6; }
span { border-color: rgb(25,99,246); }
td.TdClassName
{
border-color: #1963F6;
}
.TagClassName
{
border-color: #1963F6;
}
</style>