Shades of Medium Blue #151CDA
Tints of Medium Blue #151CDA
RGB
CMYK
RGB Variations
Color information
#151CDA (or 0x151CDA) is known color: Medium Blue. HEX triplet: 15, 1C and DA. RGB value is (21,28,218). Sum of RGB (Red+Green+Blue) = 21+28+218=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 218 (85.55% from 255 or 81.65% from 267); Max value from RGB is 218 - color contains mainly: blue. Hex color #151CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151CDA is #EAE325. Grayscale: #2E2E2E. Windows color (decimal): -15393574 or 14294037. OLE color: 14294037.
HSL color Cylindrical-coordinate representation of color #151CDA: hue angle of 237.87º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151CDA is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 28 | 218 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.15 |
| HSL | 237.87º | 0.82% | 0.47% | - |
| HSV(B) | 237.87º | 0.9% | 0.85% | - |
| XYZ | 13.38 | 6.05 | 66.79 | - |
| YUV | 47.57 | 224.18 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 218 | 0.90 | 0.87 | 0 | 0.15 | 237.87 | 0.82 | 0.47 |
| Hex | 15 | 1C | DA | 5A | 57 | 0 | F | EE | 52 | 2F |
| Octal | 25 | 34 | 332 | 132 | 127 | 0 | 17 | 356 | 122 | 57 |
| Binary | 10101 | 11100 | 11011010 | 1011010 | 1010111 | 0 | 1111 | 11101110 | 1010010 | 101111 |
Color Harmonies of #151CDA
Complementary color
Monochromatic Colors of #151CDA
Black with #151CDA
Text Example
Text Example
White with #151CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151CDA; }
p { color: rgb(21,28,218); }
H1.HeaderClassName
{
color: #151CDA;
}
.AnyTagClassName
{
color: #151CDA;
}
</style>
background-color css
<style>
a { background-color: #151CDA; }
a { background-color: rgb(21,28,218); }
div.DivClassName
{
background-color: #151CDA;
}
.BgClassName
{
background-color: #151CDA;
}
</style>
border-color css
<style>
span { border-color: #151CDA; }
span { border-color: rgb(21,28,218); }
td.TdClassName
{
border-color: #151CDA;
}
.TagClassName
{
border-color: #151CDA;
}
</style>