Shades of Blue #1E28FF
Tints of Blue #1E28FF
RGB
CMYK
RGB Variations
Color information
#1E28FF (or 0x1E28FF) is known color: Blue. HEX triplet: 1E, 28 and FF. RGB value is (30,40,255). Sum of RGB (Red+Green+Blue) = 30+40+255=325 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.23% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 255 (100% from 255 or 78.46% from 325); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E28FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E28FF is #E1D700. Grayscale: #3C3C3C. Windows color (decimal): -14800641 or 16721950. OLE color: 16721950.
HSL color Cylindrical-coordinate representation of color #1E28FF: hue angle of 237.33º 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 #1E28FF is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 40 | 255 | - |
| CMYK | 0.88 | 0.84 | 0 | 0 |
| HSL | 237.33º | 1% | 0.56% | - |
| HSV(B) | 237.33º | 0.88% | 1% | - |
| XYZ | 19.34 | 9.01 | 95.33 | - |
| YUV | 61.52 | 237.19 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 40 | 255 | 0.88 | 0.84 | 0 | 0 | 237.33 | 1 | 0.56 |
| Hex | 1E | 28 | FF | 58 | 54 | 0 | 0 | ED | 64 | 38 |
| Octal | 36 | 50 | 377 | 130 | 124 | 0 | 0 | 355 | 144 | 70 |
| Binary | 11110 | 101000 | 11111111 | 1011000 | 1010100 | 0 | 0 | 11101101 | 1100100 | 111000 |
Color Harmonies of #1E28FF
Complementary color
Monochromatic Colors of #1E28FF
Black with #1E28FF
Text Example
Text Example
White with #1E28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E28FF; }
p { color: rgb(30,40,255); }
H1.HeaderClassName
{
color: #1E28FF;
}
.AnyTagClassName
{
color: #1E28FF;
}
</style>
background-color css
<style>
a { background-color: #1E28FF; }
a { background-color: rgb(30,40,255); }
div.DivClassName
{
background-color: #1E28FF;
}
.BgClassName
{
background-color: #1E28FF;
}
</style>
border-color css
<style>
span { border-color: #1E28FF; }
span { border-color: rgb(30,40,255); }
td.TdClassName
{
border-color: #1E28FF;
}
.TagClassName
{
border-color: #1E28FF;
}
</style>