Shades of Medium Blue #181CDF
Tints of Medium Blue #181CDF
RGB
CMYK
RGB Variations
Color information
#181CDF (or 0x181CDF) is known color: Medium Blue. HEX triplet: 18, 1C and DF. RGB value is (24,28,223). Sum of RGB (Red+Green+Blue) = 24+28+223=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 223 (87.5% from 255 or 81.09% from 275); Max value from RGB is 223 - color contains mainly: blue. Hex color #181CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181CDF is #E7E320. Grayscale: #303030. Windows color (decimal): -15196961 or 14621720. OLE color: 14621720.
HSL color Cylindrical-coordinate representation of color #181CDF: hue angle of 238.79º 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 #181CDF is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 28 | 223 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.13 |
| HSL | 238.79º | 0.81% | 0.48% | - |
| HSV(B) | 238.79º | 0.89% | 0.87% | - |
| XYZ | 14.11 | 6.35 | 70.29 | - |
| YUV | 49.03 | 226.17 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 223 | 0.89 | 0.87 | 0 | 0.13 | 238.79 | 0.81 | 0.48 |
| Hex | 18 | 1C | DF | 59 | 57 | 0 | D | EF | 51 | 30 |
| Octal | 30 | 34 | 337 | 131 | 127 | 0 | 15 | 357 | 121 | 60 |
| Binary | 11000 | 11100 | 11011111 | 1011001 | 1010111 | 0 | 1101 | 11101111 | 1010001 | 110000 |
Color Harmonies of #181CDF
Complementary color
Monochromatic Colors of #181CDF
Black with #181CDF
Text Example
Text Example
White with #181CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181CDF; }
p { color: rgb(24,28,223); }
H1.HeaderClassName
{
color: #181CDF;
}
.AnyTagClassName
{
color: #181CDF;
}
</style>
background-color css
<style>
a { background-color: #181CDF; }
a { background-color: rgb(24,28,223); }
div.DivClassName
{
background-color: #181CDF;
}
.BgClassName
{
background-color: #181CDF;
}
</style>
border-color css
<style>
span { border-color: #181CDF; }
span { border-color: rgb(24,28,223); }
td.TdClassName
{
border-color: #181CDF;
}
.TagClassName
{
border-color: #181CDF;
}
</style>