Shades of Blue #1E27F4
Tints of Blue #1E27F4
RGB
CMYK
RGB Variations
Color information
#1E27F4 (or 0x1E27F4) is known color: Blue. HEX triplet: 1E, 27 and F4. RGB value is (30,39,244). Sum of RGB (Red+Green+Blue) = 30+39+244=313 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.58% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 244 (95.70% from 255 or 77.96% from 313); Max value from RGB is 244 - color contains mainly: blue. Hex color #1E27F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E27F4 is #E1D80B. Grayscale: #3A3A3A. Windows color (decimal): -14800908 or 16000798. OLE color: 16000798.
HSL color Cylindrical-coordinate representation of color #1E27F4: hue angle of 237.48º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E27F4 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 39 | 244 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.04 |
| HSL | 237.48º | 0.91% | 0.54% | - |
| HSV(B) | 237.48º | 0.88% | 0.96% | - |
| XYZ | 17.59 | 8.26 | 86.25 | - |
| YUV | 59.68 | 232.02 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 39 | 244 | 0.88 | 0.84 | 0 | 0.04 | 237.48 | 0.91 | 0.54 |
| Hex | 1E | 27 | F4 | 58 | 54 | 0 | 4 | ED | 5B | 36 |
| Octal | 36 | 47 | 364 | 130 | 124 | 0 | 4 | 355 | 133 | 66 |
| Binary | 11110 | 100111 | 11110100 | 1011000 | 1010100 | 0 | 100 | 11101101 | 1011011 | 110110 |
Color Harmonies of #1E27F4
Complementary color
Monochromatic Colors of #1E27F4
Black with #1E27F4
Text Example
Text Example
White with #1E27F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E27F4; }
p { color: rgb(30,39,244); }
H1.HeaderClassName
{
color: #1E27F4;
}
.AnyTagClassName
{
color: #1E27F4;
}
</style>
background-color css
<style>
a { background-color: #1E27F4; }
a { background-color: rgb(30,39,244); }
div.DivClassName
{
background-color: #1E27F4;
}
.BgClassName
{
background-color: #1E27F4;
}
</style>
border-color css
<style>
span { border-color: #1E27F4; }
span { border-color: rgb(30,39,244); }
td.TdClassName
{
border-color: #1E27F4;
}
.TagClassName
{
border-color: #1E27F4;
}
</style>