Shades of Medium Blue #2502CF
Tints of Medium Blue #2502CF
RGB
CMYK
RGB Variations
Color information
#2502CF (or 0x2502CF) is known color: Medium Blue. HEX triplet: 25, 02 and CF. RGB value is (37,2,207). Sum of RGB (Red+Green+Blue) = 37+2+207=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 207 (81.25% from 255 or 84.15% from 246); Max value from RGB is 207 - color contains mainly: blue. Hex color #2502CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2502CF is #DAFD30. Grayscale: #232323. Windows color (decimal): -14351665 or 13566501. OLE color: 13566501.
HSL color Cylindrical-coordinate representation of color #2502CF: hue angle of 250.24º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2502CF is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 2 | 207 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.19 |
| HSL | 250.24º | 0.98% | 0.41% | - |
| HSV(B) | 250.24º | 0.99% | 0.81% | - |
| XYZ | 12.05 | 4.94 | 59.35 | - |
| YUV | 35.84 | 224.6 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 207 | 0.82 | 0.99 | 0 | 0.19 | 250.24 | 0.98 | 0.41 |
| Hex | 25 | 2 | CF | 52 | 63 | 0 | 13 | FA | 62 | 29 |
| Octal | 45 | 2 | 317 | 122 | 143 | 0 | 23 | 372 | 142 | 51 |
| Binary | 100101 | 10 | 11001111 | 1010010 | 1100011 | 0 | 10011 | 11111010 | 1100010 | 101001 |
Color Harmonies of #2502CF
Complementary color
Monochromatic Colors of #2502CF
Black with #2502CF
Text Example
Text Example
White with #2502CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2502CF; }
p { color: rgb(37,2,207); }
H1.HeaderClassName
{
color: #2502CF;
}
.AnyTagClassName
{
color: #2502CF;
}
</style>
background-color css
<style>
a { background-color: #2502CF; }
a { background-color: rgb(37,2,207); }
div.DivClassName
{
background-color: #2502CF;
}
.BgClassName
{
background-color: #2502CF;
}
</style>
border-color css
<style>
span { border-color: #2502CF; }
span { border-color: rgb(37,2,207); }
td.TdClassName
{
border-color: #2502CF;
}
.TagClassName
{
border-color: #2502CF;
}
</style>