Shades of Medium Blue #150FCF
Tints of Medium Blue #150FCF
RGB
CMYK
RGB Variations
Color information
#150FCF (or 0x150FCF) is known color: Medium Blue. HEX triplet: 15, 0F and CF. RGB value is (21,15,207). Sum of RGB (Red+Green+Blue) = 21+15+207=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 207 (81.25% from 255 or 85.19% from 243); Max value from RGB is 207 - color contains mainly: blue. Hex color #150FCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150FCF is #EAF030. Grayscale: #252525. Windows color (decimal): -15396913 or 13569813. OLE color: 13569813.
HSL color Cylindrical-coordinate representation of color #150FCF: hue angle of 241.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150FCF is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 15 | 207 | - |
| CMYK | 0.90 | 0.93 | 0 | 0.19 |
| HSL | 241.88º | 0.86% | 0.44% | - |
| HSV(B) | 241.88º | 0.93% | 0.81% | - |
| XYZ | 11.74 | 5.01 | 59.38 | - |
| YUV | 38.68 | 222.99 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 207 | 0.90 | 0.93 | 0 | 0.19 | 241.88 | 0.86 | 0.44 |
| Hex | 15 | F | CF | 5A | 5D | 0 | 13 | F2 | 56 | 2C |
| Octal | 25 | 17 | 317 | 132 | 135 | 0 | 23 | 362 | 126 | 54 |
| Binary | 10101 | 1111 | 11001111 | 1011010 | 1011101 | 0 | 10011 | 11110010 | 1010110 | 101100 |
Color Harmonies of #150FCF
Complementary color
Monochromatic Colors of #150FCF
Black with #150FCF
Text Example
Text Example
White with #150FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150FCF; }
p { color: rgb(21,15,207); }
H1.HeaderClassName
{
color: #150FCF;
}
.AnyTagClassName
{
color: #150FCF;
}
</style>
background-color css
<style>
a { background-color: #150FCF; }
a { background-color: rgb(21,15,207); }
div.DivClassName
{
background-color: #150FCF;
}
.BgClassName
{
background-color: #150FCF;
}
</style>
border-color css
<style>
span { border-color: #150FCF; }
span { border-color: rgb(21,15,207); }
td.TdClassName
{
border-color: #150FCF;
}
.TagClassName
{
border-color: #150FCF;
}
</style>