Shades of Blue #0210EB
Tints of Blue #0210EB
RGB
CMYK
RGB Variations
Color information
#0210EB (or 0x0210EB) is known color: Blue. HEX triplet: 02, 10 and EB. RGB value is (2,16,235). Sum of RGB (Red+Green+Blue) = 2+16+235=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 235 (92.19% from 255 or 92.89% from 253); Max value from RGB is 235 - color contains mainly: blue. Hex color #0210EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0210EB is #FDEF14. Grayscale: #232323. Windows color (decimal): -16641813 or 15405058. OLE color: 15405058.
HSL color Cylindrical-coordinate representation of color #0210EB: hue angle of 236.39º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0210EB is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 16 | 235 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.08 |
| HSL | 236.39º | 0.98% | 0.46% | - |
| HSV(B) | 236.39º | 0.99% | 0.92% | - |
| XYZ | 15.21 | 6.38 | 79.03 | - |
| YUV | 36.78 | 239.86 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 235 | 0.99 | 0.93 | 0 | 0.08 | 236.39 | 0.98 | 0.46 |
| Hex | 2 | 10 | EB | 63 | 5D | 0 | 8 | EC | 62 | 2E |
| Octal | 2 | 20 | 353 | 143 | 135 | 0 | 10 | 354 | 142 | 56 |
| Binary | 10 | 10000 | 11101011 | 1100011 | 1011101 | 0 | 1000 | 11101100 | 1100010 | 101110 |
Color Harmonies of #0210EB
Complementary color
Monochromatic Colors of #0210EB
Black with #0210EB
Text Example
Text Example
White with #0210EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0210EB; }
p { color: rgb(2,16,235); }
H1.HeaderClassName
{
color: #0210EB;
}
.AnyTagClassName
{
color: #0210EB;
}
</style>
background-color css
<style>
a { background-color: #0210EB; }
a { background-color: rgb(2,16,235); }
div.DivClassName
{
background-color: #0210EB;
}
.BgClassName
{
background-color: #0210EB;
}
</style>
border-color css
<style>
span { border-color: #0210EB; }
span { border-color: rgb(2,16,235); }
td.TdClassName
{
border-color: #0210EB;
}
.TagClassName
{
border-color: #0210EB;
}
</style>