Shades of Medium Blue #150CDA
Tints of Medium Blue #150CDA
RGB
CMYK
RGB Variations
Color information
#150CDA (or 0x150CDA) is known color: Medium Blue. HEX triplet: 15, 0C and DA. RGB value is (21,12,218). Sum of RGB (Red+Green+Blue) = 21+12+218=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 218 (85.55% from 255 or 86.85% from 251); Max value from RGB is 218 - color contains mainly: blue. Hex color #150CDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150CDA is #EAF325. Grayscale: #252525. Windows color (decimal): -15397670 or 14289941. OLE color: 14289941.
HSL color Cylindrical-coordinate representation of color #150CDA: hue angle of 242.62º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150CDA is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 12 | 218 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.15 |
| HSL | 242.62º | 0.9% | 0.45% | - |
| HSV(B) | 242.62º | 0.94% | 0.85% | - |
| XYZ | 13.1 | 5.48 | 66.7 | - |
| YUV | 38.18 | 229.48 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 218 | 0.90 | 0.94 | 0 | 0.15 | 242.62 | 0.9 | 0.45 |
| Hex | 15 | C | DA | 5A | 5E | 0 | F | F3 | 5A | 2D |
| Octal | 25 | 14 | 332 | 132 | 136 | 0 | 17 | 363 | 132 | 55 |
| Binary | 10101 | 1100 | 11011010 | 1011010 | 1011110 | 0 | 1111 | 11110011 | 1011010 | 101101 |
Color Harmonies of #150CDA
Complementary color
Monochromatic Colors of #150CDA
Black with #150CDA
Text Example
Text Example
White with #150CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150CDA; }
p { color: rgb(21,12,218); }
H1.HeaderClassName
{
color: #150CDA;
}
.AnyTagClassName
{
color: #150CDA;
}
</style>
background-color css
<style>
a { background-color: #150CDA; }
a { background-color: rgb(21,12,218); }
div.DivClassName
{
background-color: #150CDA;
}
.BgClassName
{
background-color: #150CDA;
}
</style>
border-color css
<style>
span { border-color: #150CDA; }
span { border-color: rgb(21,12,218); }
td.TdClassName
{
border-color: #150CDA;
}
.TagClassName
{
border-color: #150CDA;
}
</style>