Shades of Medium Blue #0218CE
Tints of Medium Blue #0218CE
RGB
CMYK
RGB Variations
Color information
#0218CE (or 0x0218CE) is known color: Medium Blue. HEX triplet: 02, 18 and CE. RGB value is (2,24,206). Sum of RGB (Red+Green+Blue) = 2+24+206=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 206 (80.86% from 255 or 88.79% from 232); Max value from RGB is 206 - color contains mainly: blue. Hex color #0218CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0218CE is #FDE731. Grayscale: #252525. Windows color (decimal): -16639794 or 13506562. OLE color: 13506562.
HSL color Cylindrical-coordinate representation of color #0218CE: hue angle of 233.53º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0218CE is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 24 | 206 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.19 |
| HSL | 233.53º | 0.98% | 0.41% | - |
| HSV(B) | 233.53º | 0.99% | 0.81% | - |
| XYZ | 11.49 | 5.12 | 58.78 | - |
| YUV | 38.17 | 222.71 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 206 | 0.99 | 0.88 | 0 | 0.19 | 233.53 | 0.98 | 0.41 |
| Hex | 2 | 18 | CE | 63 | 58 | 0 | 13 | EA | 62 | 29 |
| Octal | 2 | 30 | 316 | 143 | 130 | 0 | 23 | 352 | 142 | 51 |
| Binary | 10 | 11000 | 11001110 | 1100011 | 1011000 | 0 | 10011 | 11101010 | 1100010 | 101001 |
Color Harmonies of #0218CE
Complementary color
Monochromatic Colors of #0218CE
Black with #0218CE
Text Example
Text Example
White with #0218CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0218CE; }
p { color: rgb(2,24,206); }
H1.HeaderClassName
{
color: #0218CE;
}
.AnyTagClassName
{
color: #0218CE;
}
</style>
background-color css
<style>
a { background-color: #0218CE; }
a { background-color: rgb(2,24,206); }
div.DivClassName
{
background-color: #0218CE;
}
.BgClassName
{
background-color: #0218CE;
}
</style>
border-color css
<style>
span { border-color: #0218CE; }
span { border-color: rgb(2,24,206); }
td.TdClassName
{
border-color: #0218CE;
}
.TagClassName
{
border-color: #0218CE;
}
</style>