Shades of Medium Blue #2609DB
Tints of Medium Blue #2609DB
RGB
CMYK
RGB Variations
Color information
#2609DB (or 0x2609DB) is known color: Medium Blue. HEX triplet: 26, 09 and DB. RGB value is (38,9,219). Sum of RGB (Red+Green+Blue) = 38+9+219=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 219 (85.94% from 255 or 82.33% from 266); Max value from RGB is 219 - color contains mainly: blue. Hex color #2609DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2609DB is #D9F624. Grayscale: #282828. Windows color (decimal): -14284325 or 14354726. OLE color: 14354726.
HSL color Cylindrical-coordinate representation of color #2609DB: hue angle of 248.29º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2609DB is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 9 | 219 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.14 |
| HSL | 248.29º | 0.92% | 0.45% | - |
| HSV(B) | 248.29º | 0.96% | 0.86% | - |
| XYZ | 13.68 | 5.72 | 67.4 | - |
| YUV | 41.61 | 228.11 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 9 | 219 | 0.83 | 0.96 | 0 | 0.14 | 248.29 | 0.92 | 0.45 |
| Hex | 26 | 9 | DB | 53 | 60 | 0 | E | F8 | 5C | 2D |
| Octal | 46 | 11 | 333 | 123 | 140 | 0 | 16 | 370 | 134 | 55 |
| Binary | 100110 | 1001 | 11011011 | 1010011 | 1100000 | 0 | 1110 | 11111000 | 1011100 | 101101 |
Color Harmonies of #2609DB
Complementary color
Monochromatic Colors of #2609DB
Black with #2609DB
Text Example
Text Example
White with #2609DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2609DB; }
p { color: rgb(38,9,219); }
H1.HeaderClassName
{
color: #2609DB;
}
.AnyTagClassName
{
color: #2609DB;
}
</style>
background-color css
<style>
a { background-color: #2609DB; }
a { background-color: rgb(38,9,219); }
div.DivClassName
{
background-color: #2609DB;
}
.BgClassName
{
background-color: #2609DB;
}
</style>
border-color css
<style>
span { border-color: #2609DB; }
span { border-color: rgb(38,9,219); }
td.TdClassName
{
border-color: #2609DB;
}
.TagClassName
{
border-color: #2609DB;
}
</style>