Shades of Medium Blue #151ACC
Tints of Medium Blue #151ACC
RGB
CMYK
RGB Variations
Color information
#151ACC (or 0x151ACC) is known color: Medium Blue. HEX triplet: 15, 1A and CC. RGB value is (21,26,204). Sum of RGB (Red+Green+Blue) = 21+26+204=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 204 (80.08% from 255 or 81.27% from 251); Max value from RGB is 204 - color contains mainly: blue. Hex color #151ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151ACC is #EAE533. Grayscale: #2C2C2C. Windows color (decimal): -15394100 or 13376021. OLE color: 13376021.
HSL color Cylindrical-coordinate representation of color #151ACC: hue angle of 238.36º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151ACC is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 26 | 204 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.2 |
| HSL | 238.36º | 0.81% | 0.44% | - |
| HSV(B) | 238.36º | 0.9% | 0.8% | - |
| XYZ | 11.58 | 5.26 | 57.53 | - |
| YUV | 44.8 | 217.84 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 204 | 0.90 | 0.87 | 0 | 0.2 | 238.36 | 0.81 | 0.44 |
| Hex | 15 | 1A | CC | 5A | 57 | 0 | 14 | EE | 51 | 2C |
| Octal | 25 | 32 | 314 | 132 | 127 | 0 | 24 | 356 | 121 | 54 |
| Binary | 10101 | 11010 | 11001100 | 1011010 | 1010111 | 0 | 10100 | 11101110 | 1010001 | 101100 |
Color Harmonies of #151ACC
Complementary color
Monochromatic Colors of #151ACC
Black with #151ACC
Text Example
Text Example
White with #151ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151ACC; }
p { color: rgb(21,26,204); }
H1.HeaderClassName
{
color: #151ACC;
}
.AnyTagClassName
{
color: #151ACC;
}
</style>
background-color css
<style>
a { background-color: #151ACC; }
a { background-color: rgb(21,26,204); }
div.DivClassName
{
background-color: #151ACC;
}
.BgClassName
{
background-color: #151ACC;
}
</style>
border-color css
<style>
span { border-color: #151ACC; }
span { border-color: rgb(21,26,204); }
td.TdClassName
{
border-color: #151ACC;
}
.TagClassName
{
border-color: #151ACC;
}
</style>