Shades of Blue #1820EB
Tints of Blue #1820EB
RGB
CMYK
RGB Variations
Color information
#1820EB (or 0x1820EB) is known color: Blue. HEX triplet: 18, 20 and EB. RGB value is (24,32,235). Sum of RGB (Red+Green+Blue) = 24+32+235=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 235 (92.19% from 255 or 80.76% from 291); Max value from RGB is 235 - color contains mainly: blue. Hex color #1820EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1820EB is #E7DF14. Grayscale: #333333. Windows color (decimal): -15195925 or 15409176. OLE color: 15409176.
HSL color Cylindrical-coordinate representation of color #1820EB: hue angle of 237.73º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1820EB is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 32 | 235 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.08 |
| HSL | 237.73º | 0.84% | 0.51% | - |
| HSV(B) | 237.73º | 0.9% | 0.92% | - |
| XYZ | 15.89 | 7.23 | 79.15 | - |
| YUV | 52.75 | 230.85 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 235 | 0.90 | 0.86 | 0 | 0.08 | 237.73 | 0.84 | 0.51 |
| Hex | 18 | 20 | EB | 5A | 56 | 0 | 8 | EE | 54 | 33 |
| Octal | 30 | 40 | 353 | 132 | 126 | 0 | 10 | 356 | 124 | 63 |
| Binary | 11000 | 100000 | 11101011 | 1011010 | 1010110 | 0 | 1000 | 11101110 | 1010100 | 110011 |
Color Harmonies of #1820EB
Complementary color
Monochromatic Colors of #1820EB
Black with #1820EB
Text Example
Text Example
White with #1820EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1820EB; }
p { color: rgb(24,32,235); }
H1.HeaderClassName
{
color: #1820EB;
}
.AnyTagClassName
{
color: #1820EB;
}
</style>
background-color css
<style>
a { background-color: #1820EB; }
a { background-color: rgb(24,32,235); }
div.DivClassName
{
background-color: #1820EB;
}
.BgClassName
{
background-color: #1820EB;
}
</style>
border-color css
<style>
span { border-color: #1820EB; }
span { border-color: rgb(24,32,235); }
td.TdClassName
{
border-color: #1820EB;
}
.TagClassName
{
border-color: #1820EB;
}
</style>