Shades of Medium Blue #080CDB
Tints of Medium Blue #080CDB
RGB
CMYK
RGB Variations
Color information
#080CDB (or 0x080CDB) is known color: Medium Blue. HEX triplet: 08, 0C and DB. RGB value is (8,12,219). Sum of RGB (Red+Green+Blue) = 8+12+219=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 219 (85.94% from 255 or 91.63% from 239); Max value from RGB is 219 - color contains mainly: blue. Hex color #080CDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080CDB is #F7F324. Grayscale: #212121. Windows color (decimal): -16249637 or 14355464. OLE color: 14355464.
HSL color Cylindrical-coordinate representation of color #080CDB: hue angle of 238.86º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080CDB is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 8 | 12 | 219 | - |
CMYK | 0.96 | 0.95 | 0 | 0.14 |
HSL | 238.86º | 0.93% | 0.45% | - |
HSV(B) | 238.86º | 0.96% | 0.86% | - |
XYZ | 13.02 | 5.43 | 67.38 | - |
YUV | 34.4 | 232.17 | 109.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 12 | 219 | 0.96 | 0.95 | 0 | 0.14 | 238.86 | 0.93 | 0.45 |
Hex | 8 | C | DB | 60 | 5F | 0 | E | EF | 5D | 2D |
Octal | 10 | 14 | 333 | 140 | 137 | 0 | 16 | 357 | 135 | 55 |
Binary | 1000 | 1100 | 11011011 | 1100000 | 1011111 | 0 | 1110 | 11101111 | 1011101 | 101101 |
Color Harmonies of #080CDB
Complementary color
Monochromatic Colors of #080CDB
Black with #080CDB
Text Example
Text Example
White with #080CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080CDB; }
p { color: rgb(8,12,219); }
H1.HeaderClassName
{
color: #080CDB;
}
.AnyTagClassName
{
color: #080CDB;
}
</style>
background-color css
<style>
a { background-color: #080CDB; }
a { background-color: rgb(8,12,219); }
div.DivClassName
{
background-color: #080CDB;
}
.BgClassName
{
background-color: #080CDB;
}
</style>
border-color css
<style>
span { border-color: #080CDB; }
span { border-color: rgb(8,12,219); }
td.TdClassName
{
border-color: #080CDB;
}
.TagClassName
{
border-color: #080CDB;
}
</style>