Shades of Medium Blue #2109CF
Tints of Medium Blue #2109CF
RGB
CMYK
RGB Variations
Color information
#2109CF (or 0x2109CF) is known color: Medium Blue. HEX triplet: 21, 09 and CF. RGB value is (33,9,207). Sum of RGB (Red+Green+Blue) = 33+9+207=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 207 (81.25% from 255 or 83.13% from 249); Max value from RGB is 207 - color contains mainly: blue. Hex color #2109CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2109CF is #DEF630. Grayscale: #252525. Windows color (decimal): -14612017 or 13568289. OLE color: 13568289.
HSL color Cylindrical-coordinate representation of color #2109CF: hue angle of 247.27º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2109CF is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 9 | 207 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.19 |
| HSL | 247.27º | 0.92% | 0.42% | - |
| HSV(B) | 247.27º | 0.96% | 0.81% | - |
| XYZ | 11.99 | 5.02 | 59.37 | - |
| YUV | 38.75 | 222.95 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 207 | 0.84 | 0.96 | 0 | 0.19 | 247.27 | 0.92 | 0.42 |
| Hex | 21 | 9 | CF | 54 | 60 | 0 | 13 | F7 | 5C | 2A |
| Octal | 41 | 11 | 317 | 124 | 140 | 0 | 23 | 367 | 134 | 52 |
| Binary | 100001 | 1001 | 11001111 | 1010100 | 1100000 | 0 | 10011 | 11110111 | 1011100 | 101010 |
Color Harmonies of #2109CF
Complementary color
Monochromatic Colors of #2109CF
Black with #2109CF
Text Example
Text Example
White with #2109CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2109CF; }
p { color: rgb(33,9,207); }
H1.HeaderClassName
{
color: #2109CF;
}
.AnyTagClassName
{
color: #2109CF;
}
</style>
background-color css
<style>
a { background-color: #2109CF; }
a { background-color: rgb(33,9,207); }
div.DivClassName
{
background-color: #2109CF;
}
.BgClassName
{
background-color: #2109CF;
}
</style>
border-color css
<style>
span { border-color: #2109CF; }
span { border-color: rgb(33,9,207); }
td.TdClassName
{
border-color: #2109CF;
}
.TagClassName
{
border-color: #2109CF;
}
</style>