Shades of Medium Blue #151BDF
Tints of Medium Blue #151BDF
RGB
CMYK
RGB Variations
Color information
#151BDF (or 0x151BDF) is known color: Medium Blue. HEX triplet: 15, 1B and DF. RGB value is (21,27,223). Sum of RGB (Red+Green+Blue) = 21+27+223=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 223 (87.5% from 255 or 82.29% from 271); Max value from RGB is 223 - color contains mainly: blue. Hex color #151BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151BDF is #EAE420. Grayscale: #2E2E2E. Windows color (decimal): -15393825 or 14621461. OLE color: 14621461.
HSL color Cylindrical-coordinate representation of color #151BDF: hue angle of 238.22º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #151BDF is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 27 | 223 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.13 |
| HSL | 238.22º | 0.83% | 0.48% | - |
| HSV(B) | 238.22º | 0.91% | 0.87% | - |
| XYZ | 14.02 | 6.27 | 70.28 | - |
| YUV | 47.55 | 227.01 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 223 | 0.91 | 0.88 | 0 | 0.13 | 238.22 | 0.83 | 0.48 |
| Hex | 15 | 1B | DF | 5B | 58 | 0 | D | EE | 53 | 30 |
| Octal | 25 | 33 | 337 | 133 | 130 | 0 | 15 | 356 | 123 | 60 |
| Binary | 10101 | 11011 | 11011111 | 1011011 | 1011000 | 0 | 1101 | 11101110 | 1010011 | 110000 |
Color Harmonies of #151BDF
Complementary color
Monochromatic Colors of #151BDF
Black with #151BDF
Text Example
Text Example
White with #151BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151BDF; }
p { color: rgb(21,27,223); }
H1.HeaderClassName
{
color: #151BDF;
}
.AnyTagClassName
{
color: #151BDF;
}
</style>
background-color css
<style>
a { background-color: #151BDF; }
a { background-color: rgb(21,27,223); }
div.DivClassName
{
background-color: #151BDF;
}
.BgClassName
{
background-color: #151BDF;
}
</style>
border-color css
<style>
span { border-color: #151BDF; }
span { border-color: rgb(21,27,223); }
td.TdClassName
{
border-color: #151BDF;
}
.TagClassName
{
border-color: #151BDF;
}
</style>