Shades of Medium Blue #2505CC
Tints of Medium Blue #2505CC
RGB
CMYK
RGB Variations
Color information
#2505CC (or 0x2505CC) is known color: Medium Blue. HEX triplet: 25, 05 and CC. RGB value is (37,5,204). Sum of RGB (Red+Green+Blue) = 37+5+204=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 204 (80.08% from 255 or 82.93% from 246); Max value from RGB is 204 - color contains mainly: blue. Hex color #2505CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2505CC is #DAFA33. Grayscale: #242424. Windows color (decimal): -14350900 or 13370661. OLE color: 13370661.
HSL color Cylindrical-coordinate representation of color #2505CC: hue angle of 249.65º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2505CC is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 5 | 204 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.2 |
| HSL | 249.65º | 0.95% | 0.41% | - |
| HSV(B) | 249.65º | 0.98% | 0.8% | - |
| XYZ | 11.72 | 4.86 | 57.45 | - |
| YUV | 37.25 | 222.1 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 204 | 0.82 | 0.98 | 0 | 0.2 | 249.65 | 0.95 | 0.41 |
| Hex | 25 | 5 | CC | 52 | 62 | 0 | 14 | FA | 5F | 29 |
| Octal | 45 | 5 | 314 | 122 | 142 | 0 | 24 | 372 | 137 | 51 |
| Binary | 100101 | 101 | 11001100 | 1010010 | 1100010 | 0 | 10100 | 11111010 | 1011111 | 101001 |
Color Harmonies of #2505CC
Complementary color
Monochromatic Colors of #2505CC
Black with #2505CC
Text Example
Text Example
White with #2505CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2505CC; }
p { color: rgb(37,5,204); }
H1.HeaderClassName
{
color: #2505CC;
}
.AnyTagClassName
{
color: #2505CC;
}
</style>
background-color css
<style>
a { background-color: #2505CC; }
a { background-color: rgb(37,5,204); }
div.DivClassName
{
background-color: #2505CC;
}
.BgClassName
{
background-color: #2505CC;
}
</style>
border-color css
<style>
span { border-color: #2505CC; }
span { border-color: rgb(37,5,204); }
td.TdClassName
{
border-color: #2505CC;
}
.TagClassName
{
border-color: #2505CC;
}
</style>