Shades of Medium Blue #1803DC
Tints of Medium Blue #1803DC
RGB
CMYK
RGB Variations
Color information
#1803DC (or 0x1803DC) is known color: Medium Blue. HEX triplet: 18, 03 and DC. RGB value is (24,3,220). Sum of RGB (Red+Green+Blue) = 24+3+220=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 220 (86.33% from 255 or 89.07% from 247); Max value from RGB is 220 - color contains mainly: blue. Hex color #1803DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1803DC is #E7FC23. Grayscale: #212121. Windows color (decimal): -15203364 or 14418712. OLE color: 14418712.
HSL color Cylindrical-coordinate representation of color #1803DC: hue angle of 245.81º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1803DC is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 3 | 220 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.14 |
| HSL | 245.81º | 0.97% | 0.44% | - |
| HSV(B) | 245.81º | 0.99% | 0.86% | - |
| XYZ | 13.33 | 5.43 | 68.06 | - |
| YUV | 34.02 | 232.96 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 3 | 220 | 0.89 | 0.99 | 0 | 0.14 | 245.81 | 0.97 | 0.44 |
| Hex | 18 | 3 | DC | 59 | 63 | 0 | E | F6 | 61 | 2C |
| Octal | 30 | 3 | 334 | 131 | 143 | 0 | 16 | 366 | 141 | 54 |
| Binary | 11000 | 11 | 11011100 | 1011001 | 1100011 | 0 | 1110 | 11110110 | 1100001 | 101100 |
Color Harmonies of #1803DC
Complementary color
Monochromatic Colors of #1803DC
Black with #1803DC
Text Example
Text Example
White with #1803DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1803DC; }
p { color: rgb(24,3,220); }
H1.HeaderClassName
{
color: #1803DC;
}
.AnyTagClassName
{
color: #1803DC;
}
</style>
background-color css
<style>
a { background-color: #1803DC; }
a { background-color: rgb(24,3,220); }
div.DivClassName
{
background-color: #1803DC;
}
.BgClassName
{
background-color: #1803DC;
}
</style>
border-color css
<style>
span { border-color: #1803DC; }
span { border-color: rgb(24,3,220); }
td.TdClassName
{
border-color: #1803DC;
}
.TagClassName
{
border-color: #1803DC;
}
</style>