Shades of Blue #0212FD
Tints of Blue #0212FD
RGB
CMYK
RGB Variations
Color information
#0212FD (or 0x0212FD) is known color: Blue. HEX triplet: 02, 12 and FD. RGB value is (2,18,253). Sum of RGB (Red+Green+Blue) = 2+18+253=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 253 (99.22% from 255 or 92.67% from 273); Max value from RGB is 253 - color contains mainly: blue. Hex color #0212FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0212FD is #FDED02. Grayscale: #272727. Windows color (decimal): -16641283 or 16585218. OLE color: 16585218.
HSL color Cylindrical-coordinate representation of color #0212FD: hue angle of 236.18º 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 #0212FD is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 18 | 253 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.01 |
| HSL | 236.18º | 0.98% | 0.5% | - |
| HSV(B) | 236.18º | 0.99% | 0.99% | - |
| XYZ | 17.97 | 7.54 | 93.44 | - |
| YUV | 40.01 | 248.2 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 253 | 0.99 | 0.93 | 0 | 0.01 | 236.18 | 0.98 | 0.5 |
| Hex | 2 | 12 | FD | 63 | 5D | 0 | 1 | EC | 62 | 32 |
| Octal | 2 | 22 | 375 | 143 | 135 | 0 | 1 | 354 | 142 | 62 |
| Binary | 10 | 10010 | 11111101 | 1100011 | 1011101 | 0 | 1 | 11101100 | 1100010 | 110010 |
Color Harmonies of #0212FD
Complementary color
Monochromatic Colors of #0212FD
Black with #0212FD
Text Example
Text Example
White with #0212FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0212FD; }
p { color: rgb(2,18,253); }
H1.HeaderClassName
{
color: #0212FD;
}
.AnyTagClassName
{
color: #0212FD;
}
</style>
background-color css
<style>
a { background-color: #0212FD; }
a { background-color: rgb(2,18,253); }
div.DivClassName
{
background-color: #0212FD;
}
.BgClassName
{
background-color: #0212FD;
}
</style>
border-color css
<style>
span { border-color: #0212FD; }
span { border-color: rgb(2,18,253); }
td.TdClassName
{
border-color: #0212FD;
}
.TagClassName
{
border-color: #0212FD;
}
</style>