Shades of Medium Blue #1820DF
Tints of Medium Blue #1820DF
RGB
CMYK
RGB Variations
Color information
#1820DF (or 0x1820DF) is known color: Medium Blue. HEX triplet: 18, 20 and DF. RGB value is (24,32,223). Sum of RGB (Red+Green+Blue) = 24+32+223=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 223 (87.5% from 255 or 79.93% from 279); Max value from RGB is 223 - color contains mainly: blue. Hex color #1820DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1820DF is #E7DF20. Grayscale: #323232. Windows color (decimal): -15195937 or 14622744. OLE color: 14622744.
HSL color Cylindrical-coordinate representation of color #1820DF: hue angle of 237.59º 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 #1820DF is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 32 | 223 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.13 |
| HSL | 237.59º | 0.81% | 0.48% | - |
| HSV(B) | 237.59º | 0.89% | 0.87% | - |
| XYZ | 14.21 | 6.55 | 70.33 | - |
| YUV | 51.38 | 224.85 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 223 | 0.89 | 0.86 | 0 | 0.13 | 237.59 | 0.81 | 0.48 |
| Hex | 18 | 20 | DF | 59 | 56 | 0 | D | EE | 51 | 30 |
| Octal | 30 | 40 | 337 | 131 | 126 | 0 | 15 | 356 | 121 | 60 |
| Binary | 11000 | 100000 | 11011111 | 1011001 | 1010110 | 0 | 1101 | 11101110 | 1010001 | 110000 |
Color Harmonies of #1820DF
Complementary color
Monochromatic Colors of #1820DF
Black with #1820DF
Text Example
Text Example
White with #1820DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1820DF; }
p { color: rgb(24,32,223); }
H1.HeaderClassName
{
color: #1820DF;
}
.AnyTagClassName
{
color: #1820DF;
}
</style>
background-color css
<style>
a { background-color: #1820DF; }
a { background-color: rgb(24,32,223); }
div.DivClassName
{
background-color: #1820DF;
}
.BgClassName
{
background-color: #1820DF;
}
</style>
border-color css
<style>
span { border-color: #1820DF; }
span { border-color: rgb(24,32,223); }
td.TdClassName
{
border-color: #1820DF;
}
.TagClassName
{
border-color: #1820DF;
}
</style>