Shades of Pacific Blue #1489D6
Tints of Pacific Blue #1489D6
RGB
CMYK
RGB Variations
Color information
#1489D6 (or 0x1489D6) is known color: Pacific Blue. HEX triplet: 14, 89 and D6. RGB value is (20,137,214). Sum of RGB (Red+Green+Blue) = 20+137+214=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 214 (83.98% from 255 or 57.68% from 371); Max value from RGB is 214 - color contains mainly: blue. Hex color #1489D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1489D6 is #EB7629. Grayscale: #6E6E6E. Windows color (decimal): -15431210 or 14059796. OLE color: 14059796.
HSL color Cylindrical-coordinate representation of color #1489D6: hue angle of 203.81º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1489D6 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 137 | 214 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.16 |
| HSL | 203.81º | 0.83% | 0.46% | - |
| HSV(B) | 203.81º | 0.91% | 0.84% | - |
| XYZ | 21.37 | 22.9 | 66.91 | - |
| YUV | 110.8 | 186.24 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 214 | 0.91 | 0.36 | 0 | 0.16 | 203.81 | 0.83 | 0.46 |
| Hex | 14 | 89 | D6 | 5B | 24 | 0 | 10 | CC | 53 | 2E |
| Octal | 24 | 211 | 326 | 133 | 44 | 0 | 20 | 314 | 123 | 56 |
| Binary | 10100 | 10001001 | 11010110 | 1011011 | 100100 | 0 | 10000 | 11001100 | 1010011 | 101110 |
Color Harmonies of #1489D6
Complementary color
Monochromatic Colors of #1489D6
Black with #1489D6
Text Example
Text Example
White with #1489D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1489D6; }
p { color: rgb(20,137,214); }
H1.HeaderClassName
{
color: #1489D6;
}
.AnyTagClassName
{
color: #1489D6;
}
</style>
background-color css
<style>
a { background-color: #1489D6; }
a { background-color: rgb(20,137,214); }
div.DivClassName
{
background-color: #1489D6;
}
.BgClassName
{
background-color: #1489D6;
}
</style>
border-color css
<style>
span { border-color: #1489D6; }
span { border-color: rgb(20,137,214); }
td.TdClassName
{
border-color: #1489D6;
}
.TagClassName
{
border-color: #1489D6;
}
</style>