Shades of Medium Blue #181FDA
Tints of Medium Blue #181FDA
RGB
CMYK
RGB Variations
Color information
#181FDA (or 0x181FDA) is known color: Medium Blue. HEX triplet: 18, 1F and DA. RGB value is (24,31,218). Sum of RGB (Red+Green+Blue) = 24+31+218=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 218 (85.55% from 255 or 79.85% from 273); Max value from RGB is 218 - color contains mainly: blue. Hex color #181FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181FDA is #E7E025. Grayscale: #313131. Windows color (decimal): -15196198 or 14294808. OLE color: 14294808.
HSL color Cylindrical-coordinate representation of color #181FDA: hue angle of 237.84º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #181FDA is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 31 | 218 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.15 |
| HSL | 237.84º | 0.8% | 0.47% | - |
| HSV(B) | 237.84º | 0.89% | 0.85% | - |
| XYZ | 13.52 | 6.24 | 66.82 | - |
| YUV | 50.23 | 222.68 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 31 | 218 | 0.89 | 0.86 | 0 | 0.15 | 237.84 | 0.8 | 0.47 |
| Hex | 18 | 1F | DA | 59 | 56 | 0 | F | EE | 50 | 2F |
| Octal | 30 | 37 | 332 | 131 | 126 | 0 | 17 | 356 | 120 | 57 |
| Binary | 11000 | 11111 | 11011010 | 1011001 | 1010110 | 0 | 1111 | 11101110 | 1010000 | 101111 |
Color Harmonies of #181FDA
Complementary color
Monochromatic Colors of #181FDA
Black with #181FDA
Text Example
Text Example
White with #181FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181FDA; }
p { color: rgb(24,31,218); }
H1.HeaderClassName
{
color: #181FDA;
}
.AnyTagClassName
{
color: #181FDA;
}
</style>
background-color css
<style>
a { background-color: #181FDA; }
a { background-color: rgb(24,31,218); }
div.DivClassName
{
background-color: #181FDA;
}
.BgClassName
{
background-color: #181FDA;
}
</style>
border-color css
<style>
span { border-color: #181FDA; }
span { border-color: rgb(24,31,218); }
td.TdClassName
{
border-color: #181FDA;
}
.TagClassName
{
border-color: #181FDA;
}
</style>