Shades of Medium Blue #150CDD
Tints of Medium Blue #150CDD
RGB
CMYK
RGB Variations
Color information
#150CDD (or 0x150CDD) is known color: Medium Blue. HEX triplet: 15, 0C and DD. RGB value is (21,12,221). Sum of RGB (Red+Green+Blue) = 21+12+221=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 221 (86.72% from 255 or 87.01% from 254); Max value from RGB is 221 - color contains mainly: blue. Hex color #150CDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150CDD is #EAF322. Grayscale: #252525. Windows color (decimal): -15397667 or 14486549. OLE color: 14486549.
HSL color Cylindrical-coordinate representation of color #150CDD: hue angle of 242.58º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150CDD is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 12 | 221 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.13 |
| HSL | 242.58º | 0.9% | 0.46% | - |
| HSV(B) | 242.58º | 0.95% | 0.87% | - |
| XYZ | 13.49 | 5.64 | 68.78 | - |
| YUV | 38.52 | 230.98 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 221 | 0.90 | 0.95 | 0 | 0.13 | 242.58 | 0.9 | 0.46 |
| Hex | 15 | C | DD | 5A | 5F | 0 | D | F3 | 5A | 2E |
| Octal | 25 | 14 | 335 | 132 | 137 | 0 | 15 | 363 | 132 | 56 |
| Binary | 10101 | 1100 | 11011101 | 1011010 | 1011111 | 0 | 1101 | 11110011 | 1011010 | 101110 |
Color Harmonies of #150CDD
Complementary color
Monochromatic Colors of #150CDD
Black with #150CDD
Text Example
Text Example
White with #150CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150CDD; }
p { color: rgb(21,12,221); }
H1.HeaderClassName
{
color: #150CDD;
}
.AnyTagClassName
{
color: #150CDD;
}
</style>
background-color css
<style>
a { background-color: #150CDD; }
a { background-color: rgb(21,12,221); }
div.DivClassName
{
background-color: #150CDD;
}
.BgClassName
{
background-color: #150CDD;
}
</style>
border-color css
<style>
span { border-color: #150CDD; }
span { border-color: rgb(21,12,221); }
td.TdClassName
{
border-color: #150CDD;
}
.TagClassName
{
border-color: #150CDD;
}
</style>