Shades of Medium Blue #0218D6
Tints of Medium Blue #0218D6
RGB
CMYK
RGB Variations
Color information
#0218D6 (or 0x0218D6) is known color: Medium Blue. HEX triplet: 02, 18 and D6. RGB value is (2,24,214). Sum of RGB (Red+Green+Blue) = 2+24+214=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 214 (83.98% from 255 or 89.17% from 240); Max value from RGB is 214 - color contains mainly: blue. Hex color #0218D6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0218D6 is #FDE729. Grayscale: #262626. Windows color (decimal): -16639786 or 14030850. OLE color: 14030850.
HSL color Cylindrical-coordinate representation of color #0218D6: hue angle of 233.77º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0218D6 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 24 | 214 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.16 |
| HSL | 233.77º | 0.98% | 0.42% | - |
| HSV(B) | 233.77º | 0.99% | 0.84% | - |
| XYZ | 12.49 | 5.52 | 64.03 | - |
| YUV | 39.08 | 226.71 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 214 | 0.99 | 0.89 | 0 | 0.16 | 233.77 | 0.98 | 0.42 |
| Hex | 2 | 18 | D6 | 63 | 59 | 0 | 10 | EA | 62 | 2A |
| Octal | 2 | 30 | 326 | 143 | 131 | 0 | 20 | 352 | 142 | 52 |
| Binary | 10 | 11000 | 11010110 | 1100011 | 1011001 | 0 | 10000 | 11101010 | 1100010 | 101010 |
Color Harmonies of #0218D6
Complementary color
Monochromatic Colors of #0218D6
Black with #0218D6
Text Example
Text Example
White with #0218D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0218D6; }
p { color: rgb(2,24,214); }
H1.HeaderClassName
{
color: #0218D6;
}
.AnyTagClassName
{
color: #0218D6;
}
</style>
background-color css
<style>
a { background-color: #0218D6; }
a { background-color: rgb(2,24,214); }
div.DivClassName
{
background-color: #0218D6;
}
.BgClassName
{
background-color: #0218D6;
}
</style>
border-color css
<style>
span { border-color: #0218D6; }
span { border-color: rgb(2,24,214); }
td.TdClassName
{
border-color: #0218D6;
}
.TagClassName
{
border-color: #0218D6;
}
</style>