Shades of Medium Blue #2418D2
Tints of Medium Blue #2418D2
RGB
CMYK
RGB Variations
Color information
#2418D2 (or 0x2418D2) is known color: Medium Blue. HEX triplet: 24, 18 and D2. RGB value is (36,24,210). Sum of RGB (Red+Green+Blue) = 36+24+210=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 210 (82.42% from 255 or 77.78% from 270); Max value from RGB is 210 - color contains mainly: blue. Hex color #2418D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2418D2 is #DBE72D. Grayscale: #303030. Windows color (decimal): -14411566 or 13768740. OLE color: 13768740.
HSL color Cylindrical-coordinate representation of color #2418D2: hue angle of 243.87º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2418D2 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 24 | 210 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.18 |
| HSL | 243.87º | 0.79% | 0.46% | - |
| HSV(B) | 243.87º | 0.89% | 0.82% | - |
| XYZ | 12.69 | 5.68 | 61.4 | - |
| YUV | 48.79 | 218.98 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 24 | 210 | 0.83 | 0.89 | 0 | 0.18 | 243.87 | 0.79 | 0.46 |
| Hex | 24 | 18 | D2 | 53 | 59 | 0 | 12 | F4 | 4F | 2E |
| Octal | 44 | 30 | 322 | 123 | 131 | 0 | 22 | 364 | 117 | 56 |
| Binary | 100100 | 11000 | 11010010 | 1010011 | 1011001 | 0 | 10010 | 11110100 | 1001111 | 101110 |
Color Harmonies of #2418D2
Complementary color
Monochromatic Colors of #2418D2
Black with #2418D2
Text Example
Text Example
White with #2418D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2418D2; }
p { color: rgb(36,24,210); }
H1.HeaderClassName
{
color: #2418D2;
}
.AnyTagClassName
{
color: #2418D2;
}
</style>
background-color css
<style>
a { background-color: #2418D2; }
a { background-color: rgb(36,24,210); }
div.DivClassName
{
background-color: #2418D2;
}
.BgClassName
{
background-color: #2418D2;
}
</style>
border-color css
<style>
span { border-color: #2418D2; }
span { border-color: rgb(36,24,210); }
td.TdClassName
{
border-color: #2418D2;
}
.TagClassName
{
border-color: #2418D2;
}
</style>