Shades of Medium Blue #150FC9
Tints of Medium Blue #150FC9
RGB
CMYK
RGB Variations
Color information
#150FC9 (or 0x150FC9) is known color: Medium Blue. HEX triplet: 15, 0F and C9. RGB value is (21,15,201). Sum of RGB (Red+Green+Blue) = 21+15+201=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 201 (78.91% from 255 or 84.81% from 237); Max value from RGB is 201 - color contains mainly: blue. Hex color #150FC9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150FC9 is #EAF036. Grayscale: #252525. Windows color (decimal): -15396919 or 13176597. OLE color: 13176597.
HSL color Cylindrical-coordinate representation of color #150FC9: hue angle of 241.94º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150FC9 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 15 | 201 | - |
| CMYK | 0.90 | 0.93 | 0 | 0.21 |
| HSL | 241.94º | 0.86% | 0.42% | - |
| HSV(B) | 241.94º | 0.93% | 0.79% | - |
| XYZ | 11.02 | 4.72 | 55.59 | - |
| YUV | 38 | 219.99 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 201 | 0.90 | 0.93 | 0 | 0.21 | 241.94 | 0.86 | 0.42 |
| Hex | 15 | F | C9 | 5A | 5D | 0 | 15 | F2 | 56 | 2A |
| Octal | 25 | 17 | 311 | 132 | 135 | 0 | 25 | 362 | 126 | 52 |
| Binary | 10101 | 1111 | 11001001 | 1011010 | 1011101 | 0 | 10101 | 11110010 | 1010110 | 101010 |
Color Harmonies of #150FC9
Complementary color
Monochromatic Colors of #150FC9
Black with #150FC9
Text Example
Text Example
White with #150FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150FC9; }
p { color: rgb(21,15,201); }
H1.HeaderClassName
{
color: #150FC9;
}
.AnyTagClassName
{
color: #150FC9;
}
</style>
background-color css
<style>
a { background-color: #150FC9; }
a { background-color: rgb(21,15,201); }
div.DivClassName
{
background-color: #150FC9;
}
.BgClassName
{
background-color: #150FC9;
}
</style>
border-color css
<style>
span { border-color: #150FC9; }
span { border-color: rgb(21,15,201); }
td.TdClassName
{
border-color: #150FC9;
}
.TagClassName
{
border-color: #150FC9;
}
</style>