Shades of Pacific Blue #1486CD
Tints of Pacific Blue #1486CD
RGB
CMYK
RGB Variations
Color information
#1486CD (or 0x1486CD) is known color: Pacific Blue. HEX triplet: 14, 86 and CD. RGB value is (20,134,205). Sum of RGB (Red+Green+Blue) = 20+134+205=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #1486CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1486CD is #EB7932. Grayscale: #6B6B6B. Windows color (decimal): -15431987 or 13469204. OLE color: 13469204.
HSL color Cylindrical-coordinate representation of color #1486CD: hue angle of 203.03º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1486CD is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 134 | 205 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.20 |
| HSL | 203.03º | 0.82% | 0.44% | - |
| HSV(B) | 203.03º | 0.9% | 0.8% | - |
| XYZ | 19.83 | 21.61 | 60.88 | - |
| YUV | 108.01 | 182.73 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 205 | 0.90 | 0.35 | 0 | 0.20 | 203.03 | 0.82 | 0.44 |
| Hex | 14 | 86 | CD | 5A | 23 | 0 | 14 | CB | 52 | 2C |
| Octal | 24 | 206 | 315 | 132 | 43 | 0 | 24 | 313 | 122 | 54 |
| Binary | 10100 | 10000110 | 11001101 | 1011010 | 100011 | 0 | 10100 | 11001011 | 1010010 | 101100 |
Color Harmonies of #1486CD
Complementary color
Monochromatic Colors of #1486CD
Black with #1486CD
Text Example
Text Example
White with #1486CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1486CD; }
p { color: rgb(20,134,205); }
H1.HeaderClassName
{
color: #1486CD;
}
.AnyTagClassName
{
color: #1486CD;
}
</style>
background-color css
<style>
a { background-color: #1486CD; }
a { background-color: rgb(20,134,205); }
div.DivClassName
{
background-color: #1486CD;
}
.BgClassName
{
background-color: #1486CD;
}
</style>
border-color css
<style>
span { border-color: #1486CD; }
span { border-color: rgb(20,134,205); }
td.TdClassName
{
border-color: #1486CD;
}
.TagClassName
{
border-color: #1486CD;
}
</style>