Shades of Medium Blue #2508CB
Tints of Medium Blue #2508CB
RGB
CMYK
RGB Variations
Color information
#2508CB (or 0x2508CB) is known color: Medium Blue. HEX triplet: 25, 08 and CB. RGB value is (37,8,203). Sum of RGB (Red+Green+Blue) = 37+8+203=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 203 (79.69% from 255 or 81.85% from 248); Max value from RGB is 203 - color contains mainly: blue. Hex color #2508CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2508CB is #DAF734. Grayscale: #262626. Windows color (decimal): -14350133 or 13305893. OLE color: 13305893.
HSL color Cylindrical-coordinate representation of color #2508CB: hue angle of 248.92º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2508CB is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 8 | 203 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.20 |
| HSL | 248.92º | 0.92% | 0.41% | - |
| HSV(B) | 248.92º | 0.96% | 0.8% | - |
| XYZ | 11.63 | 4.88 | 56.83 | - |
| YUV | 38.9 | 220.61 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 203 | 0.82 | 0.96 | 0 | 0.20 | 248.92 | 0.92 | 0.41 |
| Hex | 25 | 8 | CB | 52 | 60 | 0 | 14 | F9 | 5C | 29 |
| Octal | 45 | 10 | 313 | 122 | 140 | 0 | 24 | 371 | 134 | 51 |
| Binary | 100101 | 1000 | 11001011 | 1010010 | 1100000 | 0 | 10100 | 11111001 | 1011100 | 101001 |
Color Harmonies of #2508CB
Complementary color
Monochromatic Colors of #2508CB
Black with #2508CB
Text Example
Text Example
White with #2508CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2508CB; }
p { color: rgb(37,8,203); }
H1.HeaderClassName
{
color: #2508CB;
}
.AnyTagClassName
{
color: #2508CB;
}
</style>
background-color css
<style>
a { background-color: #2508CB; }
a { background-color: rgb(37,8,203); }
div.DivClassName
{
background-color: #2508CB;
}
.BgClassName
{
background-color: #2508CB;
}
</style>
border-color css
<style>
span { border-color: #2508CB; }
span { border-color: rgb(37,8,203); }
td.TdClassName
{
border-color: #2508CB;
}
.TagClassName
{
border-color: #2508CB;
}
</style>