Shades of Medium Blue #1508CE
Tints of Medium Blue #1508CE
RGB
CMYK
RGB Variations
Color information
#1508CE (or 0x1508CE) is known color: Medium Blue. HEX triplet: 15, 08 and CE. RGB value is (21,8,206). Sum of RGB (Red+Green+Blue) = 21+8+206=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 206 (80.86% from 255 or 87.66% from 235); Max value from RGB is 206 - color contains mainly: blue. Hex color #1508CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1508CE is #EAF731. Grayscale: #212121. Windows color (decimal): -15398706 or 13502485. OLE color: 13502485.
HSL color Cylindrical-coordinate representation of color #1508CE: hue angle of 243.94º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1508CE is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 8 | 206 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.19 |
| HSL | 243.94º | 0.93% | 0.42% | - |
| HSV(B) | 243.94º | 0.96% | 0.81% | - |
| XYZ | 11.54 | 4.79 | 58.71 | - |
| YUV | 34.46 | 224.81 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 206 | 0.90 | 0.96 | 0 | 0.19 | 243.94 | 0.93 | 0.42 |
| Hex | 15 | 8 | CE | 5A | 60 | 0 | 13 | F4 | 5D | 2A |
| Octal | 25 | 10 | 316 | 132 | 140 | 0 | 23 | 364 | 135 | 52 |
| Binary | 10101 | 1000 | 11001110 | 1011010 | 1100000 | 0 | 10011 | 11110100 | 1011101 | 101010 |
Color Harmonies of #1508CE
Complementary color
Monochromatic Colors of #1508CE
Black with #1508CE
Text Example
Text Example
White with #1508CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1508CE; }
p { color: rgb(21,8,206); }
H1.HeaderClassName
{
color: #1508CE;
}
.AnyTagClassName
{
color: #1508CE;
}
</style>
background-color css
<style>
a { background-color: #1508CE; }
a { background-color: rgb(21,8,206); }
div.DivClassName
{
background-color: #1508CE;
}
.BgClassName
{
background-color: #1508CE;
}
</style>
border-color css
<style>
span { border-color: #1508CE; }
span { border-color: rgb(21,8,206); }
td.TdClassName
{
border-color: #1508CE;
}
.TagClassName
{
border-color: #1508CE;
}
</style>