Shades of Medium Blue #151CDF
Tints of Medium Blue #151CDF
RGB
CMYK
RGB Variations
Color information
#151CDF (or 0x151CDF) is known color: Medium Blue. HEX triplet: 15, 1C and DF. RGB value is (21,28,223). Sum of RGB (Red+Green+Blue) = 21+28+223=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 223 (87.5% from 255 or 81.99% from 272); Max value from RGB is 223 - color contains mainly: blue. Hex color #151CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151CDF is #EAE320. Grayscale: #2F2F2F. Windows color (decimal): -15393569 or 14621717. OLE color: 14621717.
HSL color Cylindrical-coordinate representation of color #151CDF: hue angle of 237.92º 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 #151CDF is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 28 | 223 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.13 |
| HSL | 237.92º | 0.83% | 0.48% | - |
| HSV(B) | 237.92º | 0.91% | 0.87% | - |
| XYZ | 14.04 | 6.32 | 70.29 | - |
| YUV | 48.14 | 226.68 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 223 | 0.91 | 0.87 | 0 | 0.13 | 237.92 | 0.83 | 0.48 |
| Hex | 15 | 1C | DF | 5B | 57 | 0 | D | EE | 53 | 30 |
| Octal | 25 | 34 | 337 | 133 | 127 | 0 | 15 | 356 | 123 | 60 |
| Binary | 10101 | 11100 | 11011111 | 1011011 | 1010111 | 0 | 1101 | 11101110 | 1010011 | 110000 |
Color Harmonies of #151CDF
Complementary color
Monochromatic Colors of #151CDF
Black with #151CDF
Text Example
Text Example
White with #151CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151CDF; }
p { color: rgb(21,28,223); }
H1.HeaderClassName
{
color: #151CDF;
}
.AnyTagClassName
{
color: #151CDF;
}
</style>
background-color css
<style>
a { background-color: #151CDF; }
a { background-color: rgb(21,28,223); }
div.DivClassName
{
background-color: #151CDF;
}
.BgClassName
{
background-color: #151CDF;
}
</style>
border-color css
<style>
span { border-color: #151CDF; }
span { border-color: rgb(21,28,223); }
td.TdClassName
{
border-color: #151CDF;
}
.TagClassName
{
border-color: #151CDF;
}
</style>