Shades of Medium Blue #2609CF
Tints of Medium Blue #2609CF
RGB
CMYK
RGB Variations
Color information
#2609CF (or 0x2609CF) is known color: Medium Blue. HEX triplet: 26, 09 and CF. RGB value is (38,9,207). Sum of RGB (Red+Green+Blue) = 38+9+207=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 207 (81.25% from 255 or 81.50% from 254); Max value from RGB is 207 - color contains mainly: blue. Hex color #2609CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2609CF is #D9F630. Grayscale: #272727. Windows color (decimal): -14284337 or 13568294. OLE color: 13568294.
HSL color Cylindrical-coordinate representation of color #2609CF: hue angle of 248.79º 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 #2609CF is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 9 | 207 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.19 |
| HSL | 248.79º | 0.92% | 0.42% | - |
| HSV(B) | 248.79º | 0.96% | 0.81% | - |
| XYZ | 12.16 | 5.11 | 59.38 | - |
| YUV | 40.24 | 222.11 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 9 | 207 | 0.82 | 0.96 | 0 | 0.19 | 248.79 | 0.92 | 0.42 |
| Hex | 26 | 9 | CF | 52 | 60 | 0 | 13 | F9 | 5C | 2A |
| Octal | 46 | 11 | 317 | 122 | 140 | 0 | 23 | 371 | 134 | 52 |
| Binary | 100110 | 1001 | 11001111 | 1010010 | 1100000 | 0 | 10011 | 11111001 | 1011100 | 101010 |
Color Harmonies of #2609CF
Complementary color
Monochromatic Colors of #2609CF
Black with #2609CF
Text Example
Text Example
White with #2609CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2609CF; }
p { color: rgb(38,9,207); }
H1.HeaderClassName
{
color: #2609CF;
}
.AnyTagClassName
{
color: #2609CF;
}
</style>
background-color css
<style>
a { background-color: #2609CF; }
a { background-color: rgb(38,9,207); }
div.DivClassName
{
background-color: #2609CF;
}
.BgClassName
{
background-color: #2609CF;
}
</style>
border-color css
<style>
span { border-color: #2609CF; }
span { border-color: rgb(38,9,207); }
td.TdClassName
{
border-color: #2609CF;
}
.TagClassName
{
border-color: #2609CF;
}
</style>