Shades of Blue #1E21F5
Tints of Blue #1E21F5
RGB
CMYK
RGB Variations
Color information
#1E21F5 (or 0x1E21F5) is known color: Blue. HEX triplet: 1E, 21 and F5. RGB value is (30,33,245). Sum of RGB (Red+Green+Blue) = 30+33+245=308 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.74% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 245 (96.09% from 255 or 79.55% from 308); Max value from RGB is 245 - color contains mainly: blue. Hex color #1E21F5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E21F5 is #E1DE0A. Grayscale: #373737. Windows color (decimal): -14802443 or 16064798. OLE color: 16064798.
HSL color Cylindrical-coordinate representation of color #1E21F5: hue angle of 239.16º degrees, saturation: 0.91, 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 #1E21F5 is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 33 | 245 | - |
| CMYK | 0.88 | 0.87 | 0 | 0.04 |
| HSL | 239.16º | 0.91% | 0.54% | - |
| HSV(B) | 239.16º | 0.88% | 0.96% | - |
| XYZ | 17.56 | 7.96 | 87 | - |
| YUV | 56.27 | 234.51 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 33 | 245 | 0.88 | 0.87 | 0 | 0.04 | 239.16 | 0.91 | 0.54 |
| Hex | 1E | 21 | F5 | 58 | 57 | 0 | 4 | EF | 5B | 36 |
| Octal | 36 | 41 | 365 | 130 | 127 | 0 | 4 | 357 | 133 | 66 |
| Binary | 11110 | 100001 | 11110101 | 1011000 | 1010111 | 0 | 100 | 11101111 | 1011011 | 110110 |
Color Harmonies of #1E21F5
Complementary color
Monochromatic Colors of #1E21F5
Black with #1E21F5
Text Example
Text Example
White with #1E21F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E21F5; }
p { color: rgb(30,33,245); }
H1.HeaderClassName
{
color: #1E21F5;
}
.AnyTagClassName
{
color: #1E21F5;
}
</style>
background-color css
<style>
a { background-color: #1E21F5; }
a { background-color: rgb(30,33,245); }
div.DivClassName
{
background-color: #1E21F5;
}
.BgClassName
{
background-color: #1E21F5;
}
</style>
border-color css
<style>
span { border-color: #1E21F5; }
span { border-color: rgb(30,33,245); }
td.TdClassName
{
border-color: #1E21F5;
}
.TagClassName
{
border-color: #1E21F5;
}
</style>