Shades of Blue #1E24F6
Tints of Blue #1E24F6
RGB
CMYK
RGB Variations
Color information
#1E24F6 (or 0x1E24F6) is known color: Blue. HEX triplet: 1E, 24 and F6. RGB value is (30,36,246). Sum of RGB (Red+Green+Blue) = 30+36+246=312 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.62% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 246 (96.48% from 255 or 78.85% from 312); Max value from RGB is 246 - color contains mainly: blue. Hex color #1E24F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E24F6 is #E1DB09. Grayscale: #393939. Windows color (decimal): -14801674 or 16131102. OLE color: 16131102.
HSL color Cylindrical-coordinate representation of color #1E24F6: hue angle of 238.33º degrees, saturation: 0.92, 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 #1E24F6 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 36 | 246 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.04 |
| HSL | 238.33º | 0.92% | 0.54% | - |
| HSV(B) | 238.33º | 0.88% | 0.96% | - |
| XYZ | 17.8 | 8.19 | 87.83 | - |
| YUV | 58.15 | 234.01 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 36 | 246 | 0.88 | 0.85 | 0 | 0.04 | 238.33 | 0.92 | 0.54 |
| Hex | 1E | 24 | F6 | 58 | 55 | 0 | 4 | EE | 5C | 36 |
| Octal | 36 | 44 | 366 | 130 | 125 | 0 | 4 | 356 | 134 | 66 |
| Binary | 11110 | 100100 | 11110110 | 1011000 | 1010101 | 0 | 100 | 11101110 | 1011100 | 110110 |
Color Harmonies of #1E24F6
Complementary color
Monochromatic Colors of #1E24F6
Black with #1E24F6
Text Example
Text Example
White with #1E24F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E24F6; }
p { color: rgb(30,36,246); }
H1.HeaderClassName
{
color: #1E24F6;
}
.AnyTagClassName
{
color: #1E24F6;
}
</style>
background-color css
<style>
a { background-color: #1E24F6; }
a { background-color: rgb(30,36,246); }
div.DivClassName
{
background-color: #1E24F6;
}
.BgClassName
{
background-color: #1E24F6;
}
</style>
border-color css
<style>
span { border-color: #1E24F6; }
span { border-color: rgb(30,36,246); }
td.TdClassName
{
border-color: #1E24F6;
}
.TagClassName
{
border-color: #1E24F6;
}
</style>