Shades of Medium Blue #1217BB
Tints of Medium Blue #1217BB
RGB
CMYK
RGB Variations
Color information
#1217BB (or 0x1217BB) is known color: Medium Blue. HEX triplet: 12, 17 and BB. RGB value is (18,23,187). Sum of RGB (Red+Green+Blue) = 18+23+187=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 187 (73.44% from 255 or 82.02% from 228); Max value from RGB is 187 - color contains mainly: blue. Hex color #1217BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1217BB is #EDE844. Grayscale: #272727. Windows color (decimal): -15591493 or 12261138. OLE color: 12261138.
HSL color Cylindrical-coordinate representation of color #1217BB: hue angle of 238.22º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1217BB is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 23 | 187 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.27 |
| HSL | 238.22º | 0.82% | 0.4% | - |
| HSV(B) | 238.22º | 0.9% | 0.73% | - |
| XYZ | 9.53 | 4.33 | 47.35 | - |
| YUV | 40.2 | 210.84 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 23 | 187 | 0.90 | 0.88 | 0 | 0.27 | 238.22 | 0.82 | 0.4 |
| Hex | 12 | 17 | BB | 5A | 58 | 0 | 1B | EE | 52 | 28 |
| Octal | 22 | 27 | 273 | 132 | 130 | 0 | 33 | 356 | 122 | 50 |
| Binary | 10010 | 10111 | 10111011 | 1011010 | 1011000 | 0 | 11011 | 11101110 | 1010010 | 101000 |
Color Harmonies of #1217BB
Complementary color
Monochromatic Colors of #1217BB
Black with #1217BB
Text Example
Text Example
White with #1217BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1217BB; }
p { color: rgb(18,23,187); }
H1.HeaderClassName
{
color: #1217BB;
}
.AnyTagClassName
{
color: #1217BB;
}
</style>
background-color css
<style>
a { background-color: #1217BB; }
a { background-color: rgb(18,23,187); }
div.DivClassName
{
background-color: #1217BB;
}
.BgClassName
{
background-color: #1217BB;
}
</style>
border-color css
<style>
span { border-color: #1217BB; }
span { border-color: rgb(18,23,187); }
td.TdClassName
{
border-color: #1217BB;
}
.TagClassName
{
border-color: #1217BB;
}
</style>