Shades of Medium Blue #0204CE
Tints of Medium Blue #0204CE
RGB
CMYK
RGB Variations
Color information
#0204CE (or 0x0204CE) is known color: Medium Blue. HEX triplet: 02, 04 and CE. RGB value is (2,4,206). Sum of RGB (Red+Green+Blue) = 2+4+206=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 206 (80.86% from 255 or 97.17% from 212); Max value from RGB is 206 - color contains mainly: blue. Hex color #0204CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0204CE is #FDFB31. Grayscale: #191919. Windows color (decimal): -16644914 or 13501442. OLE color: 13501442.
HSL color Cylindrical-coordinate representation of color #0204CE: hue angle of 239.41º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0204CE is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 4 | 206 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.19 |
| HSL | 239.41º | 0.98% | 0.41% | - |
| HSV(B) | 239.41º | 0.99% | 0.81% | - |
| XYZ | 11.21 | 4.56 | 58.68 | - |
| YUV | 26.43 | 229.34 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 4 | 206 | 0.99 | 0.98 | 0 | 0.19 | 239.41 | 0.98 | 0.41 |
| Hex | 2 | 4 | CE | 63 | 62 | 0 | 13 | EF | 62 | 29 |
| Octal | 2 | 4 | 316 | 143 | 142 | 0 | 23 | 357 | 142 | 51 |
| Binary | 10 | 100 | 11001110 | 1100011 | 1100010 | 0 | 10011 | 11101111 | 1100010 | 101001 |
Color Harmonies of #0204CE
Complementary color
Monochromatic Colors of #0204CE
Black with #0204CE
Text Example
Text Example
White with #0204CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0204CE; }
p { color: rgb(2,4,206); }
H1.HeaderClassName
{
color: #0204CE;
}
.AnyTagClassName
{
color: #0204CE;
}
</style>
background-color css
<style>
a { background-color: #0204CE; }
a { background-color: rgb(2,4,206); }
div.DivClassName
{
background-color: #0204CE;
}
.BgClassName
{
background-color: #0204CE;
}
</style>
border-color css
<style>
span { border-color: #0204CE; }
span { border-color: rgb(2,4,206); }
td.TdClassName
{
border-color: #0204CE;
}
.TagClassName
{
border-color: #0204CE;
}
</style>