Shades of Medium Blue #0205C8
Tints of Medium Blue #0205C8
RGB
CMYK
RGB Variations
Color information
#0205C8 (or 0x0205C8) is known color: Medium Blue. HEX triplet: 02, 05 and C8. RGB value is (2,5,200). Sum of RGB (Red+Green+Blue) = 2+5+200=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 200 (78.52% from 255 or 96.62% from 207); Max value from RGB is 200 - color contains mainly: blue. Hex color #0205C8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0205C8 is #FDFA37. Grayscale: #191919. Windows color (decimal): -16644664 or 13108482. OLE color: 13108482.
HSL color Cylindrical-coordinate representation of color #0205C8: hue angle of 239.09º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0205C8 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 5 | 200 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.22 |
| HSL | 239.09º | 0.98% | 0.4% | - |
| HSV(B) | 239.09º | 0.99% | 0.78% | - |
| XYZ | 10.5 | 4.29 | 54.92 | - |
| YUV | 26.33 | 226.01 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 200 | 0.99 | 0.98 | 0 | 0.22 | 239.09 | 0.98 | 0.4 |
| Hex | 2 | 5 | C8 | 63 | 62 | 0 | 16 | EF | 62 | 28 |
| Octal | 2 | 5 | 310 | 143 | 142 | 0 | 26 | 357 | 142 | 50 |
| Binary | 10 | 101 | 11001000 | 1100011 | 1100010 | 0 | 10110 | 11101111 | 1100010 | 101000 |
Color Harmonies of #0205C8
Complementary color
Monochromatic Colors of #0205C8
Black with #0205C8
Text Example
Text Example
White with #0205C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0205C8; }
p { color: rgb(2,5,200); }
H1.HeaderClassName
{
color: #0205C8;
}
.AnyTagClassName
{
color: #0205C8;
}
</style>
background-color css
<style>
a { background-color: #0205C8; }
a { background-color: rgb(2,5,200); }
div.DivClassName
{
background-color: #0205C8;
}
.BgClassName
{
background-color: #0205C8;
}
</style>
border-color css
<style>
span { border-color: #0205C8; }
span { border-color: rgb(2,5,200); }
td.TdClassName
{
border-color: #0205C8;
}
.TagClassName
{
border-color: #0205C8;
}
</style>