Shades of Medium Blue #1505D6
Tints of Medium Blue #1505D6
RGB
CMYK
RGB Variations
Color information
#1505D6 (or 0x1505D6) is known color: Medium Blue. HEX triplet: 15, 05 and D6. RGB value is (21,5,214). Sum of RGB (Red+Green+Blue) = 21+5+214=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 214 (83.98% from 255 or 89.17% from 240); Max value from RGB is 214 - color contains mainly: blue. Hex color #1505D6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1505D6 is #EAFA29. Grayscale: #202020. Windows color (decimal): -15399466 or 14026005. OLE color: 14026005.
HSL color Cylindrical-coordinate representation of color #1505D6: hue angle of 244.59º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1505D6 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 5 | 214 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.16 |
| HSL | 244.59º | 0.95% | 0.43% | - |
| HSV(B) | 244.59º | 0.98% | 0.84% | - |
| XYZ | 12.5 | 5.12 | 63.95 | - |
| YUV | 33.61 | 229.8 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 214 | 0.90 | 0.98 | 0 | 0.16 | 244.59 | 0.95 | 0.43 |
| Hex | 15 | 5 | D6 | 5A | 62 | 0 | 10 | F5 | 5F | 2B |
| Octal | 25 | 5 | 326 | 132 | 142 | 0 | 20 | 365 | 137 | 53 |
| Binary | 10101 | 101 | 11010110 | 1011010 | 1100010 | 0 | 10000 | 11110101 | 1011111 | 101011 |
Color Harmonies of #1505D6
Complementary color
Monochromatic Colors of #1505D6
Black with #1505D6
Text Example
Text Example
White with #1505D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1505D6; }
p { color: rgb(21,5,214); }
H1.HeaderClassName
{
color: #1505D6;
}
.AnyTagClassName
{
color: #1505D6;
}
</style>
background-color css
<style>
a { background-color: #1505D6; }
a { background-color: rgb(21,5,214); }
div.DivClassName
{
background-color: #1505D6;
}
.BgClassName
{
background-color: #1505D6;
}
</style>
border-color css
<style>
span { border-color: #1505D6; }
span { border-color: rgb(21,5,214); }
td.TdClassName
{
border-color: #1505D6;
}
.TagClassName
{
border-color: #1505D6;
}
</style>