Shades of Blue #2113F7
Tints of Blue #2113F7
RGB
CMYK
RGB Variations
Color information
#2113F7 (or 0x2113F7) is known color: Blue. HEX triplet: 21, 13 and F7. RGB value is (33,19,247). Sum of RGB (Red+Green+Blue) = 33+19+247=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 247 (96.88% from 255 or 82.61% from 299); Max value from RGB is 247 - color contains mainly: blue. Hex color #2113F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2113F7 is #DEEC08. Grayscale: #303030. Windows color (decimal): -14609417 or 16192289. OLE color: 16192289.
HSL color Cylindrical-coordinate representation of color #2113F7: hue angle of 243.68º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2113F7 is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 33 | 19 | 247 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.03 |
| HSL | 243.68º | 0.93% | 0.52% | - |
| HSV(B) | 243.68º | 0.92% | 0.97% | - |
| XYZ | 17.65 | 7.5 | 88.51 | - |
| YUV | 49.18 | 239.64 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 247 | 0.87 | 0.92 | 0 | 0.03 | 243.68 | 0.93 | 0.52 |
| Hex | 21 | 13 | F7 | 57 | 5C | 0 | 3 | F4 | 5D | 34 |
| Octal | 41 | 23 | 367 | 127 | 134 | 0 | 3 | 364 | 135 | 64 |
| Binary | 100001 | 10011 | 11110111 | 1010111 | 1011100 | 0 | 11 | 11110100 | 1011101 | 110100 |
Color Harmonies of #2113F7
Complementary color
Monochromatic Colors of #2113F7
Black with #2113F7
Text Example
Text Example
White with #2113F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2113F7; }
p { color: rgb(33,19,247); }
H1.HeaderClassName
{
color: #2113F7;
}
.AnyTagClassName
{
color: #2113F7;
}
</style>
background-color css
<style>
a { background-color: #2113F7; }
a { background-color: rgb(33,19,247); }
div.DivClassName
{
background-color: #2113F7;
}
.BgClassName
{
background-color: #2113F7;
}
</style>
border-color css
<style>
span { border-color: #2113F7; }
span { border-color: rgb(33,19,247); }
td.TdClassName
{
border-color: #2113F7;
}
.TagClassName
{
border-color: #2113F7;
}
</style>