Shades of Medium Blue #0807CA
Tints of Medium Blue #0807CA
RGB
CMYK
RGB Variations
Color information
#0807CA (or 0x0807CA) is known color: Medium Blue. HEX triplet: 08, 07 and CA. RGB value is (8,7,202). Sum of RGB (Red+Green+Blue) = 8+7+202=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 202 (79.30% from 255 or 93.09% from 217); Max value from RGB is 202 - color contains mainly: blue. Hex color #0807CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0807CA is #F7F835. Grayscale: #1C1C1C. Windows color (decimal): -16250934 or 13240072. OLE color: 13240072.
HSL color Cylindrical-coordinate representation of color #0807CA: hue angle of 240.31º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0807CA is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 7 | 202 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.21 |
| HSL | 240.31º | 0.93% | 0.41% | - |
| HSV(B) | 240.31º | 0.97% | 0.79% | - |
| XYZ | 10.84 | 4.47 | 56.17 | - |
| YUV | 29.53 | 225.33 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 202 | 0.96 | 0.97 | 0 | 0.21 | 240.31 | 0.93 | 0.41 |
| Hex | 8 | 7 | CA | 60 | 61 | 0 | 15 | F0 | 5D | 29 |
| Octal | 10 | 7 | 312 | 140 | 141 | 0 | 25 | 360 | 135 | 51 |
| Binary | 1000 | 111 | 11001010 | 1100000 | 1100001 | 0 | 10101 | 11110000 | 1011101 | 101001 |
Color Harmonies of #0807CA
Complementary color
Monochromatic Colors of #0807CA
Black with #0807CA
Text Example
Text Example
White with #0807CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0807CA; }
p { color: rgb(8,7,202); }
H1.HeaderClassName
{
color: #0807CA;
}
.AnyTagClassName
{
color: #0807CA;
}
</style>
background-color css
<style>
a { background-color: #0807CA; }
a { background-color: rgb(8,7,202); }
div.DivClassName
{
background-color: #0807CA;
}
.BgClassName
{
background-color: #0807CA;
}
</style>
border-color css
<style>
span { border-color: #0807CA; }
span { border-color: rgb(8,7,202); }
td.TdClassName
{
border-color: #0807CA;
}
.TagClassName
{
border-color: #0807CA;
}
</style>