Shades of Medium Blue #0807CB
Tints of Medium Blue #0807CB
RGB
CMYK
RGB Variations
Color information
#0807CB (or 0x0807CB) is known color: Medium Blue. HEX triplet: 08, 07 and CB. RGB value is (8,7,203). Sum of RGB (Red+Green+Blue) = 8+7+203=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 203 (79.69% from 255 or 93.12% from 218); Max value from RGB is 203 - color contains mainly: blue. Hex color #0807CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0807CB is #F7F834. Grayscale: #1C1C1C. Windows color (decimal): -16250933 or 13305608. OLE color: 13305608.
HSL color Cylindrical-coordinate representation of color #0807CB: hue angle of 240.31º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0807CB is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 7 | 203 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.20 |
| HSL | 240.31º | 0.93% | 0.41% | - |
| HSV(B) | 240.31º | 0.97% | 0.8% | - |
| XYZ | 10.96 | 4.52 | 56.79 | - |
| YUV | 29.64 | 225.83 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 203 | 0.96 | 0.97 | 0 | 0.20 | 240.31 | 0.93 | 0.41 |
| Hex | 8 | 7 | CB | 60 | 61 | 0 | 14 | F0 | 5D | 29 |
| Octal | 10 | 7 | 313 | 140 | 141 | 0 | 24 | 360 | 135 | 51 |
| Binary | 1000 | 111 | 11001011 | 1100000 | 1100001 | 0 | 10100 | 11110000 | 1011101 | 101001 |
Color Harmonies of #0807CB
Complementary color
Monochromatic Colors of #0807CB
Black with #0807CB
Text Example
Text Example
White with #0807CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0807CB; }
p { color: rgb(8,7,203); }
H1.HeaderClassName
{
color: #0807CB;
}
.AnyTagClassName
{
color: #0807CB;
}
</style>
background-color css
<style>
a { background-color: #0807CB; }
a { background-color: rgb(8,7,203); }
div.DivClassName
{
background-color: #0807CB;
}
.BgClassName
{
background-color: #0807CB;
}
</style>
border-color css
<style>
span { border-color: #0807CB; }
span { border-color: rgb(8,7,203); }
td.TdClassName
{
border-color: #0807CB;
}
.TagClassName
{
border-color: #0807CB;
}
</style>