Shades of Medium Blue #1817BE
Tints of Medium Blue #1817BE
RGB
CMYK
RGB Variations
Color information
#1817BE (or 0x1817BE) is known color: Medium Blue. HEX triplet: 18, 17 and BE. RGB value is (24,23,190). Sum of RGB (Red+Green+Blue) = 24+23+190=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 190 (74.61% from 255 or 80.17% from 237); Max value from RGB is 190 - color contains mainly: blue. Hex color #1817BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1817BE is #E7E841. Grayscale: #292929. Windows color (decimal): -15198274 or 12457752. OLE color: 12457752.
HSL color Cylindrical-coordinate representation of color #1817BE: hue angle of 240.36º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1817BE is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 23 | 190 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.25 |
| HSL | 240.36º | 0.78% | 0.42% | - |
| HSV(B) | 240.36º | 0.88% | 0.75% | - |
| XYZ | 9.98 | 4.52 | 49.06 | - |
| YUV | 42.34 | 211.33 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 23 | 190 | 0.87 | 0.88 | 0 | 0.25 | 240.36 | 0.78 | 0.42 |
| Hex | 18 | 17 | BE | 57 | 58 | 0 | 19 | F0 | 4E | 2A |
| Octal | 30 | 27 | 276 | 127 | 130 | 0 | 31 | 360 | 116 | 52 |
| Binary | 11000 | 10111 | 10111110 | 1010111 | 1011000 | 0 | 11001 | 11110000 | 1001110 | 101010 |
Color Harmonies of #1817BE
Complementary color
Monochromatic Colors of #1817BE
Black with #1817BE
Text Example
Text Example
White with #1817BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1817BE; }
p { color: rgb(24,23,190); }
H1.HeaderClassName
{
color: #1817BE;
}
.AnyTagClassName
{
color: #1817BE;
}
</style>
background-color css
<style>
a { background-color: #1817BE; }
a { background-color: rgb(24,23,190); }
div.DivClassName
{
background-color: #1817BE;
}
.BgClassName
{
background-color: #1817BE;
}
</style>
border-color css
<style>
span { border-color: #1817BE; }
span { border-color: rgb(24,23,190); }
td.TdClassName
{
border-color: #1817BE;
}
.TagClassName
{
border-color: #1817BE;
}
</style>