Shades of Medium Blue #0805D3
Tints of Medium Blue #0805D3
RGB
CMYK
RGB Variations
Color information
#0805D3 (or 0x0805D3) is known color: Medium Blue. HEX triplet: 08, 05 and D3. RGB value is (8,5,211). Sum of RGB (Red+Green+Blue) = 8+5+211=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 211 (82.81% from 255 or 94.20% from 224); Max value from RGB is 211 - color contains mainly: blue. Hex color #0805D3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0805D3 is #F7FA2C. Grayscale: #1C1C1C. Windows color (decimal): -16251437 or 13829384. OLE color: 13829384.
HSL color Cylindrical-coordinate representation of color #0805D3: hue angle of 240.87º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0805D3 is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 8 | 5 | 211 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.17 |
| HSL | 240.87º | 0.95% | 0.42% | - |
| HSV(B) | 240.87º | 0.98% | 0.83% | - |
| XYZ | 11.91 | 4.86 | 61.94 | - |
| YUV | 29.38 | 230.49 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 211 | 0.96 | 0.98 | 0 | 0.17 | 240.87 | 0.95 | 0.42 |
| Hex | 8 | 5 | D3 | 60 | 62 | 0 | 11 | F1 | 5F | 2A |
| Octal | 10 | 5 | 323 | 140 | 142 | 0 | 21 | 361 | 137 | 52 |
| Binary | 1000 | 101 | 11010011 | 1100000 | 1100010 | 0 | 10001 | 11110001 | 1011111 | 101010 |
Color Harmonies of #0805D3
Complementary color
Monochromatic Colors of #0805D3
Black with #0805D3
Text Example
Text Example
White with #0805D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0805D3; }
p { color: rgb(8,5,211); }
H1.HeaderClassName
{
color: #0805D3;
}
.AnyTagClassName
{
color: #0805D3;
}
</style>
background-color css
<style>
a { background-color: #0805D3; }
a { background-color: rgb(8,5,211); }
div.DivClassName
{
background-color: #0805D3;
}
.BgClassName
{
background-color: #0805D3;
}
</style>
border-color css
<style>
span { border-color: #0805D3; }
span { border-color: rgb(8,5,211); }
td.TdClassName
{
border-color: #0805D3;
}
.TagClassName
{
border-color: #0805D3;
}
</style>