Shades of Blue #182AED
Tints of Blue #182AED
RGB
CMYK
RGB Variations
Color information
#182AED (or 0x182AED) is known color: Blue. HEX triplet: 18, 2A and ED. RGB value is (24,42,237). Sum of RGB (Red+Green+Blue) = 24+42+237=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 237 (92.97% from 255 or 78.22% from 303); Max value from RGB is 237 - color contains mainly: blue. Hex color #182AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182AED is #E7D512. Grayscale: #3A3A3A. Windows color (decimal): -15193363 or 15542808. OLE color: 15542808.
HSL color Cylindrical-coordinate representation of color #182AED: hue angle of 234.93º 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 #182AED is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 42 | 237 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.07 |
| HSL | 234.93º | 0.86% | 0.51% | - |
| HSV(B) | 234.93º | 0.9% | 0.93% | - |
| XYZ | 16.49 | 7.96 | 80.79 | - |
| YUV | 58.85 | 228.54 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 237 | 0.90 | 0.82 | 0 | 0.07 | 234.93 | 0.86 | 0.51 |
| Hex | 18 | 2A | ED | 5A | 52 | 0 | 7 | EB | 56 | 33 |
| Octal | 30 | 52 | 355 | 132 | 122 | 0 | 7 | 353 | 126 | 63 |
| Binary | 11000 | 101010 | 11101101 | 1011010 | 1010010 | 0 | 111 | 11101011 | 1010110 | 110011 |
Color Harmonies of #182AED
Complementary color
Monochromatic Colors of #182AED
Black with #182AED
Text Example
Text Example
White with #182AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182AED; }
p { color: rgb(24,42,237); }
H1.HeaderClassName
{
color: #182AED;
}
.AnyTagClassName
{
color: #182AED;
}
</style>
background-color css
<style>
a { background-color: #182AED; }
a { background-color: rgb(24,42,237); }
div.DivClassName
{
background-color: #182AED;
}
.BgClassName
{
background-color: #182AED;
}
</style>
border-color css
<style>
span { border-color: #182AED; }
span { border-color: rgb(24,42,237); }
td.TdClassName
{
border-color: #182AED;
}
.TagClassName
{
border-color: #182AED;
}
</style>