Shades of Pacific Blue #1487CF
Tints of Pacific Blue #1487CF
RGB
CMYK
RGB Variations
Color information
#1487CF (or 0x1487CF) is known color: Pacific Blue. HEX triplet: 14, 87 and CF. RGB value is (20,135,207). Sum of RGB (Red+Green+Blue) = 20+135+207=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #1487CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1487CF is #EB7830. Grayscale: #6C6C6C. Windows color (decimal): -15431729 or 13600532. OLE color: 13600532.
HSL color Cylindrical-coordinate representation of color #1487CF: hue angle of 203.1º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1487CF is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 135 | 207 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.19 |
| HSL | 203.1º | 0.82% | 0.45% | - |
| HSV(B) | 203.1º | 0.9% | 0.81% | - |
| XYZ | 20.21 | 21.98 | 62.21 | - |
| YUV | 108.82 | 183.4 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 135 | 207 | 0.90 | 0.35 | 0 | 0.19 | 203.1 | 0.82 | 0.45 |
| Hex | 14 | 87 | CF | 5A | 23 | 0 | 13 | CB | 52 | 2D |
| Octal | 24 | 207 | 317 | 132 | 43 | 0 | 23 | 313 | 122 | 55 |
| Binary | 10100 | 10000111 | 11001111 | 1011010 | 100011 | 0 | 10011 | 11001011 | 1010010 | 101101 |
Color Harmonies of #1487CF
Complementary color
Monochromatic Colors of #1487CF
Black with #1487CF
Text Example
Text Example
White with #1487CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1487CF; }
p { color: rgb(20,135,207); }
H1.HeaderClassName
{
color: #1487CF;
}
.AnyTagClassName
{
color: #1487CF;
}
</style>
background-color css
<style>
a { background-color: #1487CF; }
a { background-color: rgb(20,135,207); }
div.DivClassName
{
background-color: #1487CF;
}
.BgClassName
{
background-color: #1487CF;
}
</style>
border-color css
<style>
span { border-color: #1487CF; }
span { border-color: rgb(20,135,207); }
td.TdClassName
{
border-color: #1487CF;
}
.TagClassName
{
border-color: #1487CF;
}
</style>