Shades of Medium Blue #2506CE
Tints of Medium Blue #2506CE
RGB
CMYK
RGB Variations
Color information
#2506CE (or 0x2506CE) is known color: Medium Blue. HEX triplet: 25, 06 and CE. RGB value is (37,6,206). Sum of RGB (Red+Green+Blue) = 37+6+206=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 206 (80.86% from 255 or 82.73% from 249); Max value from RGB is 206 - color contains mainly: blue. Hex color #2506CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2506CE is #DAF931. Grayscale: #252525. Windows color (decimal): -14350642 or 13501989. OLE color: 13501989.
HSL color Cylindrical-coordinate representation of color #2506CE: hue angle of 249.3º degrees, saturation: 0.94, 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 #2506CE is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 6 | 206 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.19 |
| HSL | 249.3º | 0.94% | 0.42% | - |
| HSV(B) | 249.3º | 0.97% | 0.81% | - |
| XYZ | 11.97 | 4.98 | 58.72 | - |
| YUV | 38.07 | 222.77 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 6 | 206 | 0.82 | 0.97 | 0 | 0.19 | 249.3 | 0.94 | 0.42 |
| Hex | 25 | 6 | CE | 52 | 61 | 0 | 13 | F9 | 5E | 2A |
| Octal | 45 | 6 | 316 | 122 | 141 | 0 | 23 | 371 | 136 | 52 |
| Binary | 100101 | 110 | 11001110 | 1010010 | 1100001 | 0 | 10011 | 11111001 | 1011110 | 101010 |
Color Harmonies of #2506CE
Complementary color
Monochromatic Colors of #2506CE
Black with #2506CE
Text Example
Text Example
White with #2506CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2506CE; }
p { color: rgb(37,6,206); }
H1.HeaderClassName
{
color: #2506CE;
}
.AnyTagClassName
{
color: #2506CE;
}
</style>
background-color css
<style>
a { background-color: #2506CE; }
a { background-color: rgb(37,6,206); }
div.DivClassName
{
background-color: #2506CE;
}
.BgClassName
{
background-color: #2506CE;
}
</style>
border-color css
<style>
span { border-color: #2506CE; }
span { border-color: rgb(37,6,206); }
td.TdClassName
{
border-color: #2506CE;
}
.TagClassName
{
border-color: #2506CE;
}
</style>