Shades of Medium Blue #1505CE
Tints of Medium Blue #1505CE
RGB
CMYK
RGB Variations
Color information
#1505CE (or 0x1505CE) is known color: Medium Blue. HEX triplet: 15, 05 and CE. RGB value is (21,5,206). Sum of RGB (Red+Green+Blue) = 21+5+206=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 206 (80.86% from 255 or 88.79% from 232); Max value from RGB is 206 - color contains mainly: blue. Hex color #1505CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1505CE is #EAFA31. Grayscale: #1F1F1F. Windows color (decimal): -15399474 or 13501717. OLE color: 13501717.
HSL color Cylindrical-coordinate representation of color #1505CE: hue angle of 244.78º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1505CE is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 5 | 206 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.19 |
| HSL | 244.78º | 0.95% | 0.41% | - |
| HSV(B) | 244.78º | 0.98% | 0.81% | - |
| XYZ | 11.5 | 4.72 | 58.7 | - |
| YUV | 32.7 | 225.8 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 206 | 0.90 | 0.98 | 0 | 0.19 | 244.78 | 0.95 | 0.41 |
| Hex | 15 | 5 | CE | 5A | 62 | 0 | 13 | F5 | 5F | 29 |
| Octal | 25 | 5 | 316 | 132 | 142 | 0 | 23 | 365 | 137 | 51 |
| Binary | 10101 | 101 | 11001110 | 1011010 | 1100010 | 0 | 10011 | 11110101 | 1011111 | 101001 |
Color Harmonies of #1505CE
Complementary color
Monochromatic Colors of #1505CE
Black with #1505CE
Text Example
Text Example
White with #1505CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1505CE; }
p { color: rgb(21,5,206); }
H1.HeaderClassName
{
color: #1505CE;
}
.AnyTagClassName
{
color: #1505CE;
}
</style>
background-color css
<style>
a { background-color: #1505CE; }
a { background-color: rgb(21,5,206); }
div.DivClassName
{
background-color: #1505CE;
}
.BgClassName
{
background-color: #1505CE;
}
</style>
border-color css
<style>
span { border-color: #1505CE; }
span { border-color: rgb(21,5,206); }
td.TdClassName
{
border-color: #1505CE;
}
.TagClassName
{
border-color: #1505CE;
}
</style>