Shades of Medium Blue #2508D0
Tints of Medium Blue #2508D0
RGB
CMYK
RGB Variations
Color information
#2508D0 (or 0x2508D0) is known color: Medium Blue. HEX triplet: 25, 08 and D0. RGB value is (37,8,208). Sum of RGB (Red+Green+Blue) = 37+8+208=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 208 (81.64% from 255 or 82.21% from 253); Max value from RGB is 208 - color contains mainly: blue. Hex color #2508D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2508D0 is #DAF72F. Grayscale: #262626. Windows color (decimal): -14350128 or 13633573. OLE color: 13633573.
HSL color Cylindrical-coordinate representation of color #2508D0: hue angle of 248.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2508D0 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 8 | 208 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.18 |
| HSL | 248.7º | 0.93% | 0.42% | - |
| HSV(B) | 248.7º | 0.96% | 0.82% | - |
| XYZ | 12.23 | 5.12 | 60.02 | - |
| YUV | 39.47 | 223.11 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 208 | 0.82 | 0.96 | 0 | 0.18 | 248.7 | 0.93 | 0.42 |
| Hex | 25 | 8 | D0 | 52 | 60 | 0 | 12 | F9 | 5D | 2A |
| Octal | 45 | 10 | 320 | 122 | 140 | 0 | 22 | 371 | 135 | 52 |
| Binary | 100101 | 1000 | 11010000 | 1010010 | 1100000 | 0 | 10010 | 11111001 | 1011101 | 101010 |
Color Harmonies of #2508D0
Complementary color
Monochromatic Colors of #2508D0
Black with #2508D0
Text Example
Text Example
White with #2508D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2508D0; }
p { color: rgb(37,8,208); }
H1.HeaderClassName
{
color: #2508D0;
}
.AnyTagClassName
{
color: #2508D0;
}
</style>
background-color css
<style>
a { background-color: #2508D0; }
a { background-color: rgb(37,8,208); }
div.DivClassName
{
background-color: #2508D0;
}
.BgClassName
{
background-color: #2508D0;
}
</style>
border-color css
<style>
span { border-color: #2508D0; }
span { border-color: rgb(37,8,208); }
td.TdClassName
{
border-color: #2508D0;
}
.TagClassName
{
border-color: #2508D0;
}
</style>