Shades of Medium Blue #0218BD
Tints of Medium Blue #0218BD
RGB
CMYK
RGB Variations
Color information
#0218BD (or 0x0218BD) is known color: Medium Blue. HEX triplet: 02, 18 and BD. RGB value is (2,24,189). Sum of RGB (Red+Green+Blue) = 2+24+189=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 189 (74.22% from 255 or 87.91% from 215); Max value from RGB is 189 - color contains mainly: blue. Hex color #0218BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0218BD is #FDE742. Grayscale: #232323. Windows color (decimal): -16639811 or 12392450. OLE color: 12392450.
HSL color Cylindrical-coordinate representation of color #0218BD: hue angle of 232.94º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0218BD is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 24 | 189 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.26 |
| HSL | 232.94º | 0.98% | 0.37% | - |
| HSV(B) | 232.94º | 0.99% | 0.74% | - |
| XYZ | 9.54 | 4.34 | 48.48 | - |
| YUV | 36.23 | 214.21 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 189 | 0.99 | 0.87 | 0 | 0.26 | 232.94 | 0.98 | 0.37 |
| Hex | 2 | 18 | BD | 63 | 57 | 0 | 1A | E9 | 62 | 25 |
| Octal | 2 | 30 | 275 | 143 | 127 | 0 | 32 | 351 | 142 | 45 |
| Binary | 10 | 11000 | 10111101 | 1100011 | 1010111 | 0 | 11010 | 11101001 | 1100010 | 100101 |
Color Harmonies of #0218BD
Complementary color
Monochromatic Colors of #0218BD
Black with #0218BD
Text Example
Text Example
White with #0218BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0218BD; }
p { color: rgb(2,24,189); }
H1.HeaderClassName
{
color: #0218BD;
}
.AnyTagClassName
{
color: #0218BD;
}
</style>
background-color css
<style>
a { background-color: #0218BD; }
a { background-color: rgb(2,24,189); }
div.DivClassName
{
background-color: #0218BD;
}
.BgClassName
{
background-color: #0218BD;
}
</style>
border-color css
<style>
span { border-color: #0218BD; }
span { border-color: rgb(2,24,189); }
td.TdClassName
{
border-color: #0218BD;
}
.TagClassName
{
border-color: #0218BD;
}
</style>