Shades of Medium Blue #080DCB
Tints of Medium Blue #080DCB
RGB
CMYK
RGB Variations
Color information
#080DCB (or 0x080DCB) is known color: Medium Blue. HEX triplet: 08, 0D and CB. RGB value is (8,13,203). Sum of RGB (Red+Green+Blue) = 8+13+203=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 203 (79.69% from 255 or 90.62% from 224); Max value from RGB is 203 - color contains mainly: blue. Hex color #080DCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080DCB is #F7F234. Grayscale: #202020. Windows color (decimal): -16249397 or 13307144. OLE color: 13307144.
HSL color Cylindrical-coordinate representation of color #080DCB: hue angle of 238.46º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080DCB is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 13 | 203 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.20 |
| HSL | 238.46º | 0.92% | 0.41% | - |
| HSV(B) | 238.46º | 0.96% | 0.8% | - |
| XYZ | 11.02 | 4.65 | 56.82 | - |
| YUV | 33.17 | 223.84 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 203 | 0.96 | 0.94 | 0 | 0.20 | 238.46 | 0.92 | 0.41 |
| Hex | 8 | D | CB | 60 | 5E | 0 | 14 | EE | 5C | 29 |
| Octal | 10 | 15 | 313 | 140 | 136 | 0 | 24 | 356 | 134 | 51 |
| Binary | 1000 | 1101 | 11001011 | 1100000 | 1011110 | 0 | 10100 | 11101110 | 1011100 | 101001 |
Color Harmonies of #080DCB
Complementary color
Monochromatic Colors of #080DCB
Black with #080DCB
Text Example
Text Example
White with #080DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080DCB; }
p { color: rgb(8,13,203); }
H1.HeaderClassName
{
color: #080DCB;
}
.AnyTagClassName
{
color: #080DCB;
}
</style>
background-color css
<style>
a { background-color: #080DCB; }
a { background-color: rgb(8,13,203); }
div.DivClassName
{
background-color: #080DCB;
}
.BgClassName
{
background-color: #080DCB;
}
</style>
border-color css
<style>
span { border-color: #080DCB; }
span { border-color: rgb(8,13,203); }
td.TdClassName
{
border-color: #080DCB;
}
.TagClassName
{
border-color: #080DCB;
}
</style>