Shades of Blue #2109EF
Tints of Blue #2109EF
RGB
CMYK
RGB Variations
Color information
#2109EF (or 0x2109EF) is known color: Blue. HEX triplet: 21, 09 and EF. RGB value is (33,9,239). Sum of RGB (Red+Green+Blue) = 33+9+239=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 239 (93.75% from 255 or 85.05% from 281); Max value from RGB is 239 - color contains mainly: blue. Hex color #2109EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2109EF is #DEF610. Grayscale: #292929. Windows color (decimal): -14611985 or 15665441. OLE color: 15665441.
HSL color Cylindrical-coordinate representation of color #2109EF: hue angle of 246.26º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2109EF is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 9 | 239 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.06 |
| HSL | 246.26º | 0.93% | 0.49% | - |
| HSV(B) | 246.26º | 0.96% | 0.94% | - |
| XYZ | 16.3 | 6.75 | 82.11 | - |
| YUV | 42.4 | 238.95 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 239 | 0.86 | 0.96 | 0 | 0.06 | 246.26 | 0.93 | 0.49 |
| Hex | 21 | 9 | EF | 56 | 60 | 0 | 6 | F6 | 5D | 31 |
| Octal | 41 | 11 | 357 | 126 | 140 | 0 | 6 | 366 | 135 | 61 |
| Binary | 100001 | 1001 | 11101111 | 1010110 | 1100000 | 0 | 110 | 11110110 | 1011101 | 110001 |
Color Harmonies of #2109EF
Complementary color
Monochromatic Colors of #2109EF
Black with #2109EF
Text Example
Text Example
White with #2109EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2109EF; }
p { color: rgb(33,9,239); }
H1.HeaderClassName
{
color: #2109EF;
}
.AnyTagClassName
{
color: #2109EF;
}
</style>
background-color css
<style>
a { background-color: #2109EF; }
a { background-color: rgb(33,9,239); }
div.DivClassName
{
background-color: #2109EF;
}
.BgClassName
{
background-color: #2109EF;
}
</style>
border-color css
<style>
span { border-color: #2109EF; }
span { border-color: rgb(33,9,239); }
td.TdClassName
{
border-color: #2109EF;
}
.TagClassName
{
border-color: #2109EF;
}
</style>