Shades of Medium Blue #0204DA
Tints of Medium Blue #0204DA
RGB
CMYK
RGB Variations
Color information
#0204DA (or 0x0204DA) is known color: Medium Blue. HEX triplet: 02, 04 and DA. RGB value is (2,4,218). Sum of RGB (Red+Green+Blue) = 2+4+218=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 218 (85.55% from 255 or 97.32% from 224); Max value from RGB is 218 - color contains mainly: blue. Hex color #0204DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0204DA is #FDFB25. Grayscale: #1A1A1A. Windows color (decimal): -16644902 or 14287874. OLE color: 14287874.
HSL color Cylindrical-coordinate representation of color #0204DA: hue angle of 239.44º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0204DA is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 4 | 218 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.15 |
| HSL | 239.44º | 0.98% | 0.43% | - |
| HSV(B) | 239.44º | 0.99% | 0.85% | - |
| XYZ | 12.72 | 5.16 | 66.66 | - |
| YUV | 27.8 | 235.34 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 4 | 218 | 0.99 | 0.98 | 0 | 0.15 | 239.44 | 0.98 | 0.43 |
| Hex | 2 | 4 | DA | 63 | 62 | 0 | F | EF | 62 | 2B |
| Octal | 2 | 4 | 332 | 143 | 142 | 0 | 17 | 357 | 142 | 53 |
| Binary | 10 | 100 | 11011010 | 1100011 | 1100010 | 0 | 1111 | 11101111 | 1100010 | 101011 |
Color Harmonies of #0204DA
Complementary color
Monochromatic Colors of #0204DA
Black with #0204DA
Text Example
Text Example
White with #0204DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0204DA; }
p { color: rgb(2,4,218); }
H1.HeaderClassName
{
color: #0204DA;
}
.AnyTagClassName
{
color: #0204DA;
}
</style>
background-color css
<style>
a { background-color: #0204DA; }
a { background-color: rgb(2,4,218); }
div.DivClassName
{
background-color: #0204DA;
}
.BgClassName
{
background-color: #0204DA;
}
</style>
border-color css
<style>
span { border-color: #0204DA; }
span { border-color: rgb(2,4,218); }
td.TdClassName
{
border-color: #0204DA;
}
.TagClassName
{
border-color: #0204DA;
}
</style>