Shades of Pacific Blue #1587CB
Tints of Pacific Blue #1587CB
RGB
CMYK
RGB Variations
Color information
#1587CB (or 0x1587CB) is known color: Pacific Blue. HEX triplet: 15, 87 and CB. RGB value is (21,135,203). Sum of RGB (Red+Green+Blue) = 21+135+203=359 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.85% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #1587CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1587CB is #EA7834. Grayscale: #6C6C6C. Windows color (decimal): -15366197 or 13338389. OLE color: 13338389.
HSL color Cylindrical-coordinate representation of color #1587CB: hue angle of 202.42º degrees, saturation: 0.81, 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 #1587CB is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 135 | 203 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.20 |
| HSL | 202.42º | 0.81% | 0.44% | - |
| HSV(B) | 202.42º | 0.9% | 0.8% | - |
| XYZ | 19.75 | 21.8 | 59.67 | - |
| YUV | 108.67 | 181.23 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 135 | 203 | 0.90 | 0.33 | 0 | 0.20 | 202.42 | 0.81 | 0.44 |
| Hex | 15 | 87 | CB | 5A | 21 | 0 | 14 | CA | 51 | 2C |
| Octal | 25 | 207 | 313 | 132 | 41 | 0 | 24 | 312 | 121 | 54 |
| Binary | 10101 | 10000111 | 11001011 | 1011010 | 100001 | 0 | 10100 | 11001010 | 1010001 | 101100 |
Color Harmonies of #1587CB
Complementary color
Monochromatic Colors of #1587CB
Black with #1587CB
Text Example
Text Example
White with #1587CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1587CB; }
p { color: rgb(21,135,203); }
H1.HeaderClassName
{
color: #1587CB;
}
.AnyTagClassName
{
color: #1587CB;
}
</style>
background-color css
<style>
a { background-color: #1587CB; }
a { background-color: rgb(21,135,203); }
div.DivClassName
{
background-color: #1587CB;
}
.BgClassName
{
background-color: #1587CB;
}
</style>
border-color css
<style>
span { border-color: #1587CB; }
span { border-color: rgb(21,135,203); }
td.TdClassName
{
border-color: #1587CB;
}
.TagClassName
{
border-color: #1587CB;
}
</style>