Shades of Medium Blue #181FDF
Tints of Medium Blue #181FDF
RGB
CMYK
RGB Variations
Color information
#181FDF (or 0x181FDF) is known color: Medium Blue. HEX triplet: 18, 1F and DF. RGB value is (24,31,223). Sum of RGB (Red+Green+Blue) = 24+31+223=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 223 (87.5% from 255 or 80.22% from 278); Max value from RGB is 223 - color contains mainly: blue. Hex color #181FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181FDF is #E7E020. Grayscale: #323232. Windows color (decimal): -15196193 or 14622488. OLE color: 14622488.
HSL color Cylindrical-coordinate representation of color #181FDF: hue angle of 237.89º 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 #181FDF is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 31 | 223 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.13 |
| HSL | 237.89º | 0.81% | 0.48% | - |
| HSV(B) | 237.89º | 0.89% | 0.87% | - |
| XYZ | 14.19 | 6.5 | 70.32 | - |
| YUV | 50.8 | 225.18 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 31 | 223 | 0.89 | 0.86 | 0 | 0.13 | 237.89 | 0.81 | 0.48 |
| Hex | 18 | 1F | DF | 59 | 56 | 0 | D | EE | 51 | 30 |
| Octal | 30 | 37 | 337 | 131 | 126 | 0 | 15 | 356 | 121 | 60 |
| Binary | 11000 | 11111 | 11011111 | 1011001 | 1010110 | 0 | 1101 | 11101110 | 1010001 | 110000 |
Color Harmonies of #181FDF
Complementary color
Monochromatic Colors of #181FDF
Black with #181FDF
Text Example
Text Example
White with #181FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181FDF; }
p { color: rgb(24,31,223); }
H1.HeaderClassName
{
color: #181FDF;
}
.AnyTagClassName
{
color: #181FDF;
}
</style>
background-color css
<style>
a { background-color: #181FDF; }
a { background-color: rgb(24,31,223); }
div.DivClassName
{
background-color: #181FDF;
}
.BgClassName
{
background-color: #181FDF;
}
</style>
border-color css
<style>
span { border-color: #181FDF; }
span { border-color: rgb(24,31,223); }
td.TdClassName
{
border-color: #181FDF;
}
.TagClassName
{
border-color: #181FDF;
}
</style>