Shades of Medium Blue #181BDF
Tints of Medium Blue #181BDF
RGB
CMYK
RGB Variations
Color information
#181BDF (or 0x181BDF) is known color: Medium Blue. HEX triplet: 18, 1B and DF. RGB value is (24,27,223). Sum of RGB (Red+Green+Blue) = 24+27+223=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 223 (87.5% from 255 or 81.39% from 274); Max value from RGB is 223 - color contains mainly: blue. Hex color #181BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181BDF is #E7E420. Grayscale: #2F2F2F. Windows color (decimal): -15197217 or 14621464. OLE color: 14621464.
HSL color Cylindrical-coordinate representation of color #181BDF: hue angle of 239.1º 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 #181BDF is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 27 | 223 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.13 |
| HSL | 239.1º | 0.81% | 0.48% | - |
| HSV(B) | 239.1º | 0.89% | 0.87% | - |
| XYZ | 14.09 | 6.31 | 70.29 | - |
| YUV | 48.45 | 226.51 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 223 | 0.89 | 0.88 | 0 | 0.13 | 239.1 | 0.81 | 0.48 |
| Hex | 18 | 1B | DF | 59 | 58 | 0 | D | EF | 51 | 30 |
| Octal | 30 | 33 | 337 | 131 | 130 | 0 | 15 | 357 | 121 | 60 |
| Binary | 11000 | 11011 | 11011111 | 1011001 | 1011000 | 0 | 1101 | 11101111 | 1010001 | 110000 |
Color Harmonies of #181BDF
Complementary color
Monochromatic Colors of #181BDF
Black with #181BDF
Text Example
Text Example
White with #181BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181BDF; }
p { color: rgb(24,27,223); }
H1.HeaderClassName
{
color: #181BDF;
}
.AnyTagClassName
{
color: #181BDF;
}
</style>
background-color css
<style>
a { background-color: #181BDF; }
a { background-color: rgb(24,27,223); }
div.DivClassName
{
background-color: #181BDF;
}
.BgClassName
{
background-color: #181BDF;
}
</style>
border-color css
<style>
span { border-color: #181BDF; }
span { border-color: rgb(24,27,223); }
td.TdClassName
{
border-color: #181BDF;
}
.TagClassName
{
border-color: #181BDF;
}
</style>