Shades of Blue #0210FD
Tints of Blue #0210FD
RGB
CMYK
RGB Variations
Color information
#0210FD (or 0x0210FD) is known color: Blue. HEX triplet: 02, 10 and FD. RGB value is (2,16,253). Sum of RGB (Red+Green+Blue) = 2+16+253=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 253 (99.22% from 255 or 93.36% from 271); Max value from RGB is 253 - color contains mainly: blue. Hex color #0210FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0210FD is #FDEF02. Grayscale: #252525. Windows color (decimal): -16641795 or 16584706. OLE color: 16584706.
HSL color Cylindrical-coordinate representation of color #0210FD: hue angle of 236.65º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0210FD is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 16 | 253 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.01 |
| HSL | 236.65º | 0.98% | 0.5% | - |
| HSV(B) | 236.65º | 0.99% | 0.99% | - |
| XYZ | 17.94 | 7.48 | 93.43 | - |
| YUV | 38.83 | 248.86 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 253 | 0.99 | 0.94 | 0 | 0.01 | 236.65 | 0.98 | 0.5 |
| Hex | 2 | 10 | FD | 63 | 5E | 0 | 1 | ED | 62 | 32 |
| Octal | 2 | 20 | 375 | 143 | 136 | 0 | 1 | 355 | 142 | 62 |
| Binary | 10 | 10000 | 11111101 | 1100011 | 1011110 | 0 | 1 | 11101101 | 1100010 | 110010 |
Color Harmonies of #0210FD
Complementary color
Monochromatic Colors of #0210FD
Black with #0210FD
Text Example
Text Example
White with #0210FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0210FD; }
p { color: rgb(2,16,253); }
H1.HeaderClassName
{
color: #0210FD;
}
.AnyTagClassName
{
color: #0210FD;
}
</style>
background-color css
<style>
a { background-color: #0210FD; }
a { background-color: rgb(2,16,253); }
div.DivClassName
{
background-color: #0210FD;
}
.BgClassName
{
background-color: #0210FD;
}
</style>
border-color css
<style>
span { border-color: #0210FD; }
span { border-color: rgb(2,16,253); }
td.TdClassName
{
border-color: #0210FD;
}
.TagClassName
{
border-color: #0210FD;
}
</style>