Shades of Blue #1829ED
Tints of Blue #1829ED
RGB
CMYK
RGB Variations
Color information
#1829ED (or 0x1829ED) is known color: Blue. HEX triplet: 18, 29 and ED. RGB value is (24,41,237). Sum of RGB (Red+Green+Blue) = 24+41+237=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 237 (92.97% from 255 or 78.48% from 302); Max value from RGB is 237 - color contains mainly: blue. Hex color #1829ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1829ED is #E7D612. Grayscale: #393939. Windows color (decimal): -15193619 or 15542552. OLE color: 15542552.
HSL color Cylindrical-coordinate representation of color #1829ED: hue angle of 235.21º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1829ED is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 41 | 237 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.07 |
| HSL | 235.21º | 0.86% | 0.51% | - |
| HSV(B) | 235.21º | 0.9% | 0.93% | - |
| XYZ | 16.46 | 7.89 | 80.78 | - |
| YUV | 58.26 | 228.87 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 41 | 237 | 0.90 | 0.83 | 0 | 0.07 | 235.21 | 0.86 | 0.51 |
| Hex | 18 | 29 | ED | 5A | 53 | 0 | 7 | EB | 56 | 33 |
| Octal | 30 | 51 | 355 | 132 | 123 | 0 | 7 | 353 | 126 | 63 |
| Binary | 11000 | 101001 | 11101101 | 1011010 | 1010011 | 0 | 111 | 11101011 | 1010110 | 110011 |
Color Harmonies of #1829ED
Complementary color
Monochromatic Colors of #1829ED
Black with #1829ED
Text Example
Text Example
White with #1829ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1829ED; }
p { color: rgb(24,41,237); }
H1.HeaderClassName
{
color: #1829ED;
}
.AnyTagClassName
{
color: #1829ED;
}
</style>
background-color css
<style>
a { background-color: #1829ED; }
a { background-color: rgb(24,41,237); }
div.DivClassName
{
background-color: #1829ED;
}
.BgClassName
{
background-color: #1829ED;
}
</style>
border-color css
<style>
span { border-color: #1829ED; }
span { border-color: rgb(24,41,237); }
td.TdClassName
{
border-color: #1829ED;
}
.TagClassName
{
border-color: #1829ED;
}
</style>