Shades of Medium Blue #151ADA
Tints of Medium Blue #151ADA
RGB
CMYK
RGB Variations
Color information
#151ADA (or 0x151ADA) is known color: Medium Blue. HEX triplet: 15, 1A and DA. RGB value is (21,26,218). Sum of RGB (Red+Green+Blue) = 21+26+218=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 218 (85.55% from 255 or 82.26% from 265); Max value from RGB is 218 - color contains mainly: blue. Hex color #151ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151ADA is #EAE525. Grayscale: #2D2D2D. Windows color (decimal): -15394086 or 14293525. OLE color: 14293525.
HSL color Cylindrical-coordinate representation of color #151ADA: hue angle of 238.48º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151ADA is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 26 | 218 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.15 |
| HSL | 238.48º | 0.82% | 0.47% | - |
| HSV(B) | 238.48º | 0.9% | 0.85% | - |
| XYZ | 13.33 | 5.96 | 66.78 | - |
| YUV | 46.39 | 224.84 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 218 | 0.90 | 0.88 | 0 | 0.15 | 238.48 | 0.82 | 0.47 |
| Hex | 15 | 1A | DA | 5A | 58 | 0 | F | EE | 52 | 2F |
| Octal | 25 | 32 | 332 | 132 | 130 | 0 | 17 | 356 | 122 | 57 |
| Binary | 10101 | 11010 | 11011010 | 1011010 | 1011000 | 0 | 1111 | 11101110 | 1010010 | 101111 |
Color Harmonies of #151ADA
Complementary color
Monochromatic Colors of #151ADA
Black with #151ADA
Text Example
Text Example
White with #151ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151ADA; }
p { color: rgb(21,26,218); }
H1.HeaderClassName
{
color: #151ADA;
}
.AnyTagClassName
{
color: #151ADA;
}
</style>
background-color css
<style>
a { background-color: #151ADA; }
a { background-color: rgb(21,26,218); }
div.DivClassName
{
background-color: #151ADA;
}
.BgClassName
{
background-color: #151ADA;
}
</style>
border-color css
<style>
span { border-color: #151ADA; }
span { border-color: rgb(21,26,218); }
td.TdClassName
{
border-color: #151ADA;
}
.TagClassName
{
border-color: #151ADA;
}
</style>