Shades of Medium Blue #1508C3
Tints of Medium Blue #1508C3
RGB
CMYK
RGB Variations
Color information
#1508C3 (or 0x1508C3) is known color: Medium Blue. HEX triplet: 15, 08 and C3. RGB value is (21,8,195). Sum of RGB (Red+Green+Blue) = 21+8+195=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 195 (76.56% from 255 or 87.05% from 224); Max value from RGB is 195 - color contains mainly: blue. Hex color #1508C3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1508C3 is #EAF73C. Grayscale: #202020. Windows color (decimal): -15398717 or 12781589. OLE color: 12781589.
HSL color Cylindrical-coordinate representation of color #1508C3: hue angle of 244.17º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1508C3 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 8 | 195 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.24 |
| HSL | 244.17º | 0.92% | 0.4% | - |
| HSV(B) | 244.17º | 0.96% | 0.76% | - |
| XYZ | 10.25 | 4.27 | 51.91 | - |
| YUV | 33.21 | 219.31 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 195 | 0.89 | 0.96 | 0 | 0.24 | 244.17 | 0.92 | 0.4 |
| Hex | 15 | 8 | C3 | 59 | 60 | 0 | 18 | F4 | 5C | 28 |
| Octal | 25 | 10 | 303 | 131 | 140 | 0 | 30 | 364 | 134 | 50 |
| Binary | 10101 | 1000 | 11000011 | 1011001 | 1100000 | 0 | 11000 | 11110100 | 1011100 | 101000 |
Color Harmonies of #1508C3
Complementary color
Monochromatic Colors of #1508C3
Black with #1508C3
Text Example
Text Example
White with #1508C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1508C3; }
p { color: rgb(21,8,195); }
H1.HeaderClassName
{
color: #1508C3;
}
.AnyTagClassName
{
color: #1508C3;
}
</style>
background-color css
<style>
a { background-color: #1508C3; }
a { background-color: rgb(21,8,195); }
div.DivClassName
{
background-color: #1508C3;
}
.BgClassName
{
background-color: #1508C3;
}
</style>
border-color css
<style>
span { border-color: #1508C3; }
span { border-color: rgb(21,8,195); }
td.TdClassName
{
border-color: #1508C3;
}
.TagClassName
{
border-color: #1508C3;
}
</style>