Shades of Blue #081BED
Tints of Blue #081BED
RGB
CMYK
RGB Variations
Color information
#081BED (or 0x081BED) is known color: Blue. HEX triplet: 08, 1B and ED. RGB value is (8,27,237). Sum of RGB (Red+Green+Blue) = 8+27+237=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 237 (92.97% from 255 or 87.13% from 272); Max value from RGB is 237 - color contains mainly: blue. Hex color #081BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #081BED is #F7E412. Grayscale: #2C2C2C. Windows color (decimal): -16245779 or 15538952. OLE color: 15538952.
HSL color Cylindrical-coordinate representation of color #081BED: hue angle of 235.02º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #081BED is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 27 | 237 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.07 |
| HSL | 235.02º | 0.93% | 0.48% | - |
| HSV(B) | 235.02º | 0.97% | 0.93% | - |
| XYZ | 15.78 | 6.95 | 80.63 | - |
| YUV | 45.26 | 236.21 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 237 | 0.97 | 0.89 | 0 | 0.07 | 235.02 | 0.93 | 0.48 |
| Hex | 8 | 1B | ED | 61 | 59 | 0 | 7 | EB | 5D | 30 |
| Octal | 10 | 33 | 355 | 141 | 131 | 0 | 7 | 353 | 135 | 60 |
| Binary | 1000 | 11011 | 11101101 | 1100001 | 1011001 | 0 | 111 | 11101011 | 1011101 | 110000 |
Color Harmonies of #081BED
Complementary color
Monochromatic Colors of #081BED
Black with #081BED
Text Example
Text Example
White with #081BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081BED; }
p { color: rgb(8,27,237); }
H1.HeaderClassName
{
color: #081BED;
}
.AnyTagClassName
{
color: #081BED;
}
</style>
background-color css
<style>
a { background-color: #081BED; }
a { background-color: rgb(8,27,237); }
div.DivClassName
{
background-color: #081BED;
}
.BgClassName
{
background-color: #081BED;
}
</style>
border-color css
<style>
span { border-color: #081BED; }
span { border-color: rgb(8,27,237); }
td.TdClassName
{
border-color: #081BED;
}
.TagClassName
{
border-color: #081BED;
}
</style>