Shades of Medium Blue #151EDC
Tints of Medium Blue #151EDC
RGB
CMYK
RGB Variations
Color information
#151EDC (or 0x151EDC) is known color: Medium Blue. HEX triplet: 15, 1E and DC. RGB value is (21,30,220). Sum of RGB (Red+Green+Blue) = 21+30+220=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 220 (86.33% from 255 or 81.18% from 271); Max value from RGB is 220 - color contains mainly: blue. Hex color #151EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151EDC is #EAE123. Grayscale: #303030. Windows color (decimal): -15393060 or 14425621. OLE color: 14425621.
HSL color Cylindrical-coordinate representation of color #151EDC: hue angle of 237.29º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151EDC is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 30 | 220 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.14 |
| HSL | 237.29º | 0.83% | 0.47% | - |
| HSV(B) | 237.29º | 0.9% | 0.86% | - |
| XYZ | 13.69 | 6.26 | 68.2 | - |
| YUV | 48.97 | 224.52 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 220 | 0.90 | 0.86 | 0 | 0.14 | 237.29 | 0.83 | 0.47 |
| Hex | 15 | 1E | DC | 5A | 56 | 0 | E | ED | 53 | 2F |
| Octal | 25 | 36 | 334 | 132 | 126 | 0 | 16 | 355 | 123 | 57 |
| Binary | 10101 | 11110 | 11011100 | 1011010 | 1010110 | 0 | 1110 | 11101101 | 1010011 | 101111 |
Color Harmonies of #151EDC
Complementary color
Monochromatic Colors of #151EDC
Black with #151EDC
Text Example
Text Example
White with #151EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151EDC; }
p { color: rgb(21,30,220); }
H1.HeaderClassName
{
color: #151EDC;
}
.AnyTagClassName
{
color: #151EDC;
}
</style>
background-color css
<style>
a { background-color: #151EDC; }
a { background-color: rgb(21,30,220); }
div.DivClassName
{
background-color: #151EDC;
}
.BgClassName
{
background-color: #151EDC;
}
</style>
border-color css
<style>
span { border-color: #151EDC; }
span { border-color: rgb(21,30,220); }
td.TdClassName
{
border-color: #151EDC;
}
.TagClassName
{
border-color: #151EDC;
}
</style>