Shades of Blue #0212FB
Tints of Blue #0212FB
RGB
CMYK
RGB Variations
Color information
#0212FB (or 0x0212FB) is known color: Blue. HEX triplet: 02, 12 and FB. RGB value is (2,18,251). Sum of RGB (Red+Green+Blue) = 2+18+251=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 251 (98.44% from 255 or 92.62% from 271); Max value from RGB is 251 - color contains mainly: blue. Hex color #0212FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0212FB is #FDED04. Grayscale: #262626. Windows color (decimal): -16641285 or 16454146. OLE color: 16454146.
HSL color Cylindrical-coordinate representation of color #0212FB: hue angle of 236.14º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0212FB is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 18 | 251 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.02 |
| HSL | 236.14º | 0.98% | 0.5% | - |
| HSV(B) | 236.14º | 0.99% | 0.98% | - |
| XYZ | 17.65 | 7.41 | 91.77 | - |
| YUV | 39.78 | 247.2 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 251 | 0.99 | 0.93 | 0 | 0.02 | 236.14 | 0.98 | 0.5 |
| Hex | 2 | 12 | FB | 63 | 5D | 0 | 2 | EC | 62 | 32 |
| Octal | 2 | 22 | 373 | 143 | 135 | 0 | 2 | 354 | 142 | 62 |
| Binary | 10 | 10010 | 11111011 | 1100011 | 1011101 | 0 | 10 | 11101100 | 1100010 | 110010 |
Color Harmonies of #0212FB
Complementary color
Monochromatic Colors of #0212FB
Black with #0212FB
Text Example
Text Example
White with #0212FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0212FB; }
p { color: rgb(2,18,251); }
H1.HeaderClassName
{
color: #0212FB;
}
.AnyTagClassName
{
color: #0212FB;
}
</style>
background-color css
<style>
a { background-color: #0212FB; }
a { background-color: rgb(2,18,251); }
div.DivClassName
{
background-color: #0212FB;
}
.BgClassName
{
background-color: #0212FB;
}
</style>
border-color css
<style>
span { border-color: #0212FB; }
span { border-color: rgb(2,18,251); }
td.TdClassName
{
border-color: #0212FB;
}
.TagClassName
{
border-color: #0212FB;
}
</style>