Shades of Medium Blue #150DC3
Tints of Medium Blue #150DC3
RGB
CMYK
RGB Variations
Color information
#150DC3 (or 0x150DC3) is known color: Medium Blue. HEX triplet: 15, 0D and C3. RGB value is (21,13,195). Sum of RGB (Red+Green+Blue) = 21+13+195=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 195 (76.56% from 255 or 85.15% from 229); Max value from RGB is 195 - color contains mainly: blue. Hex color #150DC3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150DC3 is #EAF23C. Grayscale: #232323. Windows color (decimal): -15397437 or 12782869. OLE color: 12782869.
HSL color Cylindrical-coordinate representation of color #150DC3: hue angle of 242.64º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150DC3 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 13 | 195 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.24 |
| HSL | 242.64º | 0.88% | 0.41% | - |
| HSV(B) | 242.64º | 0.93% | 0.76% | - |
| XYZ | 10.3 | 4.39 | 51.93 | - |
| YUV | 36.14 | 217.65 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 195 | 0.89 | 0.93 | 0 | 0.24 | 242.64 | 0.88 | 0.41 |
| Hex | 15 | D | C3 | 59 | 5D | 0 | 18 | F3 | 58 | 29 |
| Octal | 25 | 15 | 303 | 131 | 135 | 0 | 30 | 363 | 130 | 51 |
| Binary | 10101 | 1101 | 11000011 | 1011001 | 1011101 | 0 | 11000 | 11110011 | 1011000 | 101001 |
Color Harmonies of #150DC3
Complementary color
Monochromatic Colors of #150DC3
Black with #150DC3
Text Example
Text Example
White with #150DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150DC3; }
p { color: rgb(21,13,195); }
H1.HeaderClassName
{
color: #150DC3;
}
.AnyTagClassName
{
color: #150DC3;
}
</style>
background-color css
<style>
a { background-color: #150DC3; }
a { background-color: rgb(21,13,195); }
div.DivClassName
{
background-color: #150DC3;
}
.BgClassName
{
background-color: #150DC3;
}
</style>
border-color css
<style>
span { border-color: #150DC3; }
span { border-color: rgb(21,13,195); }
td.TdClassName
{
border-color: #150DC3;
}
.TagClassName
{
border-color: #150DC3;
}
</style>