Shades of Blue #181CED
Tints of Blue #181CED
RGB
CMYK
RGB Variations
Color information
#181CED (or 0x181CED) is known color: Blue. HEX triplet: 18, 1C and ED. RGB value is (24,28,237). Sum of RGB (Red+Green+Blue) = 24+28+237=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 237 (92.97% from 255 or 82.01% from 289); Max value from RGB is 237 - color contains mainly: blue. Hex color #181CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181CED is #E7E312. Grayscale: #313131. Windows color (decimal): -15196947 or 15539224. OLE color: 15539224.
HSL color Cylindrical-coordinate representation of color #181CED: hue angle of 238.87º 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 #181CED is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 28 | 237 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.07 |
| HSL | 238.87º | 0.86% | 0.51% | - |
| HSV(B) | 238.87º | 0.9% | 0.93% | - |
| XYZ | 16.08 | 7.14 | 80.65 | - |
| YUV | 50.63 | 233.17 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 237 | 0.90 | 0.88 | 0 | 0.07 | 238.87 | 0.86 | 0.51 |
| Hex | 18 | 1C | ED | 5A | 58 | 0 | 7 | EF | 56 | 33 |
| Octal | 30 | 34 | 355 | 132 | 130 | 0 | 7 | 357 | 126 | 63 |
| Binary | 11000 | 11100 | 11101101 | 1011010 | 1011000 | 0 | 111 | 11101111 | 1010110 | 110011 |
Color Harmonies of #181CED
Complementary color
Monochromatic Colors of #181CED
Black with #181CED
Text Example
Text Example
White with #181CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181CED; }
p { color: rgb(24,28,237); }
H1.HeaderClassName
{
color: #181CED;
}
.AnyTagClassName
{
color: #181CED;
}
</style>
background-color css
<style>
a { background-color: #181CED; }
a { background-color: rgb(24,28,237); }
div.DivClassName
{
background-color: #181CED;
}
.BgClassName
{
background-color: #181CED;
}
</style>
border-color css
<style>
span { border-color: #181CED; }
span { border-color: rgb(24,28,237); }
td.TdClassName
{
border-color: #181CED;
}
.TagClassName
{
border-color: #181CED;
}
</style>