Shades of Medium Blue #1802DC
Tints of Medium Blue #1802DC
RGB
CMYK
RGB Variations
Color information
#1802DC (or 0x1802DC) is known color: Medium Blue. HEX triplet: 18, 02 and DC. RGB value is (24,2,220). Sum of RGB (Red+Green+Blue) = 24+2+220=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 220 (86.33% from 255 or 89.43% from 246); Max value from RGB is 220 - color contains mainly: blue. Hex color #1802DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1802DC is #E7FD23. Grayscale: #202020. Windows color (decimal): -15203620 or 14418456. OLE color: 14418456.
HSL color Cylindrical-coordinate representation of color #1802DC: hue angle of 246.06º degrees, saturation: 0.98, 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 #1802DC is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 2 | 220 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.14 |
| HSL | 246.06º | 0.98% | 0.44% | - |
| HSV(B) | 246.06º | 0.99% | 0.86% | - |
| XYZ | 13.32 | 5.4 | 68.05 | - |
| YUV | 33.43 | 233.29 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 220 | 0.89 | 0.99 | 0 | 0.14 | 246.06 | 0.98 | 0.44 |
| Hex | 18 | 2 | DC | 59 | 63 | 0 | E | F6 | 62 | 2C |
| Octal | 30 | 2 | 334 | 131 | 143 | 0 | 16 | 366 | 142 | 54 |
| Binary | 11000 | 10 | 11011100 | 1011001 | 1100011 | 0 | 1110 | 11110110 | 1100010 | 101100 |
Color Harmonies of #1802DC
Complementary color
Monochromatic Colors of #1802DC
Black with #1802DC
Text Example
Text Example
White with #1802DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1802DC; }
p { color: rgb(24,2,220); }
H1.HeaderClassName
{
color: #1802DC;
}
.AnyTagClassName
{
color: #1802DC;
}
</style>
background-color css
<style>
a { background-color: #1802DC; }
a { background-color: rgb(24,2,220); }
div.DivClassName
{
background-color: #1802DC;
}
.BgClassName
{
background-color: #1802DC;
}
</style>
border-color css
<style>
span { border-color: #1802DC; }
span { border-color: rgb(24,2,220); }
td.TdClassName
{
border-color: #1802DC;
}
.TagClassName
{
border-color: #1802DC;
}
</style>