Shades of Medium Blue #020CBD
Tints of Medium Blue #020CBD
RGB
CMYK
RGB Variations
Color information
#020CBD (or 0x020CBD) is known color: Medium Blue. HEX triplet: 02, 0C and BD. RGB value is (2,12,189). Sum of RGB (Red+Green+Blue) = 2+12+189=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 189 (74.22% from 255 or 93.10% from 203); Max value from RGB is 189 - color contains mainly: blue. Hex color #020CBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020CBD is #FDF342. Grayscale: #1C1C1C. Windows color (decimal): -16642883 or 12389378. OLE color: 12389378.
HSL color Cylindrical-coordinate representation of color #020CBD: hue angle of 236.79º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020CBD is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 12 | 189 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.26 |
| HSL | 236.79º | 0.98% | 0.37% | - |
| HSV(B) | 236.79º | 0.99% | 0.74% | - |
| XYZ | 9.34 | 3.95 | 48.41 | - |
| YUV | 29.19 | 218.19 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 189 | 0.99 | 0.94 | 0 | 0.26 | 236.79 | 0.98 | 0.37 |
| Hex | 2 | C | BD | 63 | 5E | 0 | 1A | ED | 62 | 25 |
| Octal | 2 | 14 | 275 | 143 | 136 | 0 | 32 | 355 | 142 | 45 |
| Binary | 10 | 1100 | 10111101 | 1100011 | 1011110 | 0 | 11010 | 11101101 | 1100010 | 100101 |
Color Harmonies of #020CBD
Complementary color
Monochromatic Colors of #020CBD
Black with #020CBD
Text Example
Text Example
White with #020CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020CBD; }
p { color: rgb(2,12,189); }
H1.HeaderClassName
{
color: #020CBD;
}
.AnyTagClassName
{
color: #020CBD;
}
</style>
background-color css
<style>
a { background-color: #020CBD; }
a { background-color: rgb(2,12,189); }
div.DivClassName
{
background-color: #020CBD;
}
.BgClassName
{
background-color: #020CBD;
}
</style>
border-color css
<style>
span { border-color: #020CBD; }
span { border-color: rgb(2,12,189); }
td.TdClassName
{
border-color: #020CBD;
}
.TagClassName
{
border-color: #020CBD;
}
</style>