Shades of Royal Blue #1E57FC
Tints of Royal Blue #1E57FC
RGB
CMYK
RGB Variations
Color information
#1E57FC (or 0x1E57FC) is known color: Royal Blue. HEX triplet: 1E, 57 and FC. RGB value is (30,87,252). Sum of RGB (Red+Green+Blue) = 30+87+252=369 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.13% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #1E57FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E57FC is #E1A803. Grayscale: #585858. Windows color (decimal): -14788612 or 16537374. OLE color: 16537374.
HSL color Cylindrical-coordinate representation of color #1E57FC: hue angle of 224.59º degrees, saturation: 0.97, 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 #1E57FC is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 87 | 252 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.01 |
| HSL | 224.59º | 0.97% | 0.55% | - |
| HSV(B) | 224.59º | 0.88% | 0.99% | - |
| XYZ | 21.51 | 14.12 | 93.69 | - |
| YUV | 88.77 | 220.12 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 87 | 252 | 0.88 | 0.65 | 0 | 0.01 | 224.59 | 0.97 | 0.55 |
| Hex | 1E | 57 | FC | 58 | 41 | 0 | 1 | E1 | 61 | 37 |
| Octal | 36 | 127 | 374 | 130 | 101 | 0 | 1 | 341 | 141 | 67 |
| Binary | 11110 | 1010111 | 11111100 | 1011000 | 1000001 | 0 | 1 | 11100001 | 1100001 | 110111 |
Color Harmonies of #1E57FC
Complementary color
Monochromatic Colors of #1E57FC
Black with #1E57FC
Text Example
Text Example
White with #1E57FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E57FC; }
p { color: rgb(30,87,252); }
H1.HeaderClassName
{
color: #1E57FC;
}
.AnyTagClassName
{
color: #1E57FC;
}
</style>
background-color css
<style>
a { background-color: #1E57FC; }
a { background-color: rgb(30,87,252); }
div.DivClassName
{
background-color: #1E57FC;
}
.BgClassName
{
background-color: #1E57FC;
}
</style>
border-color css
<style>
span { border-color: #1E57FC; }
span { border-color: rgb(30,87,252); }
td.TdClassName
{
border-color: #1E57FC;
}
.TagClassName
{
border-color: #1E57FC;
}
</style>