Shades of Medium Blue #1507DC
Tints of Medium Blue #1507DC
RGB
CMYK
RGB Variations
Color information
#1507DC (or 0x1507DC) is known color: Medium Blue. HEX triplet: 15, 07 and DC. RGB value is (21,7,220). Sum of RGB (Red+Green+Blue) = 21+7+220=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 220 (86.33% from 255 or 88.71% from 248); Max value from RGB is 220 - color contains mainly: blue. Hex color #1507DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1507DC is #EAF823. Grayscale: #222222. Windows color (decimal): -15398948 or 14419733. OLE color: 14419733.
HSL color Cylindrical-coordinate representation of color #1507DC: hue angle of 243.94º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1507DC is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 7 | 220 | - |
| CMYK | 0.90 | 0.97 | 0 | 0.14 |
| HSL | 243.94º | 0.94% | 0.45% | - |
| HSV(B) | 243.94º | 0.97% | 0.86% | - |
| XYZ | 13.3 | 5.48 | 68.07 | - |
| YUV | 35.47 | 232.14 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 220 | 0.90 | 0.97 | 0 | 0.14 | 243.94 | 0.94 | 0.45 |
| Hex | 15 | 7 | DC | 5A | 61 | 0 | E | F4 | 5E | 2D |
| Octal | 25 | 7 | 334 | 132 | 141 | 0 | 16 | 364 | 136 | 55 |
| Binary | 10101 | 111 | 11011100 | 1011010 | 1100001 | 0 | 1110 | 11110100 | 1011110 | 101101 |
Color Harmonies of #1507DC
Complementary color
Monochromatic Colors of #1507DC
Black with #1507DC
Text Example
Text Example
White with #1507DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1507DC; }
p { color: rgb(21,7,220); }
H1.HeaderClassName
{
color: #1507DC;
}
.AnyTagClassName
{
color: #1507DC;
}
</style>
background-color css
<style>
a { background-color: #1507DC; }
a { background-color: rgb(21,7,220); }
div.DivClassName
{
background-color: #1507DC;
}
.BgClassName
{
background-color: #1507DC;
}
</style>
border-color css
<style>
span { border-color: #1507DC; }
span { border-color: rgb(21,7,220); }
td.TdClassName
{
border-color: #1507DC;
}
.TagClassName
{
border-color: #1507DC;
}
</style>