Shades of Medium Blue #0803CD
Tints of Medium Blue #0803CD
RGB
CMYK
RGB Variations
Color information
#0803CD (or 0x0803CD) is known color: Medium Blue. HEX triplet: 08, 03 and CD. RGB value is (8,3,205). Sum of RGB (Red+Green+Blue) = 8+3+205=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 205 (80.47% from 255 or 94.91% from 216); Max value from RGB is 205 - color contains mainly: blue. Hex color #0803CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0803CD is #F7FC32. Grayscale: #1A1A1A. Windows color (decimal): -16251955 or 13435656. OLE color: 13435656.
HSL color Cylindrical-coordinate representation of color #0803CD: hue angle of 241.49º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0803CD is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 3 | 205 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.20 |
| HSL | 241.49º | 0.97% | 0.41% | - |
| HSV(B) | 241.49º | 0.99% | 0.8% | - |
| XYZ | 11.15 | 4.52 | 58.04 | - |
| YUV | 27.52 | 228.16 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 205 | 0.96 | 0.99 | 0 | 0.20 | 241.49 | 0.97 | 0.41 |
| Hex | 8 | 3 | CD | 60 | 63 | 0 | 14 | F1 | 61 | 29 |
| Octal | 10 | 3 | 315 | 140 | 143 | 0 | 24 | 361 | 141 | 51 |
| Binary | 1000 | 11 | 11001101 | 1100000 | 1100011 | 0 | 10100 | 11110001 | 1100001 | 101001 |
Color Harmonies of #0803CD
Complementary color
Monochromatic Colors of #0803CD
Black with #0803CD
Text Example
Text Example
White with #0803CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0803CD; }
p { color: rgb(8,3,205); }
H1.HeaderClassName
{
color: #0803CD;
}
.AnyTagClassName
{
color: #0803CD;
}
</style>
background-color css
<style>
a { background-color: #0803CD; }
a { background-color: rgb(8,3,205); }
div.DivClassName
{
background-color: #0803CD;
}
.BgClassName
{
background-color: #0803CD;
}
</style>
border-color css
<style>
span { border-color: #0803CD; }
span { border-color: rgb(8,3,205); }
td.TdClassName
{
border-color: #0803CD;
}
.TagClassName
{
border-color: #0803CD;
}
</style>