Shades of Medium Blue #2505DA
Tints of Medium Blue #2505DA
RGB
CMYK
RGB Variations
Color information
#2505DA (or 0x2505DA) is known color: Medium Blue. HEX triplet: 25, 05 and DA. RGB value is (37,5,218). Sum of RGB (Red+Green+Blue) = 37+5+218=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 218 (85.55% from 255 or 83.85% from 260); Max value from RGB is 218 - color contains mainly: blue. Hex color #2505DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2505DA is #DAFA25. Grayscale: #262626. Windows color (decimal): -14350886 or 14288165. OLE color: 14288165.
HSL color Cylindrical-coordinate representation of color #2505DA: hue angle of 249.01º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2505DA is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 5 | 218 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.15 |
| HSL | 249.01º | 0.96% | 0.44% | - |
| HSV(B) | 249.01º | 0.98% | 0.85% | - |
| XYZ | 13.47 | 5.56 | 66.69 | - |
| YUV | 38.85 | 229.1 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 218 | 0.83 | 0.98 | 0 | 0.15 | 249.01 | 0.96 | 0.44 |
| Hex | 25 | 5 | DA | 53 | 62 | 0 | F | F9 | 60 | 2C |
| Octal | 45 | 5 | 332 | 123 | 142 | 0 | 17 | 371 | 140 | 54 |
| Binary | 100101 | 101 | 11011010 | 1010011 | 1100010 | 0 | 1111 | 11111001 | 1100000 | 101100 |
Color Harmonies of #2505DA
Complementary color
Monochromatic Colors of #2505DA
Black with #2505DA
Text Example
Text Example
White with #2505DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2505DA; }
p { color: rgb(37,5,218); }
H1.HeaderClassName
{
color: #2505DA;
}
.AnyTagClassName
{
color: #2505DA;
}
</style>
background-color css
<style>
a { background-color: #2505DA; }
a { background-color: rgb(37,5,218); }
div.DivClassName
{
background-color: #2505DA;
}
.BgClassName
{
background-color: #2505DA;
}
</style>
border-color css
<style>
span { border-color: #2505DA; }
span { border-color: rgb(37,5,218); }
td.TdClassName
{
border-color: #2505DA;
}
.TagClassName
{
border-color: #2505DA;
}
</style>