Shades of Medium Blue #2502C4
Tints of Medium Blue #2502C4
RGB
CMYK
RGB Variations
Color information
#2502C4 (or 0x2502C4) is known color: Medium Blue. HEX triplet: 25, 02 and C4. RGB value is (37,2,196). Sum of RGB (Red+Green+Blue) = 37+2+196=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 196 (76.95% from 255 or 83.40% from 235); Max value from RGB is 196 - color contains mainly: blue. Hex color #2502C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2502C4 is #DAFD3B. Grayscale: #212121. Windows color (decimal): -14351676 or 12845605. OLE color: 12845605.
HSL color Cylindrical-coordinate representation of color #2502C4: hue angle of 250.82º degrees, saturation: 0.98, 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 #2502C4 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 2 | 196 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.23 |
| HSL | 250.82º | 0.98% | 0.39% | - |
| HSV(B) | 250.82º | 0.99% | 0.77% | - |
| XYZ | 10.75 | 4.42 | 52.51 | - |
| YUV | 34.58 | 219.1 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 196 | 0.81 | 0.99 | 0 | 0.23 | 250.82 | 0.98 | 0.39 |
| Hex | 25 | 2 | C4 | 51 | 63 | 0 | 17 | FB | 62 | 27 |
| Octal | 45 | 2 | 304 | 121 | 143 | 0 | 27 | 373 | 142 | 47 |
| Binary | 100101 | 10 | 11000100 | 1010001 | 1100011 | 0 | 10111 | 11111011 | 1100010 | 100111 |
Color Harmonies of #2502C4
Complementary color
Monochromatic Colors of #2502C4
Black with #2502C4
Text Example
Text Example
White with #2502C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2502C4; }
p { color: rgb(37,2,196); }
H1.HeaderClassName
{
color: #2502C4;
}
.AnyTagClassName
{
color: #2502C4;
}
</style>
background-color css
<style>
a { background-color: #2502C4; }
a { background-color: rgb(37,2,196); }
div.DivClassName
{
background-color: #2502C4;
}
.BgClassName
{
background-color: #2502C4;
}
</style>
border-color css
<style>
span { border-color: #2502C4; }
span { border-color: rgb(37,2,196); }
td.TdClassName
{
border-color: #2502C4;
}
.TagClassName
{
border-color: #2502C4;
}
</style>