Shades of Pacific Blue #1587CE
Tints of Pacific Blue #1587CE
RGB
CMYK
RGB Variations
Color information
#1587CE (or 0x1587CE) is known color: Pacific Blue. HEX triplet: 15, 87 and CE. RGB value is (21,135,206). Sum of RGB (Red+Green+Blue) = 21+135+206=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #1587CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1587CE is #EA7831. Grayscale: #6C6C6C. Windows color (decimal): -15366194 or 13534997. OLE color: 13534997.
HSL color Cylindrical-coordinate representation of color #1587CE: hue angle of 203.03º degrees, saturation: 0.81, 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 #1587CE is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 135 | 206 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.19 |
| HSL | 203.03º | 0.81% | 0.45% | - |
| HSV(B) | 203.03º | 0.9% | 0.81% | - |
| XYZ | 20.11 | 21.94 | 61.57 | - |
| YUV | 109.01 | 182.73 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 135 | 206 | 0.90 | 0.34 | 0 | 0.19 | 203.03 | 0.81 | 0.45 |
| Hex | 15 | 87 | CE | 5A | 22 | 0 | 13 | CB | 51 | 2D |
| Octal | 25 | 207 | 316 | 132 | 42 | 0 | 23 | 313 | 121 | 55 |
| Binary | 10101 | 10000111 | 11001110 | 1011010 | 100010 | 0 | 10011 | 11001011 | 1010001 | 101101 |
Color Harmonies of #1587CE
Complementary color
Monochromatic Colors of #1587CE
Black with #1587CE
Text Example
Text Example
White with #1587CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1587CE; }
p { color: rgb(21,135,206); }
H1.HeaderClassName
{
color: #1587CE;
}
.AnyTagClassName
{
color: #1587CE;
}
</style>
background-color css
<style>
a { background-color: #1587CE; }
a { background-color: rgb(21,135,206); }
div.DivClassName
{
background-color: #1587CE;
}
.BgClassName
{
background-color: #1587CE;
}
</style>
border-color css
<style>
span { border-color: #1587CE; }
span { border-color: rgb(21,135,206); }
td.TdClassName
{
border-color: #1587CE;
}
.TagClassName
{
border-color: #1587CE;
}
</style>