Shades of Pacific Blue #0E8ADB
Tints of Pacific Blue #0E8ADB
RGB
CMYK
RGB Variations
Color information
#0E8ADB (or 0x0E8ADB) is known color: Pacific Blue. HEX triplet: 0E, 8A and DB. RGB value is (14,138,219). Sum of RGB (Red+Green+Blue) = 14+138+219=371 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.77% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #0E8ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E8ADB is #F17524. Grayscale: #6D6D6D. Windows color (decimal): -15824165 or 14387726. OLE color: 14387726.
HSL color Cylindrical-coordinate representation of color #0E8ADB: hue angle of 203.71º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E8ADB is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 138 | 219 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.14 |
| HSL | 203.71º | 0.88% | 0.46% | - |
| HSV(B) | 203.71º | 0.94% | 0.86% | - |
| XYZ | 22.06 | 23.38 | 70.37 | - |
| YUV | 110.16 | 189.42 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 138 | 219 | 0.94 | 0.37 | 0 | 0.14 | 203.71 | 0.88 | 0.46 |
| Hex | E | 8A | DB | 5E | 25 | 0 | E | CC | 58 | 2E |
| Octal | 16 | 212 | 333 | 136 | 45 | 0 | 16 | 314 | 130 | 56 |
| Binary | 1110 | 10001010 | 11011011 | 1011110 | 100101 | 0 | 1110 | 11001100 | 1011000 | 101110 |
Color Harmonies of #0E8ADB
Complementary color
Monochromatic Colors of #0E8ADB
Black with #0E8ADB
Text Example
Text Example
White with #0E8ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8ADB; }
p { color: rgb(14,138,219); }
H1.HeaderClassName
{
color: #0E8ADB;
}
.AnyTagClassName
{
color: #0E8ADB;
}
</style>
background-color css
<style>
a { background-color: #0E8ADB; }
a { background-color: rgb(14,138,219); }
div.DivClassName
{
background-color: #0E8ADB;
}
.BgClassName
{
background-color: #0E8ADB;
}
</style>
border-color css
<style>
span { border-color: #0E8ADB; }
span { border-color: rgb(14,138,219); }
td.TdClassName
{
border-color: #0E8ADB;
}
.TagClassName
{
border-color: #0E8ADB;
}
</style>