Shades of Medium Blue #0803CC
Tints of Medium Blue #0803CC
RGB
CMYK
RGB Variations
Color information
#0803CC (or 0x0803CC) is known color: Medium Blue. HEX triplet: 08, 03 and CC. RGB value is (8,3,204). Sum of RGB (Red+Green+Blue) = 8+3+204=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 204 (80.08% from 255 or 94.88% from 215); Max value from RGB is 204 - color contains mainly: blue. Hex color #0803CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0803CC is #F7FC33. Grayscale: #1A1A1A. Windows color (decimal): -16251956 or 13370120. OLE color: 13370120.
HSL color Cylindrical-coordinate representation of color #0803CC: 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 #0803CC is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 3 | 204 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.2 |
| HSL | 241.49º | 0.97% | 0.41% | - |
| HSV(B) | 241.49º | 0.99% | 0.8% | - |
| XYZ | 11.03 | 4.48 | 57.41 | - |
| YUV | 27.41 | 227.66 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 204 | 0.96 | 0.99 | 0 | 0.2 | 241.49 | 0.97 | 0.41 |
| Hex | 8 | 3 | CC | 60 | 63 | 0 | 14 | F1 | 61 | 29 |
| Octal | 10 | 3 | 314 | 140 | 143 | 0 | 24 | 361 | 141 | 51 |
| Binary | 1000 | 11 | 11001100 | 1100000 | 1100011 | 0 | 10100 | 11110001 | 1100001 | 101001 |
Color Harmonies of #0803CC
Complementary color
Monochromatic Colors of #0803CC
Black with #0803CC
Text Example
Text Example
White with #0803CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0803CC; }
p { color: rgb(8,3,204); }
H1.HeaderClassName
{
color: #0803CC;
}
.AnyTagClassName
{
color: #0803CC;
}
</style>
background-color css
<style>
a { background-color: #0803CC; }
a { background-color: rgb(8,3,204); }
div.DivClassName
{
background-color: #0803CC;
}
.BgClassName
{
background-color: #0803CC;
}
</style>
border-color css
<style>
span { border-color: #0803CC; }
span { border-color: rgb(8,3,204); }
td.TdClassName
{
border-color: #0803CC;
}
.TagClassName
{
border-color: #0803CC;
}
</style>