Shades of Medium Blue #1508DA
Tints of Medium Blue #1508DA
RGB
CMYK
RGB Variations
Color information
#1508DA (or 0x1508DA) is known color: Medium Blue. HEX triplet: 15, 08 and DA. RGB value is (21,8,218). Sum of RGB (Red+Green+Blue) = 21+8+218=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 218 (85.55% from 255 or 88.26% from 247); Max value from RGB is 218 - color contains mainly: blue. Hex color #1508DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1508DA is #EAF725. Grayscale: #232323. Windows color (decimal): -15398694 or 14288917. OLE color: 14288917.
HSL color Cylindrical-coordinate representation of color #1508DA: hue angle of 243.71º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1508DA is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 8 | 218 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.15 |
| HSL | 243.71º | 0.93% | 0.44% | - |
| HSV(B) | 243.71º | 0.96% | 0.85% | - |
| XYZ | 13.05 | 5.4 | 66.68 | - |
| YUV | 35.83 | 230.81 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 218 | 0.90 | 0.96 | 0 | 0.15 | 243.71 | 0.93 | 0.44 |
| Hex | 15 | 8 | DA | 5A | 60 | 0 | F | F4 | 5D | 2C |
| Octal | 25 | 10 | 332 | 132 | 140 | 0 | 17 | 364 | 135 | 54 |
| Binary | 10101 | 1000 | 11011010 | 1011010 | 1100000 | 0 | 1111 | 11110100 | 1011101 | 101100 |
Color Harmonies of #1508DA
Complementary color
Monochromatic Colors of #1508DA
Black with #1508DA
Text Example
Text Example
White with #1508DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1508DA; }
p { color: rgb(21,8,218); }
H1.HeaderClassName
{
color: #1508DA;
}
.AnyTagClassName
{
color: #1508DA;
}
</style>
background-color css
<style>
a { background-color: #1508DA; }
a { background-color: rgb(21,8,218); }
div.DivClassName
{
background-color: #1508DA;
}
.BgClassName
{
background-color: #1508DA;
}
</style>
border-color css
<style>
span { border-color: #1508DA; }
span { border-color: rgb(21,8,218); }
td.TdClassName
{
border-color: #1508DA;
}
.TagClassName
{
border-color: #1508DA;
}
</style>