Shades of Medium Blue #0218C2
Tints of Medium Blue #0218C2
RGB
CMYK
RGB Variations
Color information
#0218C2 (or 0x0218C2) is known color: Medium Blue. HEX triplet: 02, 18 and C2. RGB value is (2,24,194). Sum of RGB (Red+Green+Blue) = 2+24+194=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 194 (76.17% from 255 or 88.18% from 220); Max value from RGB is 194 - color contains mainly: blue. Hex color #0218C2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0218C2 is #FDE73D. Grayscale: #242424. Windows color (decimal): -16639806 or 12720130. OLE color: 12720130.
HSL color Cylindrical-coordinate representation of color #0218C2: hue angle of 233.12º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0218C2 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 24 | 194 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.24 |
| HSL | 233.13º | 0.98% | 0.38% | - |
| HSV(B) | 233.13º | 0.99% | 0.76% | - |
| XYZ | 10.09 | 4.56 | 51.39 | - |
| YUV | 36.8 | 216.71 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 194 | 0.99 | 0.88 | 0 | 0.24 | 233.13 | 0.98 | 0.38 |
| Hex | 2 | 18 | C2 | 63 | 58 | 0 | 18 | E9 | 62 | 26 |
| Octal | 2 | 30 | 302 | 143 | 130 | 0 | 30 | 351 | 142 | 46 |
| Binary | 10 | 11000 | 11000010 | 1100011 | 1011000 | 0 | 11000 | 11101001 | 1100010 | 100110 |
Color Harmonies of #0218C2
Complementary color
Monochromatic Colors of #0218C2
Black with #0218C2
Text Example
Text Example
White with #0218C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0218C2; }
p { color: rgb(2,24,194); }
H1.HeaderClassName
{
color: #0218C2;
}
.AnyTagClassName
{
color: #0218C2;
}
</style>
background-color css
<style>
a { background-color: #0218C2; }
a { background-color: rgb(2,24,194); }
div.DivClassName
{
background-color: #0218C2;
}
.BgClassName
{
background-color: #0218C2;
}
</style>
border-color css
<style>
span { border-color: #0218C2; }
span { border-color: rgb(2,24,194); }
td.TdClassName
{
border-color: #0218C2;
}
.TagClassName
{
border-color: #0218C2;
}
</style>