Shades of Blue #182BEE
Tints of Blue #182BEE
RGB
CMYK
RGB Variations
Color information
#182BEE (or 0x182BEE) is known color: Blue. HEX triplet: 18, 2B and EE. RGB value is (24,43,238). Sum of RGB (Red+Green+Blue) = 24+43+238=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 238 (93.36% from 255 or 78.03% from 305); Max value from RGB is 238 - color contains mainly: blue. Hex color #182BEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182BEE is #E7D411. Grayscale: #3A3A3A. Windows color (decimal): -15193106 or 15608600. OLE color: 15608600.
HSL color Cylindrical-coordinate representation of color #182BEE: hue angle of 234.67º 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 #182BEE is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 43 | 238 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.07 |
| HSL | 234.67º | 0.86% | 0.51% | - |
| HSV(B) | 234.67º | 0.9% | 0.93% | - |
| XYZ | 16.67 | 8.09 | 81.57 | - |
| YUV | 59.55 | 228.71 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 238 | 0.90 | 0.82 | 0 | 0.07 | 234.67 | 0.86 | 0.51 |
| Hex | 18 | 2B | EE | 5A | 52 | 0 | 7 | EB | 56 | 33 |
| Octal | 30 | 53 | 356 | 132 | 122 | 0 | 7 | 353 | 126 | 63 |
| Binary | 11000 | 101011 | 11101110 | 1011010 | 1010010 | 0 | 111 | 11101011 | 1010110 | 110011 |
Color Harmonies of #182BEE
Complementary color
Monochromatic Colors of #182BEE
Black with #182BEE
Text Example
Text Example
White with #182BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182BEE; }
p { color: rgb(24,43,238); }
H1.HeaderClassName
{
color: #182BEE;
}
.AnyTagClassName
{
color: #182BEE;
}
</style>
background-color css
<style>
a { background-color: #182BEE; }
a { background-color: rgb(24,43,238); }
div.DivClassName
{
background-color: #182BEE;
}
.BgClassName
{
background-color: #182BEE;
}
</style>
border-color css
<style>
span { border-color: #182BEE; }
span { border-color: rgb(24,43,238); }
td.TdClassName
{
border-color: #182BEE;
}
.TagClassName
{
border-color: #182BEE;
}
</style>