Shades of Medium Blue #181DDF
Tints of Medium Blue #181DDF
RGB
CMYK
RGB Variations
Color information
#181DDF (or 0x181DDF) is known color: Medium Blue. HEX triplet: 18, 1D and DF. RGB value is (24,29,223). Sum of RGB (Red+Green+Blue) = 24+29+223=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 223 (87.5% from 255 or 80.80% from 276); Max value from RGB is 223 - color contains mainly: blue. Hex color #181DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181DDF is #E7E220. Grayscale: #303030. Windows color (decimal): -15196705 or 14621976. OLE color: 14621976.
HSL color Cylindrical-coordinate representation of color #181DDF: hue angle of 238.49º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #181DDF is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 29 | 223 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.13 |
| HSL | 238.49º | 0.81% | 0.48% | - |
| HSV(B) | 238.49º | 0.89% | 0.87% | - |
| XYZ | 14.14 | 6.4 | 70.3 | - |
| YUV | 49.62 | 225.84 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 223 | 0.89 | 0.87 | 0 | 0.13 | 238.49 | 0.81 | 0.48 |
| Hex | 18 | 1D | DF | 59 | 57 | 0 | D | EE | 51 | 30 |
| Octal | 30 | 35 | 337 | 131 | 127 | 0 | 15 | 356 | 121 | 60 |
| Binary | 11000 | 11101 | 11011111 | 1011001 | 1010111 | 0 | 1101 | 11101110 | 1010001 | 110000 |
Color Harmonies of #181DDF
Complementary color
Monochromatic Colors of #181DDF
Black with #181DDF
Text Example
Text Example
White with #181DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181DDF; }
p { color: rgb(24,29,223); }
H1.HeaderClassName
{
color: #181DDF;
}
.AnyTagClassName
{
color: #181DDF;
}
</style>
background-color css
<style>
a { background-color: #181DDF; }
a { background-color: rgb(24,29,223); }
div.DivClassName
{
background-color: #181DDF;
}
.BgClassName
{
background-color: #181DDF;
}
</style>
border-color css
<style>
span { border-color: #181DDF; }
span { border-color: rgb(24,29,223); }
td.TdClassName
{
border-color: #181DDF;
}
.TagClassName
{
border-color: #181DDF;
}
</style>