Shades of Blue #0214F0
Tints of Blue #0214F0
RGB
CMYK
RGB Variations
Color information
#0214F0 (or 0x0214F0) is known color: Blue. HEX triplet: 02, 14 and F0. RGB value is (2,20,240). Sum of RGB (Red+Green+Blue) = 2+20+240=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 240 (94.14% from 255 or 91.60% from 262); Max value from RGB is 240 - color contains mainly: blue. Hex color #0214F0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0214F0 is #FDEB0F. Grayscale: #262626. Windows color (decimal): -16640784 or 15733762. OLE color: 15733762.
HSL color Cylindrical-coordinate representation of color #0214F0: hue angle of 235.46º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0214F0 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 20 | 240 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.06 |
| HSL | 235.46º | 0.98% | 0.47% | - |
| HSV(B) | 235.46º | 0.99% | 0.94% | - |
| XYZ | 16 | 6.8 | 82.91 | - |
| YUV | 39.7 | 241.04 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 240 | 0.99 | 0.92 | 0 | 0.06 | 235.46 | 0.98 | 0.47 |
| Hex | 2 | 14 | F0 | 63 | 5C | 0 | 6 | EB | 62 | 2F |
| Octal | 2 | 24 | 360 | 143 | 134 | 0 | 6 | 353 | 142 | 57 |
| Binary | 10 | 10100 | 11110000 | 1100011 | 1011100 | 0 | 110 | 11101011 | 1100010 | 101111 |
Color Harmonies of #0214F0
Complementary color
Monochromatic Colors of #0214F0
Black with #0214F0
Text Example
Text Example
White with #0214F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0214F0; }
p { color: rgb(2,20,240); }
H1.HeaderClassName
{
color: #0214F0;
}
.AnyTagClassName
{
color: #0214F0;
}
</style>
background-color css
<style>
a { background-color: #0214F0; }
a { background-color: rgb(2,20,240); }
div.DivClassName
{
background-color: #0214F0;
}
.BgClassName
{
background-color: #0214F0;
}
</style>
border-color css
<style>
span { border-color: #0214F0; }
span { border-color: rgb(2,20,240); }
td.TdClassName
{
border-color: #0214F0;
}
.TagClassName
{
border-color: #0214F0;
}
</style>