Shades of Medium Blue #0204BD
Tints of Medium Blue #0204BD
RGB
CMYK
RGB Variations
Color information
#0204BD (or 0x0204BD) is known color: Medium Blue. HEX triplet: 02, 04 and BD. RGB value is (2,4,189). Sum of RGB (Red+Green+Blue) = 2+4+189=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 189 (74.22% from 255 or 96.92% from 195); Max value from RGB is 189 - color contains mainly: blue. Hex color #0204BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0204BD is #FDFB42. Grayscale: #171717. Windows color (decimal): -16644931 or 12387330. OLE color: 12387330.
HSL color Cylindrical-coordinate representation of color #0204BD: hue angle of 239.36º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0204BD is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 4 | 189 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.26 |
| HSL | 239.36º | 0.98% | 0.37% | - |
| HSV(B) | 239.36º | 0.99% | 0.74% | - |
| XYZ | 9.25 | 3.77 | 48.38 | - |
| YUV | 24.49 | 220.84 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 4 | 189 | 0.99 | 0.98 | 0 | 0.26 | 239.36 | 0.98 | 0.37 |
| Hex | 2 | 4 | BD | 63 | 62 | 0 | 1A | EF | 62 | 25 |
| Octal | 2 | 4 | 275 | 143 | 142 | 0 | 32 | 357 | 142 | 45 |
| Binary | 10 | 100 | 10111101 | 1100011 | 1100010 | 0 | 11010 | 11101111 | 1100010 | 100101 |
Color Harmonies of #0204BD
Complementary color
Monochromatic Colors of #0204BD
Black with #0204BD
Text Example
Text Example
White with #0204BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0204BD; }
p { color: rgb(2,4,189); }
H1.HeaderClassName
{
color: #0204BD;
}
.AnyTagClassName
{
color: #0204BD;
}
</style>
background-color css
<style>
a { background-color: #0204BD; }
a { background-color: rgb(2,4,189); }
div.DivClassName
{
background-color: #0204BD;
}
.BgClassName
{
background-color: #0204BD;
}
</style>
border-color css
<style>
span { border-color: #0204BD; }
span { border-color: rgb(2,4,189); }
td.TdClassName
{
border-color: #0204BD;
}
.TagClassName
{
border-color: #0204BD;
}
</style>