Shades of Blue #0213FB
Tints of Blue #0213FB
RGB
CMYK
RGB Variations
Color information
#0213FB (or 0x0213FB) is known color: Blue. HEX triplet: 02, 13 and FB. RGB value is (2,19,251). Sum of RGB (Red+Green+Blue) = 2+19+251=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 251 (98.44% from 255 or 92.28% from 272); Max value from RGB is 251 - color contains mainly: blue. Hex color #0213FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0213FB is #FDEC04. Grayscale: #272727. Windows color (decimal): -16641029 or 16454402. OLE color: 16454402.
HSL color Cylindrical-coordinate representation of color #0213FB: hue angle of 235.9º 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 #0213FB is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 19 | 251 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.02 |
| HSL | 235.9º | 0.98% | 0.5% | - |
| HSV(B) | 235.9º | 0.99% | 0.98% | - |
| XYZ | 17.67 | 7.44 | 91.77 | - |
| YUV | 40.37 | 246.87 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 251 | 0.99 | 0.92 | 0 | 0.02 | 235.9 | 0.98 | 0.5 |
| Hex | 2 | 13 | FB | 63 | 5C | 0 | 2 | EC | 62 | 32 |
| Octal | 2 | 23 | 373 | 143 | 134 | 0 | 2 | 354 | 142 | 62 |
| Binary | 10 | 10011 | 11111011 | 1100011 | 1011100 | 0 | 10 | 11101100 | 1100010 | 110010 |
Color Harmonies of #0213FB
Complementary color
Monochromatic Colors of #0213FB
Black with #0213FB
Text Example
Text Example
White with #0213FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0213FB; }
p { color: rgb(2,19,251); }
H1.HeaderClassName
{
color: #0213FB;
}
.AnyTagClassName
{
color: #0213FB;
}
</style>
background-color css
<style>
a { background-color: #0213FB; }
a { background-color: rgb(2,19,251); }
div.DivClassName
{
background-color: #0213FB;
}
.BgClassName
{
background-color: #0213FB;
}
</style>
border-color css
<style>
span { border-color: #0213FB; }
span { border-color: rgb(2,19,251); }
td.TdClassName
{
border-color: #0213FB;
}
.TagClassName
{
border-color: #0213FB;
}
</style>