Shades of Medium Blue #0203BD
Tints of Medium Blue #0203BD
RGB
CMYK
RGB Variations
Color information
#0203BD (or 0x0203BD) is known color: Medium Blue. HEX triplet: 02, 03 and BD. RGB value is (2,3,189). Sum of RGB (Red+Green+Blue) = 2+3+189=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 189 (74.22% from 255 or 97.42% from 194); Max value from RGB is 189 - color contains mainly: blue. Hex color #0203BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0203BD is #FDFC42. Grayscale: #171717. Windows color (decimal): -16645187 or 12387074. OLE color: 12387074.
HSL color Cylindrical-coordinate representation of color #0203BD: hue angle of 239.68º 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 #0203BD is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 3 | 189 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.26 |
| HSL | 239.68º | 0.98% | 0.37% | - |
| HSV(B) | 239.68º | 0.99% | 0.74% | - |
| XYZ | 9.24 | 3.75 | 48.38 | - |
| YUV | 23.91 | 221.17 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 3 | 189 | 0.99 | 0.98 | 0 | 0.26 | 239.68 | 0.98 | 0.37 |
| Hex | 2 | 3 | BD | 63 | 62 | 0 | 1A | F0 | 62 | 25 |
| Octal | 2 | 3 | 275 | 143 | 142 | 0 | 32 | 360 | 142 | 45 |
| Binary | 10 | 11 | 10111101 | 1100011 | 1100010 | 0 | 11010 | 11110000 | 1100010 | 100101 |
Color Harmonies of #0203BD
Complementary color
Monochromatic Colors of #0203BD
Black with #0203BD
Text Example
Text Example
White with #0203BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0203BD; }
p { color: rgb(2,3,189); }
H1.HeaderClassName
{
color: #0203BD;
}
.AnyTagClassName
{
color: #0203BD;
}
</style>
background-color css
<style>
a { background-color: #0203BD; }
a { background-color: rgb(2,3,189); }
div.DivClassName
{
background-color: #0203BD;
}
.BgClassName
{
background-color: #0203BD;
}
</style>
border-color css
<style>
span { border-color: #0203BD; }
span { border-color: rgb(2,3,189); }
td.TdClassName
{
border-color: #0203BD;
}
.TagClassName
{
border-color: #0203BD;
}
</style>