Shades of Medium Blue #2018CC
Tints of Medium Blue #2018CC
RGB
CMYK
RGB Variations
Color information
#2018CC (or 0x2018CC) is known color: Medium Blue. HEX triplet: 20, 18 and CC. RGB value is (32,24,204). Sum of RGB (Red+Green+Blue) = 32+24+204=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 204 (80.08% from 255 or 78.46% from 260); Max value from RGB is 204 - color contains mainly: blue. Hex color #2018CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2018CC is #DFE733. Grayscale: #2E2E2E. Windows color (decimal): -14673716 or 13375520. OLE color: 13375520.
HSL color Cylindrical-coordinate representation of color #2018CC: hue angle of 242.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2018CC is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 24 | 204 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.2 |
| HSL | 242.67º | 0.79% | 0.45% | - |
| HSV(B) | 242.67º | 0.88% | 0.8% | - |
| XYZ | 11.82 | 5.32 | 57.53 | - |
| YUV | 46.91 | 216.65 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 204 | 0.84 | 0.88 | 0 | 0.2 | 242.67 | 0.79 | 0.45 |
| Hex | 20 | 18 | CC | 54 | 58 | 0 | 14 | F3 | 4F | 2D |
| Octal | 40 | 30 | 314 | 124 | 130 | 0 | 24 | 363 | 117 | 55 |
| Binary | 100000 | 11000 | 11001100 | 1010100 | 1011000 | 0 | 10100 | 11110011 | 1001111 | 101101 |
Color Harmonies of #2018CC
Complementary color
Monochromatic Colors of #2018CC
Black with #2018CC
Text Example
Text Example
White with #2018CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2018CC; }
p { color: rgb(32,24,204); }
H1.HeaderClassName
{
color: #2018CC;
}
.AnyTagClassName
{
color: #2018CC;
}
</style>
background-color css
<style>
a { background-color: #2018CC; }
a { background-color: rgb(32,24,204); }
div.DivClassName
{
background-color: #2018CC;
}
.BgClassName
{
background-color: #2018CC;
}
</style>
border-color css
<style>
span { border-color: #2018CC; }
span { border-color: rgb(32,24,204); }
td.TdClassName
{
border-color: #2018CC;
}
.TagClassName
{
border-color: #2018CC;
}
</style>