Shades of Medium Blue #0218C9
Tints of Medium Blue #0218C9
RGB
CMYK
RGB Variations
Color information
#0218C9 (or 0x0218C9) is known color: Medium Blue. HEX triplet: 02, 18 and C9. RGB value is (2,24,201). Sum of RGB (Red+Green+Blue) = 2+24+201=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 201 (78.91% from 255 or 88.55% from 227); Max value from RGB is 201 - color contains mainly: blue. Hex color #0218C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0218C9 is #FDE736. Grayscale: #242424. Windows color (decimal): -16639799 or 13178882. OLE color: 13178882.
HSL color Cylindrical-coordinate representation of color #0218C9: hue angle of 233.37º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0218C9 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 24 | 201 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.21 |
| HSL | 233.37º | 0.98% | 0.4% | - |
| HSV(B) | 233.37º | 0.99% | 0.79% | - |
| XYZ | 10.89 | 4.88 | 55.63 | - |
| YUV | 37.6 | 220.21 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 201 | 0.99 | 0.88 | 0 | 0.21 | 233.37 | 0.98 | 0.4 |
| Hex | 2 | 18 | C9 | 63 | 58 | 0 | 15 | E9 | 62 | 28 |
| Octal | 2 | 30 | 311 | 143 | 130 | 0 | 25 | 351 | 142 | 50 |
| Binary | 10 | 11000 | 11001001 | 1100011 | 1011000 | 0 | 10101 | 11101001 | 1100010 | 101000 |
Color Harmonies of #0218C9
Complementary color
Monochromatic Colors of #0218C9
Black with #0218C9
Text Example
Text Example
White with #0218C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0218C9; }
p { color: rgb(2,24,201); }
H1.HeaderClassName
{
color: #0218C9;
}
.AnyTagClassName
{
color: #0218C9;
}
</style>
background-color css
<style>
a { background-color: #0218C9; }
a { background-color: rgb(2,24,201); }
div.DivClassName
{
background-color: #0218C9;
}
.BgClassName
{
background-color: #0218C9;
}
</style>
border-color css
<style>
span { border-color: #0218C9; }
span { border-color: rgb(2,24,201); }
td.TdClassName
{
border-color: #0218C9;
}
.TagClassName
{
border-color: #0218C9;
}
</style>