Shades of Royal Blue #1E6FEA
Tints of Royal Blue #1E6FEA
RGB
CMYK
RGB Variations
Color information
#1E6FEA (or 0x1E6FEA) is known color: Royal Blue. HEX triplet: 1E, 6F and EA. RGB value is (30,111,234). Sum of RGB (Red+Green+Blue) = 30+111+234=375 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #1E6FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6FEA is #E19015. Grayscale: #646464. Windows color (decimal): -14782486 or 15363870. OLE color: 15363870.
HSL color Cylindrical-coordinate representation of color #1E6FEA: hue angle of 216.18º degrees, saturation: 0.83, 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 #1E6FEA is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 111 | 234 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.08 |
| HSL | 216.18º | 0.83% | 0.52% | - |
| HSV(B) | 216.18º | 0.87% | 0.92% | - |
| XYZ | 21.07 | 17.59 | 80.13 | - |
| YUV | 100.8 | 203.16 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 111 | 234 | 0.87 | 0.53 | 0 | 0.08 | 216.18 | 0.83 | 0.52 |
| Hex | 1E | 6F | EA | 57 | 35 | 0 | 8 | D8 | 53 | 34 |
| Octal | 36 | 157 | 352 | 127 | 65 | 0 | 10 | 330 | 123 | 64 |
| Binary | 11110 | 1101111 | 11101010 | 1010111 | 110101 | 0 | 1000 | 11011000 | 1010011 | 110100 |
Color Harmonies of #1E6FEA
Complementary color
Monochromatic Colors of #1E6FEA
Black with #1E6FEA
Text Example
Text Example
White with #1E6FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6FEA; }
p { color: rgb(30,111,234); }
H1.HeaderClassName
{
color: #1E6FEA;
}
.AnyTagClassName
{
color: #1E6FEA;
}
</style>
background-color css
<style>
a { background-color: #1E6FEA; }
a { background-color: rgb(30,111,234); }
div.DivClassName
{
background-color: #1E6FEA;
}
.BgClassName
{
background-color: #1E6FEA;
}
</style>
border-color css
<style>
span { border-color: #1E6FEA; }
span { border-color: rgb(30,111,234); }
td.TdClassName
{
border-color: #1E6FEA;
}
.TagClassName
{
border-color: #1E6FEA;
}
</style>