Shades of Medium Blue #0218CB
Tints of Medium Blue #0218CB
RGB
CMYK
RGB Variations
Color information
#0218CB (or 0x0218CB) is known color: Medium Blue. HEX triplet: 02, 18 and CB. RGB value is (2,24,203). Sum of RGB (Red+Green+Blue) = 2+24+203=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 203 (79.69% from 255 or 88.65% from 229); Max value from RGB is 203 - color contains mainly: blue. Hex color #0218CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0218CB is #FDE734. Grayscale: #252525. Windows color (decimal): -16639797 or 13309954. OLE color: 13309954.
HSL color Cylindrical-coordinate representation of color #0218CB: hue angle of 233.43º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0218CB is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 24 | 203 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.20 |
| HSL | 233.43º | 0.98% | 0.4% | - |
| HSV(B) | 233.43º | 0.99% | 0.8% | - |
| XYZ | 11.13 | 4.98 | 56.87 | - |
| YUV | 37.83 | 221.21 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 203 | 0.99 | 0.88 | 0 | 0.20 | 233.43 | 0.98 | 0.4 |
| Hex | 2 | 18 | CB | 63 | 58 | 0 | 14 | E9 | 62 | 28 |
| Octal | 2 | 30 | 313 | 143 | 130 | 0 | 24 | 351 | 142 | 50 |
| Binary | 10 | 11000 | 11001011 | 1100011 | 1011000 | 0 | 10100 | 11101001 | 1100010 | 101000 |
Color Harmonies of #0218CB
Complementary color
Monochromatic Colors of #0218CB
Black with #0218CB
Text Example
Text Example
White with #0218CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0218CB; }
p { color: rgb(2,24,203); }
H1.HeaderClassName
{
color: #0218CB;
}
.AnyTagClassName
{
color: #0218CB;
}
</style>
background-color css
<style>
a { background-color: #0218CB; }
a { background-color: rgb(2,24,203); }
div.DivClassName
{
background-color: #0218CB;
}
.BgClassName
{
background-color: #0218CB;
}
</style>
border-color css
<style>
span { border-color: #0218CB; }
span { border-color: rgb(2,24,203); }
td.TdClassName
{
border-color: #0218CB;
}
.TagClassName
{
border-color: #0218CB;
}
</style>