Shades of Blue #080DEA
Tints of Blue #080DEA
RGB
CMYK
RGB Variations
Color information
#080DEA (or 0x080DEA) is known color: Blue. HEX triplet: 08, 0D and EA. RGB value is (8,13,234). Sum of RGB (Red+Green+Blue) = 8+13+234=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 234 (91.80% from 255 or 91.76% from 255); Max value from RGB is 234 - color contains mainly: blue. Hex color #080DEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080DEA is #F7F215. Grayscale: #232323. Windows color (decimal): -16249366 or 15338760. OLE color: 15338760.
HSL color Cylindrical-coordinate representation of color #080DEA: hue angle of 238.67º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080DEA is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 13 | 234 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.08 |
| HSL | 238.67º | 0.93% | 0.47% | - |
| HSV(B) | 238.67º | 0.97% | 0.92% | - |
| XYZ | 15.1 | 6.28 | 78.26 | - |
| YUV | 36.7 | 239.34 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 234 | 0.97 | 0.94 | 0 | 0.08 | 238.67 | 0.93 | 0.47 |
| Hex | 8 | D | EA | 61 | 5E | 0 | 8 | EF | 5D | 2F |
| Octal | 10 | 15 | 352 | 141 | 136 | 0 | 10 | 357 | 135 | 57 |
| Binary | 1000 | 1101 | 11101010 | 1100001 | 1011110 | 0 | 1000 | 11101111 | 1011101 | 101111 |
Color Harmonies of #080DEA
Complementary color
Monochromatic Colors of #080DEA
Black with #080DEA
Text Example
Text Example
White with #080DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080DEA; }
p { color: rgb(8,13,234); }
H1.HeaderClassName
{
color: #080DEA;
}
.AnyTagClassName
{
color: #080DEA;
}
</style>
background-color css
<style>
a { background-color: #080DEA; }
a { background-color: rgb(8,13,234); }
div.DivClassName
{
background-color: #080DEA;
}
.BgClassName
{
background-color: #080DEA;
}
</style>
border-color css
<style>
span { border-color: #080DEA; }
span { border-color: rgb(8,13,234); }
td.TdClassName
{
border-color: #080DEA;
}
.TagClassName
{
border-color: #080DEA;
}
</style>