Shades of Medium Blue #150CCF
Tints of Medium Blue #150CCF
RGB
CMYK
RGB Variations
Color information
#150CCF (or 0x150CCF) is known color: Medium Blue. HEX triplet: 15, 0C and CF. RGB value is (21,12,207). Sum of RGB (Red+Green+Blue) = 21+12+207=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 207 (81.25% from 255 or 86.25% from 240); Max value from RGB is 207 - color contains mainly: blue. Hex color #150CCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150CCF is #EAF330. Grayscale: #242424. Windows color (decimal): -15397681 or 13569045. OLE color: 13569045.
HSL color Cylindrical-coordinate representation of color #150CCF: hue angle of 242.77º 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 #150CCF is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 12 | 207 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.19 |
| HSL | 242.77º | 0.89% | 0.43% | - |
| HSV(B) | 242.77º | 0.94% | 0.81% | - |
| XYZ | 11.7 | 4.93 | 59.37 | - |
| YUV | 36.92 | 223.98 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 207 | 0.90 | 0.94 | 0 | 0.19 | 242.77 | 0.89 | 0.43 |
| Hex | 15 | C | CF | 5A | 5E | 0 | 13 | F3 | 59 | 2B |
| Octal | 25 | 14 | 317 | 132 | 136 | 0 | 23 | 363 | 131 | 53 |
| Binary | 10101 | 1100 | 11001111 | 1011010 | 1011110 | 0 | 10011 | 11110011 | 1011001 | 101011 |
Color Harmonies of #150CCF
Complementary color
Monochromatic Colors of #150CCF
Black with #150CCF
Text Example
Text Example
White with #150CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150CCF; }
p { color: rgb(21,12,207); }
H1.HeaderClassName
{
color: #150CCF;
}
.AnyTagClassName
{
color: #150CCF;
}
</style>
background-color css
<style>
a { background-color: #150CCF; }
a { background-color: rgb(21,12,207); }
div.DivClassName
{
background-color: #150CCF;
}
.BgClassName
{
background-color: #150CCF;
}
</style>
border-color css
<style>
span { border-color: #150CCF; }
span { border-color: rgb(21,12,207); }
td.TdClassName
{
border-color: #150CCF;
}
.TagClassName
{
border-color: #150CCF;
}
</style>