Shades of Blue #0218FF
Tints of Blue #0218FF
RGB
CMYK
RGB Variations
Color information
#0218FF (or 0x0218FF) is known color: Blue. HEX triplet: 02, 18 and FF. RGB value is (2,24,255). Sum of RGB (Red+Green+Blue) = 2+24+255=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 255 (100% from 255 or 90.75% from 281); Max value from RGB is 255 - color contains mainly: blue. Hex color #0218FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0218FF is #FDE700. Grayscale: #2A2A2A. Windows color (decimal): -16639745 or 16717826. OLE color: 16717826.
HSL color Cylindrical-coordinate representation of color #0218FF: hue angle of 234.78º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0218FF is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 24 | 255 | - |
| CMYK | 0.99 | 0.91 | 0 | 0 |
| HSL | 234.78º | 1% | 0.5% | - |
| HSV(B) | 234.78º | 0.99% | 1% | - |
| XYZ | 18.4 | 7.89 | 95.16 | - |
| YUV | 43.76 | 247.21 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 255 | 0.99 | 0.91 | 0 | 0 | 234.78 | 1 | 0.5 |
| Hex | 2 | 18 | FF | 63 | 5B | 0 | 0 | EB | 64 | 32 |
| Octal | 2 | 30 | 377 | 143 | 133 | 0 | 0 | 353 | 144 | 62 |
| Binary | 10 | 11000 | 11111111 | 1100011 | 1011011 | 0 | 0 | 11101011 | 1100100 | 110010 |
Color Harmonies of #0218FF
Complementary color
Monochromatic Colors of #0218FF
Black with #0218FF
Text Example
Text Example
White with #0218FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0218FF; }
p { color: rgb(2,24,255); }
H1.HeaderClassName
{
color: #0218FF;
}
.AnyTagClassName
{
color: #0218FF;
}
</style>
background-color css
<style>
a { background-color: #0218FF; }
a { background-color: rgb(2,24,255); }
div.DivClassName
{
background-color: #0218FF;
}
.BgClassName
{
background-color: #0218FF;
}
</style>
border-color css
<style>
span { border-color: #0218FF; }
span { border-color: rgb(2,24,255); }
td.TdClassName
{
border-color: #0218FF;
}
.TagClassName
{
border-color: #0218FF;
}
</style>