Shades of Medium Blue #251AD5
Tints of Medium Blue #251AD5
RGB
CMYK
RGB Variations
Color information
#251AD5 (or 0x251AD5) is known color: Medium Blue. HEX triplet: 25, 1A and D5. RGB value is (37,26,213). Sum of RGB (Red+Green+Blue) = 37+26+213=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 213 (83.59% from 255 or 77.17% from 276); Max value from RGB is 213 - color contains mainly: blue. Hex color #251AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251AD5 is #DAE52A. Grayscale: #313131. Windows color (decimal): -14345515 or 13965861. OLE color: 13965861.
HSL color Cylindrical-coordinate representation of color #251AD5: hue angle of 243.53º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #251AD5 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 26 | 213 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.16 |
| HSL | 243.53º | 0.78% | 0.47% | - |
| HSV(B) | 243.53º | 0.88% | 0.84% | - |
| XYZ | 13.14 | 5.94 | 63.4 | - |
| YUV | 50.61 | 219.64 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 213 | 0.83 | 0.88 | 0 | 0.16 | 243.53 | 0.78 | 0.47 |
| Hex | 25 | 1A | D5 | 53 | 58 | 0 | 10 | F4 | 4E | 2F |
| Octal | 45 | 32 | 325 | 123 | 130 | 0 | 20 | 364 | 116 | 57 |
| Binary | 100101 | 11010 | 11010101 | 1010011 | 1011000 | 0 | 10000 | 11110100 | 1001110 | 101111 |
Color Harmonies of #251AD5
Complementary color
Monochromatic Colors of #251AD5
Black with #251AD5
Text Example
Text Example
White with #251AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251AD5; }
p { color: rgb(37,26,213); }
H1.HeaderClassName
{
color: #251AD5;
}
.AnyTagClassName
{
color: #251AD5;
}
</style>
background-color css
<style>
a { background-color: #251AD5; }
a { background-color: rgb(37,26,213); }
div.DivClassName
{
background-color: #251AD5;
}
.BgClassName
{
background-color: #251AD5;
}
</style>
border-color css
<style>
span { border-color: #251AD5; }
span { border-color: rgb(37,26,213); }
td.TdClassName
{
border-color: #251AD5;
}
.TagClassName
{
border-color: #251AD5;
}
</style>