Shades of Pacific Blue #1587D4
Tints of Pacific Blue #1587D4
RGB
CMYK
RGB Variations
Color information
#1587D4 (or 0x1587D4) is known color: Pacific Blue. HEX triplet: 15, 87 and D4. RGB value is (21,135,212). Sum of RGB (Red+Green+Blue) = 21+135+212=368 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.71% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 212 (83.20% from 255 or 57.61% from 368); Max value from RGB is 212 - color contains mainly: blue. Hex color #1587D4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1587D4 is #EA782B. Grayscale: #6D6D6D. Windows color (decimal): -15366188 or 13928213. OLE color: 13928213.
HSL color Cylindrical-coordinate representation of color #1587D4: hue angle of 204.19º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1587D4 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 21 | 135 | 212 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.17 |
| HSL | 204.19º | 0.82% | 0.46% | - |
| HSV(B) | 204.19º | 0.9% | 0.83% | - |
| XYZ | 20.86 | 22.24 | 65.48 | - |
| YUV | 109.69 | 185.73 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 135 | 212 | 0.90 | 0.36 | 0 | 0.17 | 204.19 | 0.82 | 0.46 |
| Hex | 15 | 87 | D4 | 5A | 24 | 0 | 11 | CC | 52 | 2E |
| Octal | 25 | 207 | 324 | 132 | 44 | 0 | 21 | 314 | 122 | 56 |
| Binary | 10101 | 10000111 | 11010100 | 1011010 | 100100 | 0 | 10001 | 11001100 | 1010010 | 101110 |
Color Harmonies of #1587D4
Complementary color
Monochromatic Colors of #1587D4
Black with #1587D4
Text Example
Text Example
White with #1587D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1587D4; }
p { color: rgb(21,135,212); }
H1.HeaderClassName
{
color: #1587D4;
}
.AnyTagClassName
{
color: #1587D4;
}
</style>
background-color css
<style>
a { background-color: #1587D4; }
a { background-color: rgb(21,135,212); }
div.DivClassName
{
background-color: #1587D4;
}
.BgClassName
{
background-color: #1587D4;
}
</style>
border-color css
<style>
span { border-color: #1587D4; }
span { border-color: rgb(21,135,212); }
td.TdClassName
{
border-color: #1587D4;
}
.TagClassName
{
border-color: #1587D4;
}
</style>