Shades of Blue #181DF9
Tints of Blue #181DF9
RGB
CMYK
RGB Variations
Color information
#181DF9 (or 0x181DF9) is known color: Blue. HEX triplet: 18, 1D and F9. RGB value is (24,29,249). Sum of RGB (Red+Green+Blue) = 24+29+249=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 249 (97.66% from 255 or 82.45% from 302); Max value from RGB is 249 - color contains mainly: blue. Hex color #181DF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181DF9 is #E7E206. Grayscale: #333333. Windows color (decimal): -15196679 or 16325912. OLE color: 16325912.
HSL color Cylindrical-coordinate representation of color #181DF9: hue angle of 238.67º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #181DF9 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 29 | 249 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.02 |
| HSL | 238.67º | 0.95% | 0.54% | - |
| HSV(B) | 238.67º | 0.9% | 0.98% | - |
| XYZ | 17.91 | 7.91 | 90.21 | - |
| YUV | 52.59 | 238.84 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 249 | 0.90 | 0.88 | 0 | 0.02 | 238.67 | 0.95 | 0.54 |
| Hex | 18 | 1D | F9 | 5A | 58 | 0 | 2 | EF | 5F | 36 |
| Octal | 30 | 35 | 371 | 132 | 130 | 0 | 2 | 357 | 137 | 66 |
| Binary | 11000 | 11101 | 11111001 | 1011010 | 1011000 | 0 | 10 | 11101111 | 1011111 | 110110 |
Color Harmonies of #181DF9
Complementary color
Monochromatic Colors of #181DF9
Black with #181DF9
Text Example
Text Example
White with #181DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181DF9; }
p { color: rgb(24,29,249); }
H1.HeaderClassName
{
color: #181DF9;
}
.AnyTagClassName
{
color: #181DF9;
}
</style>
background-color css
<style>
a { background-color: #181DF9; }
a { background-color: rgb(24,29,249); }
div.DivClassName
{
background-color: #181DF9;
}
.BgClassName
{
background-color: #181DF9;
}
</style>
border-color css
<style>
span { border-color: #181DF9; }
span { border-color: rgb(24,29,249); }
td.TdClassName
{
border-color: #181DF9;
}
.TagClassName
{
border-color: #181DF9;
}
</style>