Shades of Royal Blue #1E67F1
Tints of Royal Blue #1E67F1
RGB
CMYK
RGB Variations
Color information
#1E67F1 (or 0x1E67F1) is known color: Royal Blue. HEX triplet: 1E, 67 and F1. RGB value is (30,103,241). Sum of RGB (Red+Green+Blue) = 30+103+241=374 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.02% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 241 (94.53% from 255 or 64.44% from 374); Max value from RGB is 241 - color contains mainly: blue. Hex color #1E67F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E67F1 is #E1980E. Grayscale: #606060. Windows color (decimal): -14784527 or 15820574. OLE color: 15820574.
HSL color Cylindrical-coordinate representation of color #1E67F1: hue angle of 219.24º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E67F1 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 103 | 241 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.05 |
| HSL | 219.24º | 0.88% | 0.53% | - |
| HSV(B) | 219.24º | 0.88% | 0.95% | - |
| XYZ | 21.26 | 16.33 | 85.25 | - |
| YUV | 96.91 | 209.32 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 103 | 241 | 0.88 | 0.57 | 0 | 0.05 | 219.24 | 0.88 | 0.53 |
| Hex | 1E | 67 | F1 | 58 | 39 | 0 | 5 | DB | 58 | 35 |
| Octal | 36 | 147 | 361 | 130 | 71 | 0 | 5 | 333 | 130 | 65 |
| Binary | 11110 | 1100111 | 11110001 | 1011000 | 111001 | 0 | 101 | 11011011 | 1011000 | 110101 |
Color Harmonies of #1E67F1
Complementary color
Monochromatic Colors of #1E67F1
Black with #1E67F1
Text Example
Text Example
White with #1E67F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E67F1; }
p { color: rgb(30,103,241); }
H1.HeaderClassName
{
color: #1E67F1;
}
.AnyTagClassName
{
color: #1E67F1;
}
</style>
background-color css
<style>
a { background-color: #1E67F1; }
a { background-color: rgb(30,103,241); }
div.DivClassName
{
background-color: #1E67F1;
}
.BgClassName
{
background-color: #1E67F1;
}
</style>
border-color css
<style>
span { border-color: #1E67F1; }
span { border-color: rgb(30,103,241); }
td.TdClassName
{
border-color: #1E67F1;
}
.TagClassName
{
border-color: #1E67F1;
}
</style>