Shades of Medium Blue #150DCC
Tints of Medium Blue #150DCC
RGB
CMYK
RGB Variations
Color information
#150DCC (or 0x150DCC) is known color: Medium Blue. HEX triplet: 15, 0D and CC. RGB value is (21,13,204). Sum of RGB (Red+Green+Blue) = 21+13+204=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 204 (80.08% from 255 or 85.71% from 238); Max value from RGB is 204 - color contains mainly: blue. Hex color #150DCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150DCC is #EAF233. Grayscale: #242424. Windows color (decimal): -15397428 or 13372693. OLE color: 13372693.
HSL color Cylindrical-coordinate representation of color #150DCC: hue angle of 242.51º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150DCC is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 13 | 204 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.2 |
| HSL | 242.51º | 0.88% | 0.43% | - |
| HSV(B) | 242.51º | 0.94% | 0.8% | - |
| XYZ | 11.35 | 4.81 | 57.46 | - |
| YUV | 37.17 | 222.15 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 204 | 0.90 | 0.94 | 0 | 0.2 | 242.51 | 0.88 | 0.43 |
| Hex | 15 | D | CC | 5A | 5E | 0 | 14 | F3 | 58 | 2B |
| Octal | 25 | 15 | 314 | 132 | 136 | 0 | 24 | 363 | 130 | 53 |
| Binary | 10101 | 1101 | 11001100 | 1011010 | 1011110 | 0 | 10100 | 11110011 | 1011000 | 101011 |
Color Harmonies of #150DCC
Complementary color
Monochromatic Colors of #150DCC
Black with #150DCC
Text Example
Text Example
White with #150DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150DCC; }
p { color: rgb(21,13,204); }
H1.HeaderClassName
{
color: #150DCC;
}
.AnyTagClassName
{
color: #150DCC;
}
</style>
background-color css
<style>
a { background-color: #150DCC; }
a { background-color: rgb(21,13,204); }
div.DivClassName
{
background-color: #150DCC;
}
.BgClassName
{
background-color: #150DCC;
}
</style>
border-color css
<style>
span { border-color: #150DCC; }
span { border-color: rgb(21,13,204); }
td.TdClassName
{
border-color: #150DCC;
}
.TagClassName
{
border-color: #150DCC;
}
</style>