Shades of Medium Blue #0209C2
Tints of Medium Blue #0209C2
RGB
CMYK
RGB Variations
Color information
#0209C2 (or 0x0209C2) is known color: Medium Blue. HEX triplet: 02, 09 and C2. RGB value is (2,9,194). Sum of RGB (Red+Green+Blue) = 2+9+194=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 194 (76.17% from 255 or 94.63% from 205); Max value from RGB is 194 - color contains mainly: blue. Hex color #0209C2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0209C2 is #FDF63D. Grayscale: #1B1B1B. Windows color (decimal): -16643646 or 12716290. OLE color: 12716290.
HSL color Cylindrical-coordinate representation of color #0209C2: hue angle of 237.81º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0209C2 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 9 | 194 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.24 |
| HSL | 237.81º | 0.98% | 0.38% | - |
| HSV(B) | 237.81º | 0.99% | 0.76% | - |
| XYZ | 9.86 | 4.1 | 51.31 | - |
| YUV | 28 | 221.68 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 194 | 0.99 | 0.95 | 0 | 0.24 | 237.81 | 0.98 | 0.38 |
| Hex | 2 | 9 | C2 | 63 | 5F | 0 | 18 | EE | 62 | 26 |
| Octal | 2 | 11 | 302 | 143 | 137 | 0 | 30 | 356 | 142 | 46 |
| Binary | 10 | 1001 | 11000010 | 1100011 | 1011111 | 0 | 11000 | 11101110 | 1100010 | 100110 |
Color Harmonies of #0209C2
Complementary color
Monochromatic Colors of #0209C2
Black with #0209C2
Text Example
Text Example
White with #0209C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0209C2; }
p { color: rgb(2,9,194); }
H1.HeaderClassName
{
color: #0209C2;
}
.AnyTagClassName
{
color: #0209C2;
}
</style>
background-color css
<style>
a { background-color: #0209C2; }
a { background-color: rgb(2,9,194); }
div.DivClassName
{
background-color: #0209C2;
}
.BgClassName
{
background-color: #0209C2;
}
</style>
border-color css
<style>
span { border-color: #0209C2; }
span { border-color: rgb(2,9,194); }
td.TdClassName
{
border-color: #0209C2;
}
.TagClassName
{
border-color: #0209C2;
}
</style>