Shades of Blue #0213FC
Tints of Blue #0213FC
RGB
CMYK
RGB Variations
Color information
#0213FC (or 0x0213FC) is known color: Blue. HEX triplet: 02, 13 and FC. RGB value is (2,19,252). Sum of RGB (Red+Green+Blue) = 2+19+252=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 252 (98.83% from 255 or 92.31% from 273); Max value from RGB is 252 - color contains mainly: blue. Hex color #0213FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0213FC is #FDEC03. Grayscale: #272727. Windows color (decimal): -16641028 or 16519938. OLE color: 16519938.
HSL color Cylindrical-coordinate representation of color #0213FC: hue angle of 235.92º 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 #0213FC is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 19 | 252 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.01 |
| HSL | 235.92º | 0.98% | 0.5% | - |
| HSV(B) | 235.92º | 0.99% | 0.99% | - |
| XYZ | 17.83 | 7.51 | 92.6 | - |
| YUV | 40.48 | 247.37 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 252 | 0.99 | 0.92 | 0 | 0.01 | 235.92 | 0.98 | 0.5 |
| Hex | 2 | 13 | FC | 63 | 5C | 0 | 1 | EC | 62 | 32 |
| Octal | 2 | 23 | 374 | 143 | 134 | 0 | 1 | 354 | 142 | 62 |
| Binary | 10 | 10011 | 11111100 | 1100011 | 1011100 | 0 | 1 | 11101100 | 1100010 | 110010 |
Color Harmonies of #0213FC
Complementary color
Monochromatic Colors of #0213FC
Black with #0213FC
Text Example
Text Example
White with #0213FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0213FC; }
p { color: rgb(2,19,252); }
H1.HeaderClassName
{
color: #0213FC;
}
.AnyTagClassName
{
color: #0213FC;
}
</style>
background-color css
<style>
a { background-color: #0213FC; }
a { background-color: rgb(2,19,252); }
div.DivClassName
{
background-color: #0213FC;
}
.BgClassName
{
background-color: #0213FC;
}
</style>
border-color css
<style>
span { border-color: #0213FC; }
span { border-color: rgb(2,19,252); }
td.TdClassName
{
border-color: #0213FC;
}
.TagClassName
{
border-color: #0213FC;
}
</style>