Shades of Medium Blue #1508DD
Tints of Medium Blue #1508DD
RGB
CMYK
RGB Variations
Color information
#1508DD (or 0x1508DD) is known color: Medium Blue. HEX triplet: 15, 08 and DD. RGB value is (21,8,221). Sum of RGB (Red+Green+Blue) = 21+8+221=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 221 (86.72% from 255 or 88.4% from 250); Max value from RGB is 221 - color contains mainly: blue. Hex color #1508DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1508DD is #EAF722. Grayscale: #232323. Windows color (decimal): -15398691 or 14485525. OLE color: 14485525.
HSL color Cylindrical-coordinate representation of color #1508DD: hue angle of 243.66º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1508DD is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 8 | 221 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.13 |
| HSL | 243.66º | 0.93% | 0.45% | - |
| HSV(B) | 243.66º | 0.96% | 0.87% | - |
| XYZ | 13.45 | 5.55 | 68.77 | - |
| YUV | 36.17 | 232.31 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 221 | 0.90 | 0.96 | 0 | 0.13 | 243.66 | 0.93 | 0.45 |
| Hex | 15 | 8 | DD | 5A | 60 | 0 | D | F4 | 5D | 2D |
| Octal | 25 | 10 | 335 | 132 | 140 | 0 | 15 | 364 | 135 | 55 |
| Binary | 10101 | 1000 | 11011101 | 1011010 | 1100000 | 0 | 1101 | 11110100 | 1011101 | 101101 |
Color Harmonies of #1508DD
Complementary color
Monochromatic Colors of #1508DD
Black with #1508DD
Text Example
Text Example
White with #1508DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1508DD; }
p { color: rgb(21,8,221); }
H1.HeaderClassName
{
color: #1508DD;
}
.AnyTagClassName
{
color: #1508DD;
}
</style>
background-color css
<style>
a { background-color: #1508DD; }
a { background-color: rgb(21,8,221); }
div.DivClassName
{
background-color: #1508DD;
}
.BgClassName
{
background-color: #1508DD;
}
</style>
border-color css
<style>
span { border-color: #1508DD; }
span { border-color: rgb(21,8,221); }
td.TdClassName
{
border-color: #1508DD;
}
.TagClassName
{
border-color: #1508DD;
}
</style>