Shades of Medium Blue #251AD7
Tints of Medium Blue #251AD7
RGB
CMYK
RGB Variations
Color information
#251AD7 (or 0x251AD7) is known color: Medium Blue. HEX triplet: 25, 1A and D7. RGB value is (37,26,215). Sum of RGB (Red+Green+Blue) = 37+26+215=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 215 (84.38% from 255 or 77.34% from 278); Max value from RGB is 215 - color contains mainly: blue. Hex color #251AD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251AD7 is #DAE528. Grayscale: #323232. Windows color (decimal): -14345513 or 14096933. OLE color: 14096933.
HSL color Cylindrical-coordinate representation of color #251AD7: hue angle of 243.49º 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 #251AD7 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 26 | 215 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.16 |
| HSL | 243.49º | 0.78% | 0.47% | - |
| HSV(B) | 243.49º | 0.88% | 0.84% | - |
| XYZ | 13.4 | 6.04 | 64.75 | - |
| YUV | 50.84 | 220.64 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 215 | 0.83 | 0.88 | 0 | 0.16 | 243.49 | 0.78 | 0.47 |
| Hex | 25 | 1A | D7 | 53 | 58 | 0 | 10 | F3 | 4E | 2F |
| Octal | 45 | 32 | 327 | 123 | 130 | 0 | 20 | 363 | 116 | 57 |
| Binary | 100101 | 11010 | 11010111 | 1010011 | 1011000 | 0 | 10000 | 11110011 | 1001110 | 101111 |
Color Harmonies of #251AD7
Complementary color
Monochromatic Colors of #251AD7
Black with #251AD7
Text Example
Text Example
White with #251AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251AD7; }
p { color: rgb(37,26,215); }
H1.HeaderClassName
{
color: #251AD7;
}
.AnyTagClassName
{
color: #251AD7;
}
</style>
background-color css
<style>
a { background-color: #251AD7; }
a { background-color: rgb(37,26,215); }
div.DivClassName
{
background-color: #251AD7;
}
.BgClassName
{
background-color: #251AD7;
}
</style>
border-color css
<style>
span { border-color: #251AD7; }
span { border-color: rgb(37,26,215); }
td.TdClassName
{
border-color: #251AD7;
}
.TagClassName
{
border-color: #251AD7;
}
</style>