Shades of Medium Blue #2508CF
Tints of Medium Blue #2508CF
RGB
CMYK
RGB Variations
Color information
#2508CF (or 0x2508CF) is known color: Medium Blue. HEX triplet: 25, 08 and CF. RGB value is (37,8,207). Sum of RGB (Red+Green+Blue) = 37+8+207=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 207 (81.25% from 255 or 82.14% from 252); Max value from RGB is 207 - color contains mainly: blue. Hex color #2508CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2508CF is #DAF730. Grayscale: #262626. Windows color (decimal): -14350129 or 13568037. OLE color: 13568037.
HSL color Cylindrical-coordinate representation of color #2508CF: hue angle of 248.74º degrees, saturation: 0.93, 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 #2508CF is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 8 | 207 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.19 |
| HSL | 248.74º | 0.93% | 0.42% | - |
| HSV(B) | 248.74º | 0.96% | 0.81% | - |
| XYZ | 12.11 | 5.07 | 59.37 | - |
| YUV | 39.36 | 222.61 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 207 | 0.82 | 0.96 | 0 | 0.19 | 248.74 | 0.93 | 0.42 |
| Hex | 25 | 8 | CF | 52 | 60 | 0 | 13 | F9 | 5D | 2A |
| Octal | 45 | 10 | 317 | 122 | 140 | 0 | 23 | 371 | 135 | 52 |
| Binary | 100101 | 1000 | 11001111 | 1010010 | 1100000 | 0 | 10011 | 11111001 | 1011101 | 101010 |
Color Harmonies of #2508CF
Complementary color
Monochromatic Colors of #2508CF
Black with #2508CF
Text Example
Text Example
White with #2508CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2508CF; }
p { color: rgb(37,8,207); }
H1.HeaderClassName
{
color: #2508CF;
}
.AnyTagClassName
{
color: #2508CF;
}
</style>
background-color css
<style>
a { background-color: #2508CF; }
a { background-color: rgb(37,8,207); }
div.DivClassName
{
background-color: #2508CF;
}
.BgClassName
{
background-color: #2508CF;
}
</style>
border-color css
<style>
span { border-color: #2508CF; }
span { border-color: rgb(37,8,207); }
td.TdClassName
{
border-color: #2508CF;
}
.TagClassName
{
border-color: #2508CF;
}
</style>