Shades of Pacific Blue #1488CD
Tints of Pacific Blue #1488CD
RGB
CMYK
RGB Variations
Color information
#1488CD (or 0x1488CD) is known color: Pacific Blue. HEX triplet: 14, 88 and CD. RGB value is (20,136,205). Sum of RGB (Red+Green+Blue) = 20+136+205=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #1488CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1488CD is #EB7732. Grayscale: #6C6C6C. Windows color (decimal): -15431475 or 13469716. OLE color: 13469716.
HSL color Cylindrical-coordinate representation of color #1488CD: hue angle of 202.38º 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 #1488CD is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 136 | 205 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.20 |
| HSL | 202.38º | 0.82% | 0.44% | - |
| HSV(B) | 202.38º | 0.9% | 0.8% | - |
| XYZ | 20.11 | 22.16 | 60.98 | - |
| YUV | 109.18 | 182.07 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 136 | 205 | 0.90 | 0.34 | 0 | 0.20 | 202.38 | 0.82 | 0.44 |
| Hex | 14 | 88 | CD | 5A | 22 | 0 | 14 | CA | 52 | 2C |
| Octal | 24 | 210 | 315 | 132 | 42 | 0 | 24 | 312 | 122 | 54 |
| Binary | 10100 | 10001000 | 11001101 | 1011010 | 100010 | 0 | 10100 | 11001010 | 1010010 | 101100 |
Color Harmonies of #1488CD
Complementary color
Monochromatic Colors of #1488CD
Black with #1488CD
Text Example
Text Example
White with #1488CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1488CD; }
p { color: rgb(20,136,205); }
H1.HeaderClassName
{
color: #1488CD;
}
.AnyTagClassName
{
color: #1488CD;
}
</style>
background-color css
<style>
a { background-color: #1488CD; }
a { background-color: rgb(20,136,205); }
div.DivClassName
{
background-color: #1488CD;
}
.BgClassName
{
background-color: #1488CD;
}
</style>
border-color css
<style>
span { border-color: #1488CD; }
span { border-color: rgb(20,136,205); }
td.TdClassName
{
border-color: #1488CD;
}
.TagClassName
{
border-color: #1488CD;
}
</style>