Shades of Medium Blue #2501C4
Tints of Medium Blue #2501C4
RGB
CMYK
RGB Variations
Color information
#2501C4 (or 0x2501C4) is known color: Medium Blue. HEX triplet: 25, 01 and C4. RGB value is (37,1,196). Sum of RGB (Red+Green+Blue) = 37+1+196=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 196 (76.95% from 255 or 83.76% from 234); Max value from RGB is 196 - color contains mainly: blue. Hex color #2501C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2501C4 is #DAFE3B. Grayscale: #212121. Windows color (decimal): -14351932 or 12845349. OLE color: 12845349.
HSL color Cylindrical-coordinate representation of color #2501C4: hue angle of 251.08º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2501C4 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 1 | 196 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.23 |
| HSL | 251.08º | 0.99% | 0.39% | - |
| HSV(B) | 251.08º | 0.99% | 0.77% | - |
| XYZ | 10.74 | 4.4 | 52.51 | - |
| YUV | 33.99 | 219.43 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 196 | 0.81 | 0.99 | 0 | 0.23 | 251.08 | 0.99 | 0.39 |
| Hex | 25 | 1 | C4 | 51 | 63 | 0 | 17 | FB | 63 | 27 |
| Octal | 45 | 1 | 304 | 121 | 143 | 0 | 27 | 373 | 143 | 47 |
| Binary | 100101 | 1 | 11000100 | 1010001 | 1100011 | 0 | 10111 | 11111011 | 1100011 | 100111 |
Color Harmonies of #2501C4
Complementary color
Monochromatic Colors of #2501C4
Black with #2501C4
Text Example
Text Example
White with #2501C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2501C4; }
p { color: rgb(37,1,196); }
H1.HeaderClassName
{
color: #2501C4;
}
.AnyTagClassName
{
color: #2501C4;
}
</style>
background-color css
<style>
a { background-color: #2501C4; }
a { background-color: rgb(37,1,196); }
div.DivClassName
{
background-color: #2501C4;
}
.BgClassName
{
background-color: #2501C4;
}
</style>
border-color css
<style>
span { border-color: #2501C4; }
span { border-color: rgb(37,1,196); }
td.TdClassName
{
border-color: #2501C4;
}
.TagClassName
{
border-color: #2501C4;
}
</style>