Shades of Medium Blue #150CCE
Tints of Medium Blue #150CCE
RGB
CMYK
RGB Variations
Color information
#150CCE (or 0x150CCE) is known color: Medium Blue. HEX triplet: 15, 0C and CE. RGB value is (21,12,206). Sum of RGB (Red+Green+Blue) = 21+12+206=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 206 (80.86% from 255 or 86.19% from 239); Max value from RGB is 206 - color contains mainly: blue. Hex color #150CCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150CCE is #EAF331. Grayscale: #242424. Windows color (decimal): -15397682 or 13503509. OLE color: 13503509.
HSL color Cylindrical-coordinate representation of color #150CCE: hue angle of 242.78º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150CCE is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 12 | 206 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.19 |
| HSL | 242.78º | 0.89% | 0.43% | - |
| HSV(B) | 242.78º | 0.94% | 0.81% | - |
| XYZ | 11.58 | 4.88 | 58.72 | - |
| YUV | 36.81 | 223.48 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 206 | 0.90 | 0.94 | 0 | 0.19 | 242.78 | 0.89 | 0.43 |
| Hex | 15 | C | CE | 5A | 5E | 0 | 13 | F3 | 59 | 2B |
| Octal | 25 | 14 | 316 | 132 | 136 | 0 | 23 | 363 | 131 | 53 |
| Binary | 10101 | 1100 | 11001110 | 1011010 | 1011110 | 0 | 10011 | 11110011 | 1011001 | 101011 |
Color Harmonies of #150CCE
Complementary color
Monochromatic Colors of #150CCE
Black with #150CCE
Text Example
Text Example
White with #150CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150CCE; }
p { color: rgb(21,12,206); }
H1.HeaderClassName
{
color: #150CCE;
}
.AnyTagClassName
{
color: #150CCE;
}
</style>
background-color css
<style>
a { background-color: #150CCE; }
a { background-color: rgb(21,12,206); }
div.DivClassName
{
background-color: #150CCE;
}
.BgClassName
{
background-color: #150CCE;
}
</style>
border-color css
<style>
span { border-color: #150CCE; }
span { border-color: rgb(21,12,206); }
td.TdClassName
{
border-color: #150CCE;
}
.TagClassName
{
border-color: #150CCE;
}
</style>