Shades of Medium Blue #1506E1
Tints of Medium Blue #1506E1
RGB
CMYK
RGB Variations
Color information
#1506E1 (or 0x1506E1) is known color: Medium Blue. HEX triplet: 15, 06 and E1. RGB value is (21,6,225). Sum of RGB (Red+Green+Blue) = 21+6+225=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 225 (88.28% from 255 or 89.29% from 252); Max value from RGB is 225 - color contains mainly: blue. Hex color #1506E1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1506E1 is #EAF91E. Grayscale: #222222. Windows color (decimal): -15399199 or 14747157. OLE color: 14747157.
HSL color Cylindrical-coordinate representation of color #1506E1: hue angle of 244.11º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1506E1 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 6 | 225 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.12 |
| HSL | 244.11º | 0.95% | 0.45% | - |
| HSV(B) | 244.11º | 0.97% | 0.88% | - |
| XYZ | 13.96 | 5.73 | 71.6 | - |
| YUV | 35.45 | 234.97 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 6 | 225 | 0.91 | 0.97 | 0 | 0.12 | 244.11 | 0.95 | 0.45 |
| Hex | 15 | 6 | E1 | 5B | 61 | 0 | C | F4 | 5F | 2D |
| Octal | 25 | 6 | 341 | 133 | 141 | 0 | 14 | 364 | 137 | 55 |
| Binary | 10101 | 110 | 11100001 | 1011011 | 1100001 | 0 | 1100 | 11110100 | 1011111 | 101101 |
Color Harmonies of #1506E1
Complementary color
Monochromatic Colors of #1506E1
Black with #1506E1
Text Example
Text Example
White with #1506E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1506E1; }
p { color: rgb(21,6,225); }
H1.HeaderClassName
{
color: #1506E1;
}
.AnyTagClassName
{
color: #1506E1;
}
</style>
background-color css
<style>
a { background-color: #1506E1; }
a { background-color: rgb(21,6,225); }
div.DivClassName
{
background-color: #1506E1;
}
.BgClassName
{
background-color: #1506E1;
}
</style>
border-color css
<style>
span { border-color: #1506E1; }
span { border-color: rgb(21,6,225); }
td.TdClassName
{
border-color: #1506E1;
}
.TagClassName
{
border-color: #1506E1;
}
</style>