Shades of Blue #1E18FD
Tints of Blue #1E18FD
RGB
CMYK
RGB Variations
Color information
#1E18FD (or 0x1E18FD) is known color: Blue. HEX triplet: 1E, 18 and FD. RGB value is (30,24,253). Sum of RGB (Red+Green+Blue) = 30+24+253=307 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.77% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 253 (99.22% from 255 or 82.41% from 307); Max value from RGB is 253 - color contains mainly: blue. Hex color #1E18FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E18FD is #E1E702. Grayscale: #323232. Windows color (decimal): -14804739 or 16586782. OLE color: 16586782.
HSL color Cylindrical-coordinate representation of color #1E18FD: hue angle of 241.57º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E18FD is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 24 | 253 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.01 |
| HSL | 241.57º | 0.98% | 0.54% | - |
| HSV(B) | 241.57º | 0.91% | 0.99% | - |
| XYZ | 18.59 | 8.02 | 93.5 | - |
| YUV | 51.9 | 241.49 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 253 | 0.88 | 0.91 | 0 | 0.01 | 241.57 | 0.98 | 0.54 |
| Hex | 1E | 18 | FD | 58 | 5B | 0 | 1 | F2 | 62 | 36 |
| Octal | 36 | 30 | 375 | 130 | 133 | 0 | 1 | 362 | 142 | 66 |
| Binary | 11110 | 11000 | 11111101 | 1011000 | 1011011 | 0 | 1 | 11110010 | 1100010 | 110110 |
Color Harmonies of #1E18FD
Complementary color
Monochromatic Colors of #1E18FD
Black with #1E18FD
Text Example
Text Example
White with #1E18FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E18FD; }
p { color: rgb(30,24,253); }
H1.HeaderClassName
{
color: #1E18FD;
}
.AnyTagClassName
{
color: #1E18FD;
}
</style>
background-color css
<style>
a { background-color: #1E18FD; }
a { background-color: rgb(30,24,253); }
div.DivClassName
{
background-color: #1E18FD;
}
.BgClassName
{
background-color: #1E18FD;
}
</style>
border-color css
<style>
span { border-color: #1E18FD; }
span { border-color: rgb(30,24,253); }
td.TdClassName
{
border-color: #1E18FD;
}
.TagClassName
{
border-color: #1E18FD;
}
</style>