Shades of Blue #2109EE
Tints of Blue #2109EE
RGB
CMYK
RGB Variations
Color information
#2109EE (or 0x2109EE) is known color: Blue. HEX triplet: 21, 09 and EE. RGB value is (33,9,238). Sum of RGB (Red+Green+Blue) = 33+9+238=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 238 (93.36% from 255 or 85% from 280); Max value from RGB is 238 - color contains mainly: blue. Hex color #2109EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2109EE is #DEF611. Grayscale: #292929. Windows color (decimal): -14611986 or 15599905. OLE color: 15599905.
HSL color Cylindrical-coordinate representation of color #2109EE: hue angle of 246.29º 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 #2109EE is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 9 | 238 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.07 |
| HSL | 246.29º | 0.93% | 0.48% | - |
| HSV(B) | 246.29º | 0.96% | 0.93% | - |
| XYZ | 16.16 | 6.69 | 81.33 | - |
| YUV | 42.28 | 238.45 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 238 | 0.86 | 0.96 | 0 | 0.07 | 246.29 | 0.93 | 0.48 |
| Hex | 21 | 9 | EE | 56 | 60 | 0 | 7 | F6 | 5D | 30 |
| Octal | 41 | 11 | 356 | 126 | 140 | 0 | 7 | 366 | 135 | 60 |
| Binary | 100001 | 1001 | 11101110 | 1010110 | 1100000 | 0 | 111 | 11110110 | 1011101 | 110000 |
Color Harmonies of #2109EE
Complementary color
Monochromatic Colors of #2109EE
Black with #2109EE
Text Example
Text Example
White with #2109EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2109EE; }
p { color: rgb(33,9,238); }
H1.HeaderClassName
{
color: #2109EE;
}
.AnyTagClassName
{
color: #2109EE;
}
</style>
background-color css
<style>
a { background-color: #2109EE; }
a { background-color: rgb(33,9,238); }
div.DivClassName
{
background-color: #2109EE;
}
.BgClassName
{
background-color: #2109EE;
}
</style>
border-color css
<style>
span { border-color: #2109EE; }
span { border-color: rgb(33,9,238); }
td.TdClassName
{
border-color: #2109EE;
}
.TagClassName
{
border-color: #2109EE;
}
</style>