Shades of Blue #2109E6
Tints of Blue #2109E6
RGB
CMYK
RGB Variations
Color information
#2109E6 (or 0x2109E6) is known color: Blue. HEX triplet: 21, 09 and E6. RGB value is (33,9,230). Sum of RGB (Red+Green+Blue) = 33+9+230=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 230 (90.23% from 255 or 84.56% from 272); Max value from RGB is 230 - color contains mainly: blue. Hex color #2109E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2109E6 is #DEF619. Grayscale: #282828. Windows color (decimal): -14611994 or 15075617. OLE color: 15075617.
HSL color Cylindrical-coordinate representation of color #2109E6: hue angle of 246.52º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2109E6 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 9 | 230 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.10 |
| HSL | 246.52º | 0.92% | 0.47% | - |
| HSV(B) | 246.52º | 0.96% | 0.9% | - |
| XYZ | 15.01 | 6.23 | 75.27 | - |
| YUV | 41.37 | 234.45 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 230 | 0.86 | 0.96 | 0 | 0.10 | 246.52 | 0.92 | 0.47 |
| Hex | 21 | 9 | E6 | 56 | 60 | 0 | A | F7 | 5C | 2F |
| Octal | 41 | 11 | 346 | 126 | 140 | 0 | 12 | 367 | 134 | 57 |
| Binary | 100001 | 1001 | 11100110 | 1010110 | 1100000 | 0 | 1010 | 11110111 | 1011100 | 101111 |
Color Harmonies of #2109E6
Complementary color
Monochromatic Colors of #2109E6
Black with #2109E6
Text Example
Text Example
White with #2109E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2109E6; }
p { color: rgb(33,9,230); }
H1.HeaderClassName
{
color: #2109E6;
}
.AnyTagClassName
{
color: #2109E6;
}
</style>
background-color css
<style>
a { background-color: #2109E6; }
a { background-color: rgb(33,9,230); }
div.DivClassName
{
background-color: #2109E6;
}
.BgClassName
{
background-color: #2109E6;
}
</style>
border-color css
<style>
span { border-color: #2109E6; }
span { border-color: rgb(33,9,230); }
td.TdClassName
{
border-color: #2109E6;
}
.TagClassName
{
border-color: #2109E6;
}
</style>