Shades of Blue #181DF1
Tints of Blue #181DF1
RGB
CMYK
RGB Variations
Color information
#181DF1 (or 0x181DF1) is known color: Blue. HEX triplet: 18, 1D and F1. RGB value is (24,29,241). Sum of RGB (Red+Green+Blue) = 24+29+241=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 241 (94.53% from 255 or 81.97% from 294); Max value from RGB is 241 - color contains mainly: blue. Hex color #181DF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181DF1 is #E7E20E. Grayscale: #323232. Windows color (decimal): -15196687 or 15801624. OLE color: 15801624.
HSL color Cylindrical-coordinate representation of color #181DF1: hue angle of 238.62º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #181DF1 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 29 | 241 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.05 |
| HSL | 238.62º | 0.89% | 0.52% | - |
| HSV(B) | 238.62º | 0.9% | 0.95% | - |
| XYZ | 16.69 | 7.42 | 83.77 | - |
| YUV | 51.67 | 234.84 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 241 | 0.90 | 0.88 | 0 | 0.05 | 238.62 | 0.89 | 0.52 |
| Hex | 18 | 1D | F1 | 5A | 58 | 0 | 5 | EF | 59 | 34 |
| Octal | 30 | 35 | 361 | 132 | 130 | 0 | 5 | 357 | 131 | 64 |
| Binary | 11000 | 11101 | 11110001 | 1011010 | 1011000 | 0 | 101 | 11101111 | 1011001 | 110100 |
Color Harmonies of #181DF1
Complementary color
Monochromatic Colors of #181DF1
Black with #181DF1
Text Example
Text Example
White with #181DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181DF1; }
p { color: rgb(24,29,241); }
H1.HeaderClassName
{
color: #181DF1;
}
.AnyTagClassName
{
color: #181DF1;
}
</style>
background-color css
<style>
a { background-color: #181DF1; }
a { background-color: rgb(24,29,241); }
div.DivClassName
{
background-color: #181DF1;
}
.BgClassName
{
background-color: #181DF1;
}
</style>
border-color css
<style>
span { border-color: #181DF1; }
span { border-color: rgb(24,29,241); }
td.TdClassName
{
border-color: #181DF1;
}
.TagClassName
{
border-color: #181DF1;
}
</style>