Shades of Royal Blue #1E68EB
Tints of Royal Blue #1E68EB
RGB
CMYK
RGB Variations
Color information
#1E68EB (or 0x1E68EB) is known color: Royal Blue. HEX triplet: 1E, 68 and EB. RGB value is (30,104,235). Sum of RGB (Red+Green+Blue) = 30+104+235=369 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.13% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #1E68EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E68EB is #E19714. Grayscale: #606060. Windows color (decimal): -14784277 or 15427614. OLE color: 15427614.
HSL color Cylindrical-coordinate representation of color #1E68EB: hue angle of 218.34º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E68EB is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 104 | 235 | - |
| CMYK | 0.87 | 0.56 | 0 | 0.08 |
| HSL | 218.34º | 0.84% | 0.52% | - |
| HSV(B) | 218.34º | 0.87% | 0.92% | - |
| XYZ | 20.48 | 16.17 | 80.64 | - |
| YUV | 96.81 | 205.98 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 104 | 235 | 0.87 | 0.56 | 0 | 0.08 | 218.34 | 0.84 | 0.52 |
| Hex | 1E | 68 | EB | 57 | 38 | 0 | 8 | DA | 54 | 34 |
| Octal | 36 | 150 | 353 | 127 | 70 | 0 | 10 | 332 | 124 | 64 |
| Binary | 11110 | 1101000 | 11101011 | 1010111 | 111000 | 0 | 1000 | 11011010 | 1010100 | 110100 |
Color Harmonies of #1E68EB
Complementary color
Monochromatic Colors of #1E68EB
Black with #1E68EB
Text Example
Text Example
White with #1E68EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E68EB; }
p { color: rgb(30,104,235); }
H1.HeaderClassName
{
color: #1E68EB;
}
.AnyTagClassName
{
color: #1E68EB;
}
</style>
background-color css
<style>
a { background-color: #1E68EB; }
a { background-color: rgb(30,104,235); }
div.DivClassName
{
background-color: #1E68EB;
}
.BgClassName
{
background-color: #1E68EB;
}
</style>
border-color css
<style>
span { border-color: #1E68EB; }
span { border-color: rgb(30,104,235); }
td.TdClassName
{
border-color: #1E68EB;
}
.TagClassName
{
border-color: #1E68EB;
}
</style>