Shades of Medium Blue #2109DF
Tints of Medium Blue #2109DF
RGB
CMYK
RGB Variations
Color information
#2109DF (or 0x2109DF) is known color: Medium Blue. HEX triplet: 21, 09 and DF. RGB value is (33,9,223). Sum of RGB (Red+Green+Blue) = 33+9+223=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 223 (87.5% from 255 or 84.15% from 265); Max value from RGB is 223 - color contains mainly: blue. Hex color #2109DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2109DF is #DEF620. Grayscale: #272727. Windows color (decimal): -14612001 or 14616865. OLE color: 14616865.
HSL color Cylindrical-coordinate representation of color #2109DF: hue angle of 246.73º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2109DF is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 9 | 223 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.13 |
| HSL | 246.73º | 0.92% | 0.45% | - |
| HSV(B) | 246.73º | 0.96% | 0.87% | - |
| XYZ | 14.04 | 5.85 | 70.2 | - |
| YUV | 40.57 | 230.95 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 223 | 0.85 | 0.96 | 0 | 0.13 | 246.73 | 0.92 | 0.45 |
| Hex | 21 | 9 | DF | 55 | 60 | 0 | D | F7 | 5C | 2D |
| Octal | 41 | 11 | 337 | 125 | 140 | 0 | 15 | 367 | 134 | 55 |
| Binary | 100001 | 1001 | 11011111 | 1010101 | 1100000 | 0 | 1101 | 11110111 | 1011100 | 101101 |
Color Harmonies of #2109DF
Complementary color
Monochromatic Colors of #2109DF
Black with #2109DF
Text Example
Text Example
White with #2109DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2109DF; }
p { color: rgb(33,9,223); }
H1.HeaderClassName
{
color: #2109DF;
}
.AnyTagClassName
{
color: #2109DF;
}
</style>
background-color css
<style>
a { background-color: #2109DF; }
a { background-color: rgb(33,9,223); }
div.DivClassName
{
background-color: #2109DF;
}
.BgClassName
{
background-color: #2109DF;
}
</style>
border-color css
<style>
span { border-color: #2109DF; }
span { border-color: rgb(33,9,223); }
td.TdClassName
{
border-color: #2109DF;
}
.TagClassName
{
border-color: #2109DF;
}
</style>