Shades of Medium Blue #2607CE
Tints of Medium Blue #2607CE
RGB
CMYK
RGB Variations
Color information
#2607CE (or 0x2607CE) is known color: Medium Blue. HEX triplet: 26, 07 and CE. RGB value is (38,7,206). Sum of RGB (Red+Green+Blue) = 38+7+206=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 206 (80.86% from 255 or 82.07% from 251); Max value from RGB is 206 - color contains mainly: blue. Hex color #2607CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2607CE is #D9F831. Grayscale: #262626. Windows color (decimal): -14284850 or 13502246. OLE color: 13502246.
HSL color Cylindrical-coordinate representation of color #2607CE: hue angle of 249.35º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2607CE is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 7 | 206 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.19 |
| HSL | 249.35º | 0.93% | 0.42% | - |
| HSV(B) | 249.35º | 0.97% | 0.81% | - |
| XYZ | 12.02 | 5.02 | 58.73 | - |
| YUV | 38.96 | 222.27 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 7 | 206 | 0.82 | 0.97 | 0 | 0.19 | 249.35 | 0.93 | 0.42 |
| Hex | 26 | 7 | CE | 52 | 61 | 0 | 13 | F9 | 5D | 2A |
| Octal | 46 | 7 | 316 | 122 | 141 | 0 | 23 | 371 | 135 | 52 |
| Binary | 100110 | 111 | 11001110 | 1010010 | 1100001 | 0 | 10011 | 11111001 | 1011101 | 101010 |
Color Harmonies of #2607CE
Complementary color
Monochromatic Colors of #2607CE
Black with #2607CE
Text Example
Text Example
White with #2607CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2607CE; }
p { color: rgb(38,7,206); }
H1.HeaderClassName
{
color: #2607CE;
}
.AnyTagClassName
{
color: #2607CE;
}
</style>
background-color css
<style>
a { background-color: #2607CE; }
a { background-color: rgb(38,7,206); }
div.DivClassName
{
background-color: #2607CE;
}
.BgClassName
{
background-color: #2607CE;
}
</style>
border-color css
<style>
span { border-color: #2607CE; }
span { border-color: rgb(38,7,206); }
td.TdClassName
{
border-color: #2607CE;
}
.TagClassName
{
border-color: #2607CE;
}
</style>