Shades of Medium Blue #0803C4
Tints of Medium Blue #0803C4
RGB
CMYK
RGB Variations
Color information
#0803C4 (or 0x0803C4) is known color: Medium Blue. HEX triplet: 08, 03 and C4. RGB value is (8,3,196). Sum of RGB (Red+Green+Blue) = 8+3+196=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 196 (76.95% from 255 or 94.69% from 207); Max value from RGB is 196 - color contains mainly: blue. Hex color #0803C4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0803C4 is #F7FC3B. Grayscale: #191919. Windows color (decimal): -16251964 or 12845832. OLE color: 12845832.
HSL color Cylindrical-coordinate representation of color #0803C4: hue angle of 241.55º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0803C4 is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 3 | 196 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.23 |
| HSL | 241.55º | 0.97% | 0.39% | - |
| HSV(B) | 241.55º | 0.98% | 0.77% | - |
| XYZ | 10.1 | 4.1 | 52.48 | - |
| YUV | 26.5 | 223.66 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 196 | 0.96 | 0.98 | 0 | 0.23 | 241.55 | 0.97 | 0.39 |
| Hex | 8 | 3 | C4 | 60 | 62 | 0 | 17 | F2 | 61 | 27 |
| Octal | 10 | 3 | 304 | 140 | 142 | 0 | 27 | 362 | 141 | 47 |
| Binary | 1000 | 11 | 11000100 | 1100000 | 1100010 | 0 | 10111 | 11110010 | 1100001 | 100111 |
Color Harmonies of #0803C4
Complementary color
Monochromatic Colors of #0803C4
Black with #0803C4
Text Example
Text Example
White with #0803C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0803C4; }
p { color: rgb(8,3,196); }
H1.HeaderClassName
{
color: #0803C4;
}
.AnyTagClassName
{
color: #0803C4;
}
</style>
background-color css
<style>
a { background-color: #0803C4; }
a { background-color: rgb(8,3,196); }
div.DivClassName
{
background-color: #0803C4;
}
.BgClassName
{
background-color: #0803C4;
}
</style>
border-color css
<style>
span { border-color: #0803C4; }
span { border-color: rgb(8,3,196); }
td.TdClassName
{
border-color: #0803C4;
}
.TagClassName
{
border-color: #0803C4;
}
</style>