Shades of Medium Blue #0803DA
Tints of Medium Blue #0803DA
RGB
CMYK
RGB Variations
Color information
#0803DA (or 0x0803DA) is known color: Medium Blue. HEX triplet: 08, 03 and DA. RGB value is (8,3,218). Sum of RGB (Red+Green+Blue) = 8+3+218=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 218 (85.55% from 255 or 95.20% from 229); Max value from RGB is 218 - color contains mainly: blue. Hex color #0803DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0803DA is #F7FC25. Grayscale: #1C1C1C. Windows color (decimal): -16251942 or 14287624. OLE color: 14287624.
HSL color Cylindrical-coordinate representation of color #0803DA: hue angle of 241.4º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0803DA is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 3 | 218 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.15 |
| HSL | 241.4º | 0.97% | 0.43% | - |
| HSV(B) | 241.4º | 0.99% | 0.85% | - |
| XYZ | 12.79 | 5.18 | 66.66 | - |
| YUV | 29.01 | 234.66 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 218 | 0.96 | 0.99 | 0 | 0.15 | 241.4 | 0.97 | 0.43 |
| Hex | 8 | 3 | DA | 60 | 63 | 0 | F | F1 | 61 | 2B |
| Octal | 10 | 3 | 332 | 140 | 143 | 0 | 17 | 361 | 141 | 53 |
| Binary | 1000 | 11 | 11011010 | 1100000 | 1100011 | 0 | 1111 | 11110001 | 1100001 | 101011 |
Color Harmonies of #0803DA
Complementary color
Monochromatic Colors of #0803DA
Black with #0803DA
Text Example
Text Example
White with #0803DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0803DA; }
p { color: rgb(8,3,218); }
H1.HeaderClassName
{
color: #0803DA;
}
.AnyTagClassName
{
color: #0803DA;
}
</style>
background-color css
<style>
a { background-color: #0803DA; }
a { background-color: rgb(8,3,218); }
div.DivClassName
{
background-color: #0803DA;
}
.BgClassName
{
background-color: #0803DA;
}
</style>
border-color css
<style>
span { border-color: #0803DA; }
span { border-color: rgb(8,3,218); }
td.TdClassName
{
border-color: #0803DA;
}
.TagClassName
{
border-color: #0803DA;
}
</style>