Shades of Medium Blue #2609CB
Tints of Medium Blue #2609CB
RGB
CMYK
RGB Variations
Color information
#2609CB (or 0x2609CB) is known color: Medium Blue. HEX triplet: 26, 09 and CB. RGB value is (38,9,203). Sum of RGB (Red+Green+Blue) = 38+9+203=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 203 (79.69% from 255 or 81.2% from 250); Max value from RGB is 203 - color contains mainly: blue. Hex color #2609CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2609CB is #D9F634. Grayscale: #272727. Windows color (decimal): -14284341 or 13306150. OLE color: 13306150.
HSL color Cylindrical-coordinate representation of color #2609CB: hue angle of 248.97º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2609CB is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 9 | 203 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.20 |
| HSL | 248.97º | 0.92% | 0.42% | - |
| HSV(B) | 248.97º | 0.96% | 0.8% | - |
| XYZ | 11.68 | 4.92 | 56.83 | - |
| YUV | 39.79 | 220.11 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 9 | 203 | 0.81 | 0.96 | 0 | 0.20 | 248.97 | 0.92 | 0.42 |
| Hex | 26 | 9 | CB | 51 | 60 | 0 | 14 | F9 | 5C | 2A |
| Octal | 46 | 11 | 313 | 121 | 140 | 0 | 24 | 371 | 134 | 52 |
| Binary | 100110 | 1001 | 11001011 | 1010001 | 1100000 | 0 | 10100 | 11111001 | 1011100 | 101010 |
Color Harmonies of #2609CB
Complementary color
Monochromatic Colors of #2609CB
Black with #2609CB
Text Example
Text Example
White with #2609CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2609CB; }
p { color: rgb(38,9,203); }
H1.HeaderClassName
{
color: #2609CB;
}
.AnyTagClassName
{
color: #2609CB;
}
</style>
background-color css
<style>
a { background-color: #2609CB; }
a { background-color: rgb(38,9,203); }
div.DivClassName
{
background-color: #2609CB;
}
.BgClassName
{
background-color: #2609CB;
}
</style>
border-color css
<style>
span { border-color: #2609CB; }
span { border-color: rgb(38,9,203); }
td.TdClassName
{
border-color: #2609CB;
}
.TagClassName
{
border-color: #2609CB;
}
</style>