Shades of Medium Blue #1217BD
Tints of Medium Blue #1217BD
RGB
CMYK
RGB Variations
Color information
#1217BD (or 0x1217BD) is known color: Medium Blue. HEX triplet: 12, 17 and BD. RGB value is (18,23,189). Sum of RGB (Red+Green+Blue) = 18+23+189=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 189 (74.22% from 255 or 82.17% from 230); Max value from RGB is 189 - color contains mainly: blue. Hex color #1217BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1217BD is #EDE842. Grayscale: #272727. Windows color (decimal): -15591491 or 12392210. OLE color: 12392210.
HSL color Cylindrical-coordinate representation of color #1217BD: hue angle of 238.25º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1217BD is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 23 | 189 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.26 |
| HSL | 238.25º | 0.83% | 0.41% | - |
| HSV(B) | 238.25º | 0.9% | 0.74% | - |
| XYZ | 9.74 | 4.42 | 48.48 | - |
| YUV | 40.43 | 211.84 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 23 | 189 | 0.90 | 0.88 | 0 | 0.26 | 238.25 | 0.83 | 0.41 |
| Hex | 12 | 17 | BD | 5A | 58 | 0 | 1A | EE | 53 | 29 |
| Octal | 22 | 27 | 275 | 132 | 130 | 0 | 32 | 356 | 123 | 51 |
| Binary | 10010 | 10111 | 10111101 | 1011010 | 1011000 | 0 | 11010 | 11101110 | 1010011 | 101001 |
Color Harmonies of #1217BD
Complementary color
Monochromatic Colors of #1217BD
Black with #1217BD
Text Example
Text Example
White with #1217BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1217BD; }
p { color: rgb(18,23,189); }
H1.HeaderClassName
{
color: #1217BD;
}
.AnyTagClassName
{
color: #1217BD;
}
</style>
background-color css
<style>
a { background-color: #1217BD; }
a { background-color: rgb(18,23,189); }
div.DivClassName
{
background-color: #1217BD;
}
.BgClassName
{
background-color: #1217BD;
}
</style>
border-color css
<style>
span { border-color: #1217BD; }
span { border-color: rgb(18,23,189); }
td.TdClassName
{
border-color: #1217BD;
}
.TagClassName
{
border-color: #1217BD;
}
</style>