Shades of Blue #2507ED
Tints of Blue #2507ED
RGB
CMYK
RGB Variations
Color information
#2507ED (or 0x2507ED) is known color: Blue. HEX triplet: 25, 07 and ED. RGB value is (37,7,237). Sum of RGB (Red+Green+Blue) = 37+7+237=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 237 (92.97% from 255 or 84.34% from 281); Max value from RGB is 237 - color contains mainly: blue. Hex color #2507ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2507ED is #DAF812. Grayscale: #292929. Windows color (decimal): -14350355 or 15533861. OLE color: 15533861.
HSL color Cylindrical-coordinate representation of color #2507ED: hue angle of 247.83º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2507ED is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 7 | 237 | - |
| CMYK | 0.84 | 0.97 | 0 | 0.07 |
| HSL | 247.83º | 0.94% | 0.48% | - |
| HSV(B) | 247.83º | 0.97% | 0.93% | - |
| XYZ | 16.12 | 6.66 | 80.56 | - |
| YUV | 42.19 | 237.94 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 7 | 237 | 0.84 | 0.97 | 0 | 0.07 | 247.83 | 0.94 | 0.48 |
| Hex | 25 | 7 | ED | 54 | 61 | 0 | 7 | F8 | 5E | 30 |
| Octal | 45 | 7 | 355 | 124 | 141 | 0 | 7 | 370 | 136 | 60 |
| Binary | 100101 | 111 | 11101101 | 1010100 | 1100001 | 0 | 111 | 11111000 | 1011110 | 110000 |
Color Harmonies of #2507ED
Complementary color
Monochromatic Colors of #2507ED
Black with #2507ED
Text Example
Text Example
White with #2507ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2507ED; }
p { color: rgb(37,7,237); }
H1.HeaderClassName
{
color: #2507ED;
}
.AnyTagClassName
{
color: #2507ED;
}
</style>
background-color css
<style>
a { background-color: #2507ED; }
a { background-color: rgb(37,7,237); }
div.DivClassName
{
background-color: #2507ED;
}
.BgClassName
{
background-color: #2507ED;
}
</style>
border-color css
<style>
span { border-color: #2507ED; }
span { border-color: rgb(37,7,237); }
td.TdClassName
{
border-color: #2507ED;
}
.TagClassName
{
border-color: #2507ED;
}
</style>