Shades of Blue #2109ED
Tints of Blue #2109ED
RGB
CMYK
RGB Variations
Color information
#2109ED (or 0x2109ED) is known color: Blue. HEX triplet: 21, 09 and ED. RGB value is (33,9,237). Sum of RGB (Red+Green+Blue) = 33+9+237=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 237 (92.97% from 255 or 84.95% from 279); Max value from RGB is 237 - color contains mainly: blue. Hex color #2109ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2109ED is #DEF612. Grayscale: #292929. Windows color (decimal): -14611987 or 15534369. OLE color: 15534369.
HSL color Cylindrical-coordinate representation of color #2109ED: hue angle of 246.32º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2109ED is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 9 | 237 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.07 |
| HSL | 246.32º | 0.93% | 0.48% | - |
| HSV(B) | 246.32º | 0.96% | 0.93% | - |
| XYZ | 16.01 | 6.63 | 80.56 | - |
| YUV | 42.17 | 237.95 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 237 | 0.86 | 0.96 | 0 | 0.07 | 246.32 | 0.93 | 0.48 |
| Hex | 21 | 9 | ED | 56 | 60 | 0 | 7 | F6 | 5D | 30 |
| Octal | 41 | 11 | 355 | 126 | 140 | 0 | 7 | 366 | 135 | 60 |
| Binary | 100001 | 1001 | 11101101 | 1010110 | 1100000 | 0 | 111 | 11110110 | 1011101 | 110000 |
Color Harmonies of #2109ED
Complementary color
Monochromatic Colors of #2109ED
Black with #2109ED
Text Example
Text Example
White with #2109ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2109ED; }
p { color: rgb(33,9,237); }
H1.HeaderClassName
{
color: #2109ED;
}
.AnyTagClassName
{
color: #2109ED;
}
</style>
background-color css
<style>
a { background-color: #2109ED; }
a { background-color: rgb(33,9,237); }
div.DivClassName
{
background-color: #2109ED;
}
.BgClassName
{
background-color: #2109ED;
}
</style>
border-color css
<style>
span { border-color: #2109ED; }
span { border-color: rgb(33,9,237); }
td.TdClassName
{
border-color: #2109ED;
}
.TagClassName
{
border-color: #2109ED;
}
</style>