Shades of Medium Blue #150ACF
Tints of Medium Blue #150ACF
RGB
CMYK
RGB Variations
Color information
#150ACF (or 0x150ACF) is known color: Medium Blue. HEX triplet: 15, 0A and CF. RGB value is (21,10,207). Sum of RGB (Red+Green+Blue) = 21+10+207=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 207 (81.25% from 255 or 86.97% from 238); Max value from RGB is 207 - color contains mainly: blue. Hex color #150ACF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150ACF is #EAF530. Grayscale: #222222. Windows color (decimal): -15398193 or 13568533. OLE color: 13568533.
HSL color Cylindrical-coordinate representation of color #150ACF: hue angle of 243.35º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150ACF is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 10 | 207 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.19 |
| HSL | 243.35º | 0.91% | 0.43% | - |
| HSV(B) | 243.35º | 0.95% | 0.81% | - |
| XYZ | 11.68 | 4.88 | 59.36 | - |
| YUV | 35.75 | 224.64 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 207 | 0.90 | 0.95 | 0 | 0.19 | 243.35 | 0.91 | 0.43 |
| Hex | 15 | A | CF | 5A | 5F | 0 | 13 | F3 | 5B | 2B |
| Octal | 25 | 12 | 317 | 132 | 137 | 0 | 23 | 363 | 133 | 53 |
| Binary | 10101 | 1010 | 11001111 | 1011010 | 1011111 | 0 | 10011 | 11110011 | 1011011 | 101011 |
Color Harmonies of #150ACF
Complementary color
Monochromatic Colors of #150ACF
Black with #150ACF
Text Example
Text Example
White with #150ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150ACF; }
p { color: rgb(21,10,207); }
H1.HeaderClassName
{
color: #150ACF;
}
.AnyTagClassName
{
color: #150ACF;
}
</style>
background-color css
<style>
a { background-color: #150ACF; }
a { background-color: rgb(21,10,207); }
div.DivClassName
{
background-color: #150ACF;
}
.BgClassName
{
background-color: #150ACF;
}
</style>
border-color css
<style>
span { border-color: #150ACF; }
span { border-color: rgb(21,10,207); }
td.TdClassName
{
border-color: #150ACF;
}
.TagClassName
{
border-color: #150ACF;
}
</style>