Shades of Royal Blue #1A63EE
Tints of Royal Blue #1A63EE
RGB
CMYK
RGB Variations
Color information
#1A63EE (or 0x1A63EE) is known color: Royal Blue. HEX triplet: 1A, 63 and EE. RGB value is (26,99,238). Sum of RGB (Red+Green+Blue) = 26+99+238=363 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.16% from 363); Green value is 99 (39.06% from 255 or 27.27% 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 #1A63EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A63EE is #E59C11. Grayscale: #5C5C5C. Windows color (decimal): -15047698 or 15622938. OLE color: 15622938.
HSL color Cylindrical-coordinate representation of color #1A63EE: hue angle of 219.34º 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 #1A63EE is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 99 | 238 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.07 |
| HSL | 219.34º | 0.86% | 0.52% | - |
| HSV(B) | 219.34º | 0.89% | 0.93% | - |
| XYZ | 20.32 | 15.32 | 82.77 | - |
| YUV | 93.02 | 209.82 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 99 | 238 | 0.89 | 0.58 | 0 | 0.07 | 219.34 | 0.86 | 0.52 |
| Hex | 1A | 63 | EE | 59 | 3A | 0 | 7 | DB | 56 | 34 |
| Octal | 32 | 143 | 356 | 131 | 72 | 0 | 7 | 333 | 126 | 64 |
| Binary | 11010 | 1100011 | 11101110 | 1011001 | 111010 | 0 | 111 | 11011011 | 1010110 | 110100 |
Color Harmonies of #1A63EE
Complementary color
Monochromatic Colors of #1A63EE
Black with #1A63EE
Text Example
Text Example
White with #1A63EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A63EE; }
p { color: rgb(26,99,238); }
H1.HeaderClassName
{
color: #1A63EE;
}
.AnyTagClassName
{
color: #1A63EE;
}
</style>
background-color css
<style>
a { background-color: #1A63EE; }
a { background-color: rgb(26,99,238); }
div.DivClassName
{
background-color: #1A63EE;
}
.BgClassName
{
background-color: #1A63EE;
}
</style>
border-color css
<style>
span { border-color: #1A63EE; }
span { border-color: rgb(26,99,238); }
td.TdClassName
{
border-color: #1A63EE;
}
.TagClassName
{
border-color: #1A63EE;
}
</style>