Shades of Medium Blue #1810D0
Tints of Medium Blue #1810D0
RGB
CMYK
RGB Variations
Color information
#1810D0 (or 0x1810D0) is known color: Medium Blue. HEX triplet: 18, 10 and D0. RGB value is (24,16,208). Sum of RGB (Red+Green+Blue) = 24+16+208=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 208 (81.64% from 255 or 83.87% from 248); Max value from RGB is 208 - color contains mainly: blue. Hex color #1810D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1810D0 is #E7EF2F. Grayscale: #272727. Windows color (decimal): -15200048 or 13635608. OLE color: 13635608.
HSL color Cylindrical-coordinate representation of color #1810D0: hue angle of 242.5º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1810D0 is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 16 | 208 | - |
| CMYK | 0.88 | 0.92 | 0 | 0.18 |
| HSL | 242.5º | 0.86% | 0.44% | - |
| HSV(B) | 242.5º | 0.92% | 0.82% | - |
| XYZ | 11.95 | 5.12 | 60.03 | - |
| YUV | 40.28 | 222.65 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 16 | 208 | 0.88 | 0.92 | 0 | 0.18 | 242.5 | 0.86 | 0.44 |
| Hex | 18 | 10 | D0 | 58 | 5C | 0 | 12 | F2 | 56 | 2C |
| Octal | 30 | 20 | 320 | 130 | 134 | 0 | 22 | 362 | 126 | 54 |
| Binary | 11000 | 10000 | 11010000 | 1011000 | 1011100 | 0 | 10010 | 11110010 | 1010110 | 101100 |
Color Harmonies of #1810D0
Complementary color
Monochromatic Colors of #1810D0
Black with #1810D0
Text Example
Text Example
White with #1810D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1810D0; }
p { color: rgb(24,16,208); }
H1.HeaderClassName
{
color: #1810D0;
}
.AnyTagClassName
{
color: #1810D0;
}
</style>
background-color css
<style>
a { background-color: #1810D0; }
a { background-color: rgb(24,16,208); }
div.DivClassName
{
background-color: #1810D0;
}
.BgClassName
{
background-color: #1810D0;
}
</style>
border-color css
<style>
span { border-color: #1810D0; }
span { border-color: rgb(24,16,208); }
td.TdClassName
{
border-color: #1810D0;
}
.TagClassName
{
border-color: #1810D0;
}
</style>