Shades of Medium Blue #1817DD
Tints of Medium Blue #1817DD
RGB
CMYK
RGB Variations
Color information
#1817DD (or 0x1817DD) is known color: Medium Blue. HEX triplet: 18, 17 and DD. RGB value is (24,23,221). Sum of RGB (Red+Green+Blue) = 24+23+221=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 221 (86.72% from 255 or 82.46% from 268); Max value from RGB is 221 - color contains mainly: blue. Hex color #1817DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1817DD is #E7E822. Grayscale: #2D2D2D. Windows color (decimal): -15198243 or 14489368. OLE color: 14489368.
HSL color Cylindrical-coordinate representation of color #1817DD: hue angle of 240.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1817DD is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 23 | 221 | - |
| CMYK | 0.89 | 0.90 | 0 | 0.13 |
| HSL | 240.3º | 0.81% | 0.48% | - |
| HSV(B) | 240.3º | 0.9% | 0.87% | - |
| XYZ | 13.73 | 6.03 | 68.85 | - |
| YUV | 45.87 | 226.83 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 23 | 221 | 0.89 | 0.90 | 0 | 0.13 | 240.3 | 0.81 | 0.48 |
| Hex | 18 | 17 | DD | 59 | 5A | 0 | D | F0 | 51 | 30 |
| Octal | 30 | 27 | 335 | 131 | 132 | 0 | 15 | 360 | 121 | 60 |
| Binary | 11000 | 10111 | 11011101 | 1011001 | 1011010 | 0 | 1101 | 11110000 | 1010001 | 110000 |
Color Harmonies of #1817DD
Complementary color
Monochromatic Colors of #1817DD
Black with #1817DD
Text Example
Text Example
White with #1817DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1817DD; }
p { color: rgb(24,23,221); }
H1.HeaderClassName
{
color: #1817DD;
}
.AnyTagClassName
{
color: #1817DD;
}
</style>
background-color css
<style>
a { background-color: #1817DD; }
a { background-color: rgb(24,23,221); }
div.DivClassName
{
background-color: #1817DD;
}
.BgClassName
{
background-color: #1817DD;
}
</style>
border-color css
<style>
span { border-color: #1817DD; }
span { border-color: rgb(24,23,221); }
td.TdClassName
{
border-color: #1817DD;
}
.TagClassName
{
border-color: #1817DD;
}
</style>