Shades of Medium Blue #151ADC
Tints of Medium Blue #151ADC
RGB
CMYK
RGB Variations
Color information
#151ADC (or 0x151ADC) is known color: Medium Blue. HEX triplet: 15, 1A and DC. RGB value is (21,26,220). Sum of RGB (Red+Green+Blue) = 21+26+220=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 220 (86.33% from 255 or 82.40% from 267); Max value from RGB is 220 - color contains mainly: blue. Hex color #151ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151ADC is #EAE523. Grayscale: #2D2D2D. Windows color (decimal): -15394084 or 14424597. OLE color: 14424597.
HSL color Cylindrical-coordinate representation of color #151ADC: hue angle of 238.49º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151ADC is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 26 | 220 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.14 |
| HSL | 238.49º | 0.83% | 0.47% | - |
| HSV(B) | 238.49º | 0.9% | 0.86% | - |
| XYZ | 13.6 | 6.07 | 68.16 | - |
| YUV | 46.62 | 225.84 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 220 | 0.90 | 0.88 | 0 | 0.14 | 238.49 | 0.83 | 0.47 |
| Hex | 15 | 1A | DC | 5A | 58 | 0 | E | EE | 53 | 2F |
| Octal | 25 | 32 | 334 | 132 | 130 | 0 | 16 | 356 | 123 | 57 |
| Binary | 10101 | 11010 | 11011100 | 1011010 | 1011000 | 0 | 1110 | 11101110 | 1010011 | 101111 |
Color Harmonies of #151ADC
Complementary color
Monochromatic Colors of #151ADC
Black with #151ADC
Text Example
Text Example
White with #151ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151ADC; }
p { color: rgb(21,26,220); }
H1.HeaderClassName
{
color: #151ADC;
}
.AnyTagClassName
{
color: #151ADC;
}
</style>
background-color css
<style>
a { background-color: #151ADC; }
a { background-color: rgb(21,26,220); }
div.DivClassName
{
background-color: #151ADC;
}
.BgClassName
{
background-color: #151ADC;
}
</style>
border-color css
<style>
span { border-color: #151ADC; }
span { border-color: rgb(21,26,220); }
td.TdClassName
{
border-color: #151ADC;
}
.TagClassName
{
border-color: #151ADC;
}
</style>