Shades of Medium Blue #2504CF
Tints of Medium Blue #2504CF
RGB
CMYK
RGB Variations
Color information
#2504CF (or 0x2504CF) is known color: Medium Blue. HEX triplet: 25, 04 and CF. RGB value is (37,4,207). Sum of RGB (Red+Green+Blue) = 37+4+207=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 207 (81.25% from 255 or 83.47% from 248); Max value from RGB is 207 - color contains mainly: blue. Hex color #2504CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2504CF is #DAFB30. Grayscale: #242424. Windows color (decimal): -14351153 or 13567013. OLE color: 13567013.
HSL color Cylindrical-coordinate representation of color #2504CF: hue angle of 249.75º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2504CF is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 4 | 207 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.19 |
| HSL | 249.75º | 0.96% | 0.41% | - |
| HSV(B) | 249.75º | 0.98% | 0.81% | - |
| XYZ | 12.07 | 4.99 | 59.36 | - |
| YUV | 37.01 | 223.93 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 4 | 207 | 0.82 | 0.98 | 0 | 0.19 | 249.75 | 0.96 | 0.41 |
| Hex | 25 | 4 | CF | 52 | 62 | 0 | 13 | FA | 60 | 29 |
| Octal | 45 | 4 | 317 | 122 | 142 | 0 | 23 | 372 | 140 | 51 |
| Binary | 100101 | 100 | 11001111 | 1010010 | 1100010 | 0 | 10011 | 11111010 | 1100000 | 101001 |
Color Harmonies of #2504CF
Complementary color
Monochromatic Colors of #2504CF
Black with #2504CF
Text Example
Text Example
White with #2504CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2504CF; }
p { color: rgb(37,4,207); }
H1.HeaderClassName
{
color: #2504CF;
}
.AnyTagClassName
{
color: #2504CF;
}
</style>
background-color css
<style>
a { background-color: #2504CF; }
a { background-color: rgb(37,4,207); }
div.DivClassName
{
background-color: #2504CF;
}
.BgClassName
{
background-color: #2504CF;
}
</style>
border-color css
<style>
span { border-color: #2504CF; }
span { border-color: rgb(37,4,207); }
td.TdClassName
{
border-color: #2504CF;
}
.TagClassName
{
border-color: #2504CF;
}
</style>