Shades of Blue #2213FB
Tints of Blue #2213FB
RGB
CMYK
RGB Variations
Color information
#2213FB (or 0x2213FB) is known color: Blue. HEX triplet: 22, 13 and FB. RGB value is (34,19,251). Sum of RGB (Red+Green+Blue) = 34+19+251=304 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.18% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 251 (98.44% from 255 or 82.57% from 304); Max value from RGB is 251 - color contains mainly: blue. Hex color #2213FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2213FB is #DDEC04. Grayscale: #313131. Windows color (decimal): -14543877 or 16454434. OLE color: 16454434.
HSL color Cylindrical-coordinate representation of color #2213FB: hue angle of 243.88º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2213FB is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 19 | 251 | - |
| CMYK | 0.86 | 0.92 | 0 | 0.02 |
| HSL | 243.88º | 0.97% | 0.53% | - |
| HSV(B) | 243.88º | 0.92% | 0.98% | - |
| XYZ | 18.31 | 7.77 | 91.8 | - |
| YUV | 49.93 | 241.47 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 19 | 251 | 0.86 | 0.92 | 0 | 0.02 | 243.88 | 0.97 | 0.53 |
| Hex | 22 | 13 | FB | 56 | 5C | 0 | 2 | F4 | 61 | 35 |
| Octal | 42 | 23 | 373 | 126 | 134 | 0 | 2 | 364 | 141 | 65 |
| Binary | 100010 | 10011 | 11111011 | 1010110 | 1011100 | 0 | 10 | 11110100 | 1100001 | 110101 |
Color Harmonies of #2213FB
Complementary color
Monochromatic Colors of #2213FB
Black with #2213FB
Text Example
Text Example
White with #2213FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2213FB; }
p { color: rgb(34,19,251); }
H1.HeaderClassName
{
color: #2213FB;
}
.AnyTagClassName
{
color: #2213FB;
}
</style>
background-color css
<style>
a { background-color: #2213FB; }
a { background-color: rgb(34,19,251); }
div.DivClassName
{
background-color: #2213FB;
}
.BgClassName
{
background-color: #2213FB;
}
</style>
border-color css
<style>
span { border-color: #2213FB; }
span { border-color: rgb(34,19,251); }
td.TdClassName
{
border-color: #2213FB;
}
.TagClassName
{
border-color: #2213FB;
}
</style>