Shades of Medium Blue #1803CD
Tints of Medium Blue #1803CD
RGB
CMYK
RGB Variations
Color information
#1803CD (or 0x1803CD) is known color: Medium Blue. HEX triplet: 18, 03 and CD. RGB value is (24,3,205). Sum of RGB (Red+Green+Blue) = 24+3+205=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 205 (80.47% from 255 or 88.36% from 232); Max value from RGB is 205 - color contains mainly: blue. Hex color #1803CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1803CD is #E7FC32. Grayscale: #1F1F1F. Windows color (decimal): -15203379 or 13435672. OLE color: 13435672.
HSL color Cylindrical-coordinate representation of color #1803CD: hue angle of 246.24º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1803CD is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 3 | 205 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.20 |
| HSL | 246.24º | 0.97% | 0.41% | - |
| HSV(B) | 246.24º | 0.99% | 0.8% | - |
| XYZ | 11.43 | 4.67 | 58.06 | - |
| YUV | 32.31 | 225.46 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 3 | 205 | 0.88 | 0.99 | 0 | 0.20 | 246.24 | 0.97 | 0.41 |
| Hex | 18 | 3 | CD | 58 | 63 | 0 | 14 | F6 | 61 | 29 |
| Octal | 30 | 3 | 315 | 130 | 143 | 0 | 24 | 366 | 141 | 51 |
| Binary | 11000 | 11 | 11001101 | 1011000 | 1100011 | 0 | 10100 | 11110110 | 1100001 | 101001 |
Color Harmonies of #1803CD
Complementary color
Monochromatic Colors of #1803CD
Black with #1803CD
Text Example
Text Example
White with #1803CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1803CD; }
p { color: rgb(24,3,205); }
H1.HeaderClassName
{
color: #1803CD;
}
.AnyTagClassName
{
color: #1803CD;
}
</style>
background-color css
<style>
a { background-color: #1803CD; }
a { background-color: rgb(24,3,205); }
div.DivClassName
{
background-color: #1803CD;
}
.BgClassName
{
background-color: #1803CD;
}
</style>
border-color css
<style>
span { border-color: #1803CD; }
span { border-color: rgb(24,3,205); }
td.TdClassName
{
border-color: #1803CD;
}
.TagClassName
{
border-color: #1803CD;
}
</style>