Shades of Royal Blue #1E63FE
Tints of Royal Blue #1E63FE
RGB
CMYK
RGB Variations
Color information
#1E63FE (or 0x1E63FE) is known color: Royal Blue. HEX triplet: 1E, 63 and FE. RGB value is (30,99,254). Sum of RGB (Red+Green+Blue) = 30+99+254=383 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.83% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #1E63FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E63FE is #E19C01. Grayscale: #5F5F5F. Windows color (decimal): -14785538 or 16671518. OLE color: 16671518.
HSL color Cylindrical-coordinate representation of color #1E63FE: hue angle of 221.52º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E63FE is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 99 | 254 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.00 |
| HSL | 221.52º | 0.99% | 0.56% | - |
| HSV(B) | 221.52º | 0.88% | 1% | - |
| XYZ | 22.89 | 16.36 | 95.72 | - |
| YUV | 96.04 | 217.14 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 99 | 254 | 0.88 | 0.61 | 0 | 0.00 | 221.52 | 0.99 | 0.56 |
| Hex | 1E | 63 | FE | 58 | 3D | 0 | 0 | DE | 63 | 38 |
| Octal | 36 | 143 | 376 | 130 | 75 | 0 | 0 | 336 | 143 | 70 |
| Binary | 11110 | 1100011 | 11111110 | 1011000 | 111101 | 0 | 0 | 11011110 | 1100011 | 111000 |
Color Harmonies of #1E63FE
Complementary color
Monochromatic Colors of #1E63FE
Black with #1E63FE
Text Example
Text Example
White with #1E63FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E63FE; }
p { color: rgb(30,99,254); }
H1.HeaderClassName
{
color: #1E63FE;
}
.AnyTagClassName
{
color: #1E63FE;
}
</style>
background-color css
<style>
a { background-color: #1E63FE; }
a { background-color: rgb(30,99,254); }
div.DivClassName
{
background-color: #1E63FE;
}
.BgClassName
{
background-color: #1E63FE;
}
</style>
border-color css
<style>
span { border-color: #1E63FE; }
span { border-color: rgb(30,99,254); }
td.TdClassName
{
border-color: #1E63FE;
}
.TagClassName
{
border-color: #1E63FE;
}
</style>