Shades of Medium Blue #0218CA
Tints of Medium Blue #0218CA
RGB
CMYK
RGB Variations
Color information
#0218CA (or 0x0218CA) is known color: Medium Blue. HEX triplet: 02, 18 and CA. RGB value is (2,24,202). Sum of RGB (Red+Green+Blue) = 2+24+202=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 202 (79.30% from 255 or 88.60% from 228); Max value from RGB is 202 - color contains mainly: blue. Hex color #0218CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0218CA is #FDE735. Grayscale: #242424. Windows color (decimal): -16639798 or 13244418. OLE color: 13244418.
HSL color Cylindrical-coordinate representation of color #0218CA: hue angle of 233.4º 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 #0218CA is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 24 | 202 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.21 |
| HSL | 233.4º | 0.98% | 0.4% | - |
| HSV(B) | 233.4º | 0.99% | 0.79% | - |
| XYZ | 11.01 | 4.93 | 56.25 | - |
| YUV | 37.71 | 220.71 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 202 | 0.99 | 0.88 | 0 | 0.21 | 233.4 | 0.98 | 0.4 |
| Hex | 2 | 18 | CA | 63 | 58 | 0 | 15 | E9 | 62 | 28 |
| Octal | 2 | 30 | 312 | 143 | 130 | 0 | 25 | 351 | 142 | 50 |
| Binary | 10 | 11000 | 11001010 | 1100011 | 1011000 | 0 | 10101 | 11101001 | 1100010 | 101000 |
Color Harmonies of #0218CA
Complementary color
Monochromatic Colors of #0218CA
Black with #0218CA
Text Example
Text Example
White with #0218CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0218CA; }
p { color: rgb(2,24,202); }
H1.HeaderClassName
{
color: #0218CA;
}
.AnyTagClassName
{
color: #0218CA;
}
</style>
background-color css
<style>
a { background-color: #0218CA; }
a { background-color: rgb(2,24,202); }
div.DivClassName
{
background-color: #0218CA;
}
.BgClassName
{
background-color: #0218CA;
}
</style>
border-color css
<style>
span { border-color: #0218CA; }
span { border-color: rgb(2,24,202); }
td.TdClassName
{
border-color: #0218CA;
}
.TagClassName
{
border-color: #0218CA;
}
</style>