Shades of Medium Blue #151AD0
Tints of Medium Blue #151AD0
RGB
CMYK
RGB Variations
Color information
#151AD0 (or 0x151AD0) is known color: Medium Blue. HEX triplet: 15, 1A and D0. RGB value is (21,26,208). Sum of RGB (Red+Green+Blue) = 21+26+208=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 208 (81.64% from 255 or 81.57% from 255); Max value from RGB is 208 - color contains mainly: blue. Hex color #151AD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151AD0 is #EAE52F. Grayscale: #2C2C2C. Windows color (decimal): -15394096 or 13638165. OLE color: 13638165.
HSL color Cylindrical-coordinate representation of color #151AD0: hue angle of 238.4º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151AD0 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 26 | 208 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.18 |
| HSL | 238.4º | 0.82% | 0.45% | - |
| HSV(B) | 238.4º | 0.9% | 0.82% | - |
| XYZ | 12.06 | 5.45 | 60.09 | - |
| YUV | 45.25 | 219.84 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 208 | 0.90 | 0.88 | 0 | 0.18 | 238.4 | 0.82 | 0.45 |
| Hex | 15 | 1A | D0 | 5A | 58 | 0 | 12 | EE | 52 | 2D |
| Octal | 25 | 32 | 320 | 132 | 130 | 0 | 22 | 356 | 122 | 55 |
| Binary | 10101 | 11010 | 11010000 | 1011010 | 1011000 | 0 | 10010 | 11101110 | 1010010 | 101101 |
Color Harmonies of #151AD0
Complementary color
Monochromatic Colors of #151AD0
Black with #151AD0
Text Example
Text Example
White with #151AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151AD0; }
p { color: rgb(21,26,208); }
H1.HeaderClassName
{
color: #151AD0;
}
.AnyTagClassName
{
color: #151AD0;
}
</style>
background-color css
<style>
a { background-color: #151AD0; }
a { background-color: rgb(21,26,208); }
div.DivClassName
{
background-color: #151AD0;
}
.BgClassName
{
background-color: #151AD0;
}
</style>
border-color css
<style>
span { border-color: #151AD0; }
span { border-color: rgb(21,26,208); }
td.TdClassName
{
border-color: #151AD0;
}
.TagClassName
{
border-color: #151AD0;
}
</style>