Shades of Medium Blue #151ADD
Tints of Medium Blue #151ADD
RGB
CMYK
RGB Variations
Color information
#151ADD (or 0x151ADD) is known color: Medium Blue. HEX triplet: 15, 1A and DD. RGB value is (21,26,221). Sum of RGB (Red+Green+Blue) = 21+26+221=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 221 (86.72% from 255 or 82.46% from 268); Max value from RGB is 221 - color contains mainly: blue. Hex color #151ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151ADD is #EAE522. Grayscale: #2D2D2D. Windows color (decimal): -15394083 or 14490133. OLE color: 14490133.
HSL color Cylindrical-coordinate representation of color #151ADD: hue angle of 238.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151ADD is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 26 | 221 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.13 |
| HSL | 238.5º | 0.83% | 0.47% | - |
| HSV(B) | 238.5º | 0.9% | 0.87% | - |
| XYZ | 13.73 | 6.12 | 68.86 | - |
| YUV | 46.74 | 226.34 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 221 | 0.90 | 0.88 | 0 | 0.13 | 238.5 | 0.83 | 0.47 |
| Hex | 15 | 1A | DD | 5A | 58 | 0 | D | EE | 53 | 2F |
| Octal | 25 | 32 | 335 | 132 | 130 | 0 | 15 | 356 | 123 | 57 |
| Binary | 10101 | 11010 | 11011101 | 1011010 | 1011000 | 0 | 1101 | 11101110 | 1010011 | 101111 |
Color Harmonies of #151ADD
Complementary color
Monochromatic Colors of #151ADD
Black with #151ADD
Text Example
Text Example
White with #151ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151ADD; }
p { color: rgb(21,26,221); }
H1.HeaderClassName
{
color: #151ADD;
}
.AnyTagClassName
{
color: #151ADD;
}
</style>
background-color css
<style>
a { background-color: #151ADD; }
a { background-color: rgb(21,26,221); }
div.DivClassName
{
background-color: #151ADD;
}
.BgClassName
{
background-color: #151ADD;
}
</style>
border-color css
<style>
span { border-color: #151ADD; }
span { border-color: rgb(21,26,221); }
td.TdClassName
{
border-color: #151ADD;
}
.TagClassName
{
border-color: #151ADD;
}
</style>