Shades of Blue #0211FD
Tints of Blue #0211FD
RGB
CMYK
RGB Variations
Color information
#0211FD (or 0x0211FD) is known color: Blue. HEX triplet: 02, 11 and FD. RGB value is (2,17,253). Sum of RGB (Red+Green+Blue) = 2+17+253=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 253 (99.22% from 255 or 93.01% from 272); Max value from RGB is 253 - color contains mainly: blue. Hex color #0211FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0211FD is #FDEE02. Grayscale: #262626. Windows color (decimal): -16641539 or 16584962. OLE color: 16584962.
HSL color Cylindrical-coordinate representation of color #0211FD: hue angle of 236.41º 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 #0211FD is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 17 | 253 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.01 |
| HSL | 236.41º | 0.98% | 0.5% | - |
| HSV(B) | 236.41º | 0.99% | 0.99% | - |
| XYZ | 17.96 | 7.51 | 93.43 | - |
| YUV | 39.42 | 248.53 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 253 | 0.99 | 0.93 | 0 | 0.01 | 236.41 | 0.98 | 0.5 |
| Hex | 2 | 11 | FD | 63 | 5D | 0 | 1 | EC | 62 | 32 |
| Octal | 2 | 21 | 375 | 143 | 135 | 0 | 1 | 354 | 142 | 62 |
| Binary | 10 | 10001 | 11111101 | 1100011 | 1011101 | 0 | 1 | 11101100 | 1100010 | 110010 |
Color Harmonies of #0211FD
Complementary color
Monochromatic Colors of #0211FD
Black with #0211FD
Text Example
Text Example
White with #0211FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0211FD; }
p { color: rgb(2,17,253); }
H1.HeaderClassName
{
color: #0211FD;
}
.AnyTagClassName
{
color: #0211FD;
}
</style>
background-color css
<style>
a { background-color: #0211FD; }
a { background-color: rgb(2,17,253); }
div.DivClassName
{
background-color: #0211FD;
}
.BgClassName
{
background-color: #0211FD;
}
</style>
border-color css
<style>
span { border-color: #0211FD; }
span { border-color: rgb(2,17,253); }
td.TdClassName
{
border-color: #0211FD;
}
.TagClassName
{
border-color: #0211FD;
}
</style>