Shades of Medium Blue #0204CF
Tints of Medium Blue #0204CF
RGB
CMYK
RGB Variations
Color information
#0204CF (or 0x0204CF) is known color: Medium Blue. HEX triplet: 02, 04 and CF. RGB value is (2,4,207). Sum of RGB (Red+Green+Blue) = 2+4+207=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 207 (81.25% from 255 or 97.18% from 213); Max value from RGB is 207 - color contains mainly: blue. Hex color #0204CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0204CF is #FDFB30. Grayscale: #191919. Windows color (decimal): -16644913 or 13566978. OLE color: 13566978.
HSL color Cylindrical-coordinate representation of color #0204CF: 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 #0204CF is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 4 | 207 | - |
| 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.33 | 4.6 | 59.32 | - |
| YUV | 26.54 | 229.84 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 4 | 207 | 0.99 | 0.98 | 0 | 0.19 | 239.41 | 0.98 | 0.41 |
| Hex | 2 | 4 | CF | 63 | 62 | 0 | 13 | EF | 62 | 29 |
| Octal | 2 | 4 | 317 | 143 | 142 | 0 | 23 | 357 | 142 | 51 |
| Binary | 10 | 100 | 11001111 | 1100011 | 1100010 | 0 | 10011 | 11101111 | 1100010 | 101001 |
Color Harmonies of #0204CF
Complementary color
Monochromatic Colors of #0204CF
Black with #0204CF
Text Example
Text Example
White with #0204CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0204CF; }
p { color: rgb(2,4,207); }
H1.HeaderClassName
{
color: #0204CF;
}
.AnyTagClassName
{
color: #0204CF;
}
</style>
background-color css
<style>
a { background-color: #0204CF; }
a { background-color: rgb(2,4,207); }
div.DivClassName
{
background-color: #0204CF;
}
.BgClassName
{
background-color: #0204CF;
}
</style>
border-color css
<style>
span { border-color: #0204CF; }
span { border-color: rgb(2,4,207); }
td.TdClassName
{
border-color: #0204CF;
}
.TagClassName
{
border-color: #0204CF;
}
</style>