Shades of Pacific Blue #0E8CDA
Tints of Pacific Blue #0E8CDA
RGB
CMYK
RGB Variations
Color information
#0E8CDA (or 0x0E8CDA) is known color: Pacific Blue. HEX triplet: 0E, 8C and DA. RGB value is (14,140,218). Sum of RGB (Red+Green+Blue) = 14+140+218=372 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.76% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 218 (85.55% from 255 or 58.60% from 372); Max value from RGB is 218 - color contains mainly: blue. Hex color #0E8CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E8CDA is #F17325. Grayscale: #6E6E6E. Windows color (decimal): -15823654 or 14322702. OLE color: 14322702.
HSL color Cylindrical-coordinate representation of color #0E8CDA: hue angle of 202.94º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E8CDA is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 140 | 218 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.15 |
| HSL | 202.94º | 0.88% | 0.45% | - |
| HSV(B) | 202.94º | 0.94% | 0.85% | - |
| XYZ | 22.21 | 23.91 | 69.77 | - |
| YUV | 111.22 | 188.26 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 140 | 218 | 0.94 | 0.36 | 0 | 0.15 | 202.94 | 0.88 | 0.45 |
| Hex | E | 8C | DA | 5E | 24 | 0 | F | CB | 58 | 2D |
| Octal | 16 | 214 | 332 | 136 | 44 | 0 | 17 | 313 | 130 | 55 |
| Binary | 1110 | 10001100 | 11011010 | 1011110 | 100100 | 0 | 1111 | 11001011 | 1011000 | 101101 |
Color Harmonies of #0E8CDA
Complementary color
Monochromatic Colors of #0E8CDA
Black with #0E8CDA
Text Example
Text Example
White with #0E8CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8CDA; }
p { color: rgb(14,140,218); }
H1.HeaderClassName
{
color: #0E8CDA;
}
.AnyTagClassName
{
color: #0E8CDA;
}
</style>
background-color css
<style>
a { background-color: #0E8CDA; }
a { background-color: rgb(14,140,218); }
div.DivClassName
{
background-color: #0E8CDA;
}
.BgClassName
{
background-color: #0E8CDA;
}
</style>
border-color css
<style>
span { border-color: #0E8CDA; }
span { border-color: rgb(14,140,218); }
td.TdClassName
{
border-color: #0E8CDA;
}
.TagClassName
{
border-color: #0E8CDA;
}
</style>