Shades of Medium Blue #0203D6
Tints of Medium Blue #0203D6
RGB
CMYK
RGB Variations
Color information
#0203D6 (or 0x0203D6) is known color: Medium Blue. HEX triplet: 02, 03 and D6. RGB value is (2,3,214). Sum of RGB (Red+Green+Blue) = 2+3+214=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 214 (83.98% from 255 or 97.72% from 219); Max value from RGB is 214 - color contains mainly: blue. Hex color #0203D6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0203D6 is #FDFC29. Grayscale: #191919. Windows color (decimal): -16645162 or 14025474. OLE color: 14025474.
HSL color Cylindrical-coordinate representation of color #0203D6: hue angle of 239.72º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0203D6 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 3 | 214 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.16 |
| HSL | 239.72º | 0.98% | 0.42% | - |
| HSV(B) | 239.72º | 0.99% | 0.84% | - |
| XYZ | 12.2 | 4.93 | 63.93 | - |
| YUV | 26.76 | 233.67 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 3 | 214 | 0.99 | 0.99 | 0 | 0.16 | 239.72 | 0.98 | 0.42 |
| Hex | 2 | 3 | D6 | 63 | 63 | 0 | 10 | F0 | 62 | 2A |
| Octal | 2 | 3 | 326 | 143 | 143 | 0 | 20 | 360 | 142 | 52 |
| Binary | 10 | 11 | 11010110 | 1100011 | 1100011 | 0 | 10000 | 11110000 | 1100010 | 101010 |
Color Harmonies of #0203D6
Complementary color
Monochromatic Colors of #0203D6
Black with #0203D6
Text Example
Text Example
White with #0203D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0203D6; }
p { color: rgb(2,3,214); }
H1.HeaderClassName
{
color: #0203D6;
}
.AnyTagClassName
{
color: #0203D6;
}
</style>
background-color css
<style>
a { background-color: #0203D6; }
a { background-color: rgb(2,3,214); }
div.DivClassName
{
background-color: #0203D6;
}
.BgClassName
{
background-color: #0203D6;
}
</style>
border-color css
<style>
span { border-color: #0203D6; }
span { border-color: rgb(2,3,214); }
td.TdClassName
{
border-color: #0203D6;
}
.TagClassName
{
border-color: #0203D6;
}
</style>