Shades of Medium Blue #2218DF
Tints of Medium Blue #2218DF
RGB
CMYK
RGB Variations
Color information
#2218DF (or 0x2218DF) is known color: Medium Blue. HEX triplet: 22, 18 and DF. RGB value is (34,24,223). Sum of RGB (Red+Green+Blue) = 34+24+223=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 223 (87.5% from 255 or 79.36% from 281); Max value from RGB is 223 - color contains mainly: blue. Hex color #2218DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2218DF is #DDE720. Grayscale: #303030. Windows color (decimal): -14542625 or 14620706. OLE color: 14620706.
HSL color Cylindrical-coordinate representation of color #2218DF: hue angle of 243.02º 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 #2218DF is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 24 | 223 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.13 |
| HSL | 243.02º | 0.81% | 0.48% | - |
| HSV(B) | 243.02º | 0.89% | 0.87% | - |
| XYZ | 14.31 | 6.32 | 70.28 | - |
| YUV | 49.68 | 225.81 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 24 | 223 | 0.85 | 0.89 | 0 | 0.13 | 243.02 | 0.81 | 0.48 |
| Hex | 22 | 18 | DF | 55 | 59 | 0 | D | F3 | 51 | 30 |
| Octal | 42 | 30 | 337 | 125 | 131 | 0 | 15 | 363 | 121 | 60 |
| Binary | 100010 | 11000 | 11011111 | 1010101 | 1011001 | 0 | 1101 | 11110011 | 1010001 | 110000 |
Color Harmonies of #2218DF
Complementary color
Monochromatic Colors of #2218DF
Black with #2218DF
Text Example
Text Example
White with #2218DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2218DF; }
p { color: rgb(34,24,223); }
H1.HeaderClassName
{
color: #2218DF;
}
.AnyTagClassName
{
color: #2218DF;
}
</style>
background-color css
<style>
a { background-color: #2218DF; }
a { background-color: rgb(34,24,223); }
div.DivClassName
{
background-color: #2218DF;
}
.BgClassName
{
background-color: #2218DF;
}
</style>
border-color css
<style>
span { border-color: #2218DF; }
span { border-color: rgb(34,24,223); }
td.TdClassName
{
border-color: #2218DF;
}
.TagClassName
{
border-color: #2218DF;
}
</style>