Shades of Medium Blue #080FCB
Tints of Medium Blue #080FCB
RGB
CMYK
RGB Variations
Color information
#080FCB (or 0x080FCB) is known color: Medium Blue. HEX triplet: 08, 0F and CB. RGB value is (8,15,203). Sum of RGB (Red+Green+Blue) = 8+15+203=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 203 (79.69% from 255 or 89.82% from 226); Max value from RGB is 203 - color contains mainly: blue. Hex color #080FCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080FCB is #F7F034. Grayscale: #212121. Windows color (decimal): -16248885 or 13307656. OLE color: 13307656.
HSL color Cylindrical-coordinate representation of color #080FCB: hue angle of 237.85º 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 #080FCB is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 15 | 203 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.20 |
| HSL | 237.85º | 0.92% | 0.41% | - |
| HSV(B) | 237.85º | 0.96% | 0.8% | - |
| XYZ | 11.05 | 4.71 | 56.83 | - |
| YUV | 34.34 | 223.18 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 203 | 0.96 | 0.93 | 0 | 0.20 | 237.85 | 0.92 | 0.41 |
| Hex | 8 | F | CB | 60 | 5D | 0 | 14 | EE | 5C | 29 |
| Octal | 10 | 17 | 313 | 140 | 135 | 0 | 24 | 356 | 134 | 51 |
| Binary | 1000 | 1111 | 11001011 | 1100000 | 1011101 | 0 | 10100 | 11101110 | 1011100 | 101001 |
Color Harmonies of #080FCB
Complementary color
Monochromatic Colors of #080FCB
Black with #080FCB
Text Example
Text Example
White with #080FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080FCB; }
p { color: rgb(8,15,203); }
H1.HeaderClassName
{
color: #080FCB;
}
.AnyTagClassName
{
color: #080FCB;
}
</style>
background-color css
<style>
a { background-color: #080FCB; }
a { background-color: rgb(8,15,203); }
div.DivClassName
{
background-color: #080FCB;
}
.BgClassName
{
background-color: #080FCB;
}
</style>
border-color css
<style>
span { border-color: #080FCB; }
span { border-color: rgb(8,15,203); }
td.TdClassName
{
border-color: #080FCB;
}
.TagClassName
{
border-color: #080FCB;
}
</style>