Shades of Medium Blue #0205CD
Tints of Medium Blue #0205CD
RGB
CMYK
RGB Variations
Color information
#0205CD (or 0x0205CD) is known color: Medium Blue. HEX triplet: 02, 05 and CD. RGB value is (2,5,205). Sum of RGB (Red+Green+Blue) = 2+5+205=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 205 (80.47% from 255 or 96.70% from 212); Max value from RGB is 205 - color contains mainly: blue. Hex color #0205CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0205CD is #FDFA32. Grayscale: #1A1A1A. Windows color (decimal): -16644659 or 13436162. OLE color: 13436162.
HSL color Cylindrical-coordinate representation of color #0205CD: hue angle of 239.11º 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 #0205CD is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 5 | 205 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.20 |
| HSL | 239.11º | 0.98% | 0.41% | - |
| HSV(B) | 239.11º | 0.99% | 0.8% | - |
| XYZ | 11.1 | 4.53 | 58.05 | - |
| YUV | 26.9 | 228.51 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 205 | 0.99 | 0.98 | 0 | 0.20 | 239.11 | 0.98 | 0.41 |
| Hex | 2 | 5 | CD | 63 | 62 | 0 | 14 | EF | 62 | 29 |
| Octal | 2 | 5 | 315 | 143 | 142 | 0 | 24 | 357 | 142 | 51 |
| Binary | 10 | 101 | 11001101 | 1100011 | 1100010 | 0 | 10100 | 11101111 | 1100010 | 101001 |
Color Harmonies of #0205CD
Complementary color
Monochromatic Colors of #0205CD
Black with #0205CD
Text Example
Text Example
White with #0205CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0205CD; }
p { color: rgb(2,5,205); }
H1.HeaderClassName
{
color: #0205CD;
}
.AnyTagClassName
{
color: #0205CD;
}
</style>
background-color css
<style>
a { background-color: #0205CD; }
a { background-color: rgb(2,5,205); }
div.DivClassName
{
background-color: #0205CD;
}
.BgClassName
{
background-color: #0205CD;
}
</style>
border-color css
<style>
span { border-color: #0205CD; }
span { border-color: rgb(2,5,205); }
td.TdClassName
{
border-color: #0205CD;
}
.TagClassName
{
border-color: #0205CD;
}
</style>