Shades of Blue #1E18FF
Tints of Blue #1E18FF
RGB
CMYK
RGB Variations
Color information
#1E18FF (or 0x1E18FF) is known color: Blue. HEX triplet: 1E, 18 and FF. RGB value is (30,24,255). Sum of RGB (Red+Green+Blue) = 30+24+255=309 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.71% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 255 (100% from 255 or 82.52% from 309); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E18FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E18FF is #E1E700. Grayscale: #333333. Windows color (decimal): -14804737 or 16717854. OLE color: 16717854.
HSL color Cylindrical-coordinate representation of color #1E18FF: hue angle of 241.56º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E18FF is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 24 | 255 | - |
| CMYK | 0.88 | 0.91 | 0 | 0 |
| HSL | 241.56º | 1% | 0.55% | - |
| HSV(B) | 241.56º | 0.91% | 1% | - |
| XYZ | 18.91 | 8.15 | 95.18 | - |
| YUV | 52.13 | 242.49 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 255 | 0.88 | 0.91 | 0 | 0 | 241.56 | 1 | 0.55 |
| Hex | 1E | 18 | FF | 58 | 5B | 0 | 0 | F2 | 64 | 37 |
| Octal | 36 | 30 | 377 | 130 | 133 | 0 | 0 | 362 | 144 | 67 |
| Binary | 11110 | 11000 | 11111111 | 1011000 | 1011011 | 0 | 0 | 11110010 | 1100100 | 110111 |
Color Harmonies of #1E18FF
Complementary color
Monochromatic Colors of #1E18FF
Black with #1E18FF
Text Example
Text Example
White with #1E18FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E18FF; }
p { color: rgb(30,24,255); }
H1.HeaderClassName
{
color: #1E18FF;
}
.AnyTagClassName
{
color: #1E18FF;
}
</style>
background-color css
<style>
a { background-color: #1E18FF; }
a { background-color: rgb(30,24,255); }
div.DivClassName
{
background-color: #1E18FF;
}
.BgClassName
{
background-color: #1E18FF;
}
</style>
border-color css
<style>
span { border-color: #1E18FF; }
span { border-color: rgb(30,24,255); }
td.TdClassName
{
border-color: #1E18FF;
}
.TagClassName
{
border-color: #1E18FF;
}
</style>