Shades of Blue #181DF6
Tints of Blue #181DF6
RGB
CMYK
RGB Variations
Color information
#181DF6 (or 0x181DF6) is known color: Blue. HEX triplet: 18, 1D and F6. RGB value is (24,29,246). Sum of RGB (Red+Green+Blue) = 24+29+246=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 246 (96.48% from 255 or 82.27% from 299); Max value from RGB is 246 - color contains mainly: blue. Hex color #181DF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181DF6 is #E7E209. Grayscale: #333333. Windows color (decimal): -15196682 or 16129304. OLE color: 16129304.
HSL color Cylindrical-coordinate representation of color #181DF6: hue angle of 238.65º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #181DF6 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 29 | 246 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.04 |
| HSL | 238.65º | 0.93% | 0.53% | - |
| HSV(B) | 238.65º | 0.9% | 0.96% | - |
| XYZ | 17.45 | 7.73 | 87.76 | - |
| YUV | 52.24 | 237.34 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 246 | 0.90 | 0.88 | 0 | 0.04 | 238.65 | 0.93 | 0.53 |
| Hex | 18 | 1D | F6 | 5A | 58 | 0 | 4 | EF | 5C | 35 |
| Octal | 30 | 35 | 366 | 132 | 130 | 0 | 4 | 357 | 134 | 65 |
| Binary | 11000 | 11101 | 11110110 | 1011010 | 1011000 | 0 | 100 | 11101111 | 1011100 | 110101 |
Color Harmonies of #181DF6
Complementary color
Monochromatic Colors of #181DF6
Black with #181DF6
Text Example
Text Example
White with #181DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181DF6; }
p { color: rgb(24,29,246); }
H1.HeaderClassName
{
color: #181DF6;
}
.AnyTagClassName
{
color: #181DF6;
}
</style>
background-color css
<style>
a { background-color: #181DF6; }
a { background-color: rgb(24,29,246); }
div.DivClassName
{
background-color: #181DF6;
}
.BgClassName
{
background-color: #181DF6;
}
</style>
border-color css
<style>
span { border-color: #181DF6; }
span { border-color: rgb(24,29,246); }
td.TdClassName
{
border-color: #181DF6;
}
.TagClassName
{
border-color: #181DF6;
}
</style>