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