Shades of Blue #0218EC
Tints of Blue #0218EC
RGB
CMYK
RGB Variations
Color information
#0218EC (or 0x0218EC) is known color: Blue. HEX triplet: 02, 18 and EC. RGB value is (2,24,236). Sum of RGB (Red+Green+Blue) = 2+24+236=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 236 (92.58% from 255 or 90.08% from 262); Max value from RGB is 236 - color contains mainly: blue. Hex color #0218EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0218EC is #FDE713. Grayscale: #282828. Windows color (decimal): -16639764 or 15472642. OLE color: 15472642.
HSL color Cylindrical-coordinate representation of color #0218EC: hue angle of 234.36º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0218EC is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 24 | 236 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.07 |
| HSL | 234.36º | 0.98% | 0.47% | - |
| HSV(B) | 234.36º | 0.99% | 0.93% | - |
| XYZ | 15.49 | 6.72 | 79.84 | - |
| YUV | 41.59 | 237.71 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 236 | 0.99 | 0.90 | 0 | 0.07 | 234.36 | 0.98 | 0.47 |
| Hex | 2 | 18 | EC | 63 | 5A | 0 | 7 | EA | 62 | 2F |
| Octal | 2 | 30 | 354 | 143 | 132 | 0 | 7 | 352 | 142 | 57 |
| Binary | 10 | 11000 | 11101100 | 1100011 | 1011010 | 0 | 111 | 11101010 | 1100010 | 101111 |
Color Harmonies of #0218EC
Complementary color
Monochromatic Colors of #0218EC
Black with #0218EC
Text Example
Text Example
White with #0218EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0218EC; }
p { color: rgb(2,24,236); }
H1.HeaderClassName
{
color: #0218EC;
}
.AnyTagClassName
{
color: #0218EC;
}
</style>
background-color css
<style>
a { background-color: #0218EC; }
a { background-color: rgb(2,24,236); }
div.DivClassName
{
background-color: #0218EC;
}
.BgClassName
{
background-color: #0218EC;
}
</style>
border-color css
<style>
span { border-color: #0218EC; }
span { border-color: rgb(2,24,236); }
td.TdClassName
{
border-color: #0218EC;
}
.TagClassName
{
border-color: #0218EC;
}
</style>