Shades of Medium Blue #251BDD
Tints of Medium Blue #251BDD
RGB
CMYK
RGB Variations
Color information
#251BDD (or 0x251BDD) is known color: Medium Blue. HEX triplet: 25, 1B and DD. RGB value is (37,27,221). Sum of RGB (Red+Green+Blue) = 37+27+221=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 221 (86.72% from 255 or 77.54% from 285); Max value from RGB is 221 - color contains mainly: blue. Hex color #251BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251BDD is #DAE422. Grayscale: #333333. Windows color (decimal): -14345251 or 14490405. OLE color: 14490405.
HSL color Cylindrical-coordinate representation of color #251BDD: hue angle of 243.09º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #251BDD is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 27 | 221 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.13 |
| HSL | 243.09º | 0.78% | 0.49% | - |
| HSV(B) | 243.09º | 0.88% | 0.87% | - |
| XYZ | 14.21 | 6.4 | 68.89 | - |
| YUV | 52.11 | 223.31 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 221 | 0.83 | 0.88 | 0 | 0.13 | 243.09 | 0.78 | 0.49 |
| Hex | 25 | 1B | DD | 53 | 58 | 0 | D | F3 | 4E | 31 |
| Octal | 45 | 33 | 335 | 123 | 130 | 0 | 15 | 363 | 116 | 61 |
| Binary | 100101 | 11011 | 11011101 | 1010011 | 1011000 | 0 | 1101 | 11110011 | 1001110 | 110001 |
Color Harmonies of #251BDD
Complementary color
Monochromatic Colors of #251BDD
Black with #251BDD
Text Example
Text Example
White with #251BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251BDD; }
p { color: rgb(37,27,221); }
H1.HeaderClassName
{
color: #251BDD;
}
.AnyTagClassName
{
color: #251BDD;
}
</style>
background-color css
<style>
a { background-color: #251BDD; }
a { background-color: rgb(37,27,221); }
div.DivClassName
{
background-color: #251BDD;
}
.BgClassName
{
background-color: #251BDD;
}
</style>
border-color css
<style>
span { border-color: #251BDD; }
span { border-color: rgb(37,27,221); }
td.TdClassName
{
border-color: #251BDD;
}
.TagClassName
{
border-color: #251BDD;
}
</style>