Shades of Royal Blue #1E55FD
Tints of Royal Blue #1E55FD
RGB
CMYK
RGB Variations
Color information
#1E55FD (or 0x1E55FD) is known color: Royal Blue. HEX triplet: 1E, 55 and FD. RGB value is (30,85,253). Sum of RGB (Red+Green+Blue) = 30+85+253=368 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.15% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #1E55FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E55FD is #E1AA02. Grayscale: #565656. Windows color (decimal): -14789123 or 16602398. OLE color: 16602398.
HSL color Cylindrical-coordinate representation of color #1E55FD: hue angle of 225.2º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E55FD is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 85 | 253 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.01 |
| HSL | 225.2º | 0.98% | 0.55% | - |
| HSV(B) | 225.2º | 0.88% | 0.99% | - |
| XYZ | 21.51 | 13.86 | 94.47 | - |
| YUV | 87.71 | 221.28 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 85 | 253 | 0.88 | 0.66 | 0 | 0.01 | 225.2 | 0.98 | 0.55 |
| Hex | 1E | 55 | FD | 58 | 42 | 0 | 1 | E1 | 62 | 37 |
| Octal | 36 | 125 | 375 | 130 | 102 | 0 | 1 | 341 | 142 | 67 |
| Binary | 11110 | 1010101 | 11111101 | 1011000 | 1000010 | 0 | 1 | 11100001 | 1100010 | 110111 |
Color Harmonies of #1E55FD
Complementary color
Monochromatic Colors of #1E55FD
Black with #1E55FD
Text Example
Text Example
White with #1E55FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E55FD; }
p { color: rgb(30,85,253); }
H1.HeaderClassName
{
color: #1E55FD;
}
.AnyTagClassName
{
color: #1E55FD;
}
</style>
background-color css
<style>
a { background-color: #1E55FD; }
a { background-color: rgb(30,85,253); }
div.DivClassName
{
background-color: #1E55FD;
}
.BgClassName
{
background-color: #1E55FD;
}
</style>
border-color css
<style>
span { border-color: #1E55FD; }
span { border-color: rgb(30,85,253); }
td.TdClassName
{
border-color: #1E55FD;
}
.TagClassName
{
border-color: #1E55FD;
}
</style>