Shades of Medium Blue #2018CA
Tints of Medium Blue #2018CA
RGB
CMYK
RGB Variations
Color information
#2018CA (or 0x2018CA) is known color: Medium Blue. HEX triplet: 20, 18 and CA. RGB value is (32,24,202). Sum of RGB (Red+Green+Blue) = 32+24+202=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 202 (79.30% from 255 or 78.29% from 258); Max value from RGB is 202 - color contains mainly: blue. Hex color #2018CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2018CA is #DFE735. Grayscale: #2D2D2D. Windows color (decimal): -14673718 or 13244448. OLE color: 13244448.
HSL color Cylindrical-coordinate representation of color #2018CA: hue angle of 242.7º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2018CA is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 24 | 202 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.21 |
| HSL | 242.7º | 0.79% | 0.44% | - |
| HSV(B) | 242.7º | 0.88% | 0.79% | - |
| XYZ | 11.58 | 5.22 | 56.28 | - |
| YUV | 46.68 | 215.65 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 202 | 0.84 | 0.88 | 0 | 0.21 | 242.7 | 0.79 | 0.44 |
| Hex | 20 | 18 | CA | 54 | 58 | 0 | 15 | F3 | 4F | 2C |
| Octal | 40 | 30 | 312 | 124 | 130 | 0 | 25 | 363 | 117 | 54 |
| Binary | 100000 | 11000 | 11001010 | 1010100 | 1011000 | 0 | 10101 | 11110011 | 1001111 | 101100 |
Color Harmonies of #2018CA
Complementary color
Monochromatic Colors of #2018CA
Black with #2018CA
Text Example
Text Example
White with #2018CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2018CA; }
p { color: rgb(32,24,202); }
H1.HeaderClassName
{
color: #2018CA;
}
.AnyTagClassName
{
color: #2018CA;
}
</style>
background-color css
<style>
a { background-color: #2018CA; }
a { background-color: rgb(32,24,202); }
div.DivClassName
{
background-color: #2018CA;
}
.BgClassName
{
background-color: #2018CA;
}
</style>
border-color css
<style>
span { border-color: #2018CA; }
span { border-color: rgb(32,24,202); }
td.TdClassName
{
border-color: #2018CA;
}
.TagClassName
{
border-color: #2018CA;
}
</style>