Shades of Medium Blue #020CCD
Tints of Medium Blue #020CCD
RGB
CMYK
RGB Variations
Color information
#020CCD (or 0x020CCD) is known color: Medium Blue. HEX triplet: 02, 0C and CD. RGB value is (2,12,205). Sum of RGB (Red+Green+Blue) = 2+12+205=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 205 (80.47% from 255 or 93.61% from 219); Max value from RGB is 205 - color contains mainly: blue. Hex color #020CCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020CCD is #FDF332. Grayscale: #1E1E1E. Windows color (decimal): -16642867 or 13437954. OLE color: 13437954.
HSL color Cylindrical-coordinate representation of color #020CCD: hue angle of 237.04º degrees, saturation: 0.98, 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 #020CCD is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 12 | 205 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.20 |
| HSL | 237.04º | 0.98% | 0.41% | - |
| HSV(B) | 237.04º | 0.99% | 0.8% | - |
| XYZ | 11.18 | 4.68 | 58.07 | - |
| YUV | 31.01 | 226.19 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 205 | 0.99 | 0.94 | 0 | 0.20 | 237.04 | 0.98 | 0.41 |
| Hex | 2 | C | CD | 63 | 5E | 0 | 14 | ED | 62 | 29 |
| Octal | 2 | 14 | 315 | 143 | 136 | 0 | 24 | 355 | 142 | 51 |
| Binary | 10 | 1100 | 11001101 | 1100011 | 1011110 | 0 | 10100 | 11101101 | 1100010 | 101001 |
Color Harmonies of #020CCD
Complementary color
Monochromatic Colors of #020CCD
Black with #020CCD
Text Example
Text Example
White with #020CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020CCD; }
p { color: rgb(2,12,205); }
H1.HeaderClassName
{
color: #020CCD;
}
.AnyTagClassName
{
color: #020CCD;
}
</style>
background-color css
<style>
a { background-color: #020CCD; }
a { background-color: rgb(2,12,205); }
div.DivClassName
{
background-color: #020CCD;
}
.BgClassName
{
background-color: #020CCD;
}
</style>
border-color css
<style>
span { border-color: #020CCD; }
span { border-color: rgb(2,12,205); }
td.TdClassName
{
border-color: #020CCD;
}
.TagClassName
{
border-color: #020CCD;
}
</style>