Shades of Blue #1E17FB
Tints of Blue #1E17FB
RGB
CMYK
RGB Variations
Color information
#1E17FB (or 0x1E17FB) is known color: Blue. HEX triplet: 1E, 17 and FB. RGB value is (30,23,251). Sum of RGB (Red+Green+Blue) = 30+23+251=304 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.87% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 251 (98.44% from 255 or 82.57% from 304); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E17FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E17FB is #E1E804. Grayscale: #323232. Windows color (decimal): -14804997 or 16455454. OLE color: 16455454.
HSL color Cylindrical-coordinate representation of color #1E17FB: hue angle of 241.84º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E17FB is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 23 | 251 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.02 |
| HSL | 241.84º | 0.97% | 0.54% | - |
| HSV(B) | 241.84º | 0.91% | 0.98% | - |
| XYZ | 18.25 | 7.85 | 91.82 | - |
| YUV | 51.09 | 240.82 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 251 | 0.88 | 0.91 | 0 | 0.02 | 241.84 | 0.97 | 0.54 |
| Hex | 1E | 17 | FB | 58 | 5B | 0 | 2 | F2 | 61 | 36 |
| Octal | 36 | 27 | 373 | 130 | 133 | 0 | 2 | 362 | 141 | 66 |
| Binary | 11110 | 10111 | 11111011 | 1011000 | 1011011 | 0 | 10 | 11110010 | 1100001 | 110110 |
Color Harmonies of #1E17FB
Complementary color
Monochromatic Colors of #1E17FB
Black with #1E17FB
Text Example
Text Example
White with #1E17FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E17FB; }
p { color: rgb(30,23,251); }
H1.HeaderClassName
{
color: #1E17FB;
}
.AnyTagClassName
{
color: #1E17FB;
}
</style>
background-color css
<style>
a { background-color: #1E17FB; }
a { background-color: rgb(30,23,251); }
div.DivClassName
{
background-color: #1E17FB;
}
.BgClassName
{
background-color: #1E17FB;
}
</style>
border-color css
<style>
span { border-color: #1E17FB; }
span { border-color: rgb(30,23,251); }
td.TdClassName
{
border-color: #1E17FB;
}
.TagClassName
{
border-color: #1E17FB;
}
</style>