Shades of Medium Blue #2109D6
Tints of Medium Blue #2109D6
RGB
CMYK
RGB Variations
Color information
#2109D6 (or 0x2109D6) is known color: Medium Blue. HEX triplet: 21, 09 and D6. RGB value is (33,9,214). Sum of RGB (Red+Green+Blue) = 33+9+214=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 214 (83.98% from 255 or 83.59% from 256); Max value from RGB is 214 - color contains mainly: blue. Hex color #2109D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2109D6 is #DEF629. Grayscale: #262626. Windows color (decimal): -14612010 or 14027041. OLE color: 14027041.
HSL color Cylindrical-coordinate representation of color #2109D6: hue angle of 247.02º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2109D6 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 9 | 214 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.16 |
| HSL | 247.02º | 0.92% | 0.44% | - |
| HSV(B) | 247.02º | 0.96% | 0.84% | - |
| XYZ | 12.86 | 5.37 | 63.98 | - |
| YUV | 39.55 | 226.45 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 214 | 0.85 | 0.96 | 0 | 0.16 | 247.02 | 0.92 | 0.44 |
| Hex | 21 | 9 | D6 | 55 | 60 | 0 | 10 | F7 | 5C | 2C |
| Octal | 41 | 11 | 326 | 125 | 140 | 0 | 20 | 367 | 134 | 54 |
| Binary | 100001 | 1001 | 11010110 | 1010101 | 1100000 | 0 | 10000 | 11110111 | 1011100 | 101100 |
Color Harmonies of #2109D6
Complementary color
Monochromatic Colors of #2109D6
Black with #2109D6
Text Example
Text Example
White with #2109D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2109D6; }
p { color: rgb(33,9,214); }
H1.HeaderClassName
{
color: #2109D6;
}
.AnyTagClassName
{
color: #2109D6;
}
</style>
background-color css
<style>
a { background-color: #2109D6; }
a { background-color: rgb(33,9,214); }
div.DivClassName
{
background-color: #2109D6;
}
.BgClassName
{
background-color: #2109D6;
}
</style>
border-color css
<style>
span { border-color: #2109D6; }
span { border-color: rgb(33,9,214); }
td.TdClassName
{
border-color: #2109D6;
}
.TagClassName
{
border-color: #2109D6;
}
</style>