Shades of Medium Blue #150BDF
Tints of Medium Blue #150BDF
RGB
CMYK
RGB Variations
Color information
#150BDF (or 0x150BDF) is known color: Medium Blue. HEX triplet: 15, 0B and DF. RGB value is (21,11,223). Sum of RGB (Red+Green+Blue) = 21+11+223=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 223 (87.5% from 255 or 87.45% from 255); Max value from RGB is 223 - color contains mainly: blue. Hex color #150BDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150BDF is #EAF420. Grayscale: #252525. Windows color (decimal): -15397921 or 14617365. OLE color: 14617365.
HSL color Cylindrical-coordinate representation of color #150BDF: hue angle of 242.83º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150BDF is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 11 | 223 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.13 |
| HSL | 242.83º | 0.91% | 0.46% | - |
| HSV(B) | 242.83º | 0.95% | 0.87% | - |
| XYZ | 13.75 | 5.73 | 70.19 | - |
| YUV | 38.16 | 232.31 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 223 | 0.91 | 0.95 | 0 | 0.13 | 242.83 | 0.91 | 0.46 |
| Hex | 15 | B | DF | 5B | 5F | 0 | D | F3 | 5B | 2E |
| Octal | 25 | 13 | 337 | 133 | 137 | 0 | 15 | 363 | 133 | 56 |
| Binary | 10101 | 1011 | 11011111 | 1011011 | 1011111 | 0 | 1101 | 11110011 | 1011011 | 101110 |
Color Harmonies of #150BDF
Complementary color
Monochromatic Colors of #150BDF
Black with #150BDF
Text Example
Text Example
White with #150BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150BDF; }
p { color: rgb(21,11,223); }
H1.HeaderClassName
{
color: #150BDF;
}
.AnyTagClassName
{
color: #150BDF;
}
</style>
background-color css
<style>
a { background-color: #150BDF; }
a { background-color: rgb(21,11,223); }
div.DivClassName
{
background-color: #150BDF;
}
.BgClassName
{
background-color: #150BDF;
}
</style>
border-color css
<style>
span { border-color: #150BDF; }
span { border-color: rgb(21,11,223); }
td.TdClassName
{
border-color: #150BDF;
}
.TagClassName
{
border-color: #150BDF;
}
</style>