Shades of Blue #1E27FF
Tints of Blue #1E27FF
RGB
CMYK
RGB Variations
Color information
#1E27FF (or 0x1E27FF) is known color: Blue. HEX triplet: 1E, 27 and FF. RGB value is (30,39,255). Sum of RGB (Red+Green+Blue) = 30+39+255=324 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.26% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 255 (100% from 255 or 78.70% from 324); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E27FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E27FF is #E1D800. Grayscale: #3C3C3C. Windows color (decimal): -14800897 or 16721694. OLE color: 16721694.
HSL color Cylindrical-coordinate representation of color #1E27FF: hue angle of 237.6º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E27FF is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 39 | 255 | - |
| CMYK | 0.88 | 0.85 | 0 | 0 |
| HSL | 237.6º | 1% | 0.56% | - |
| HSV(B) | 237.6º | 0.88% | 1% | - |
| XYZ | 19.31 | 8.95 | 95.32 | - |
| YUV | 60.93 | 237.52 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 39 | 255 | 0.88 | 0.85 | 0 | 0 | 237.6 | 1 | 0.56 |
| Hex | 1E | 27 | FF | 58 | 55 | 0 | 0 | EE | 64 | 38 |
| Octal | 36 | 47 | 377 | 130 | 125 | 0 | 0 | 356 | 144 | 70 |
| Binary | 11110 | 100111 | 11111111 | 1011000 | 1010101 | 0 | 0 | 11101110 | 1100100 | 111000 |
Color Harmonies of #1E27FF
Complementary color
Monochromatic Colors of #1E27FF
Black with #1E27FF
Text Example
Text Example
White with #1E27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E27FF; }
p { color: rgb(30,39,255); }
H1.HeaderClassName
{
color: #1E27FF;
}
.AnyTagClassName
{
color: #1E27FF;
}
</style>
background-color css
<style>
a { background-color: #1E27FF; }
a { background-color: rgb(30,39,255); }
div.DivClassName
{
background-color: #1E27FF;
}
.BgClassName
{
background-color: #1E27FF;
}
</style>
border-color css
<style>
span { border-color: #1E27FF; }
span { border-color: rgb(30,39,255); }
td.TdClassName
{
border-color: #1E27FF;
}
.TagClassName
{
border-color: #1E27FF;
}
</style>