Shades of Pacific Blue #1987CC
Tints of Pacific Blue #1987CC
RGB
CMYK
RGB Variations
Color information
#1987CC (or 0x1987CC) is known color: Pacific Blue. HEX triplet: 19, 87 and CC. RGB value is (25,135,204). Sum of RGB (Red+Green+Blue) = 25+135+204=364 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.87% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #1987CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1987CC is #E67833. Grayscale: #6D6D6D. Windows color (decimal): -15104052 or 13403929. OLE color: 13403929.
HSL color Cylindrical-coordinate representation of color #1987CC: hue angle of 203.13º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1987CC is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 135 | 204 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.2 |
| HSL | 203.13º | 0.78% | 0.45% | - |
| HSV(B) | 203.13º | 0.88% | 0.8% | - |
| XYZ | 19.96 | 21.89 | 60.3 | - |
| YUV | 109.98 | 181.06 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 204 | 0.88 | 0.34 | 0 | 0.2 | 203.13 | 0.78 | 0.45 |
| Hex | 19 | 87 | CC | 58 | 22 | 0 | 14 | CB | 4E | 2D |
| Octal | 31 | 207 | 314 | 130 | 42 | 0 | 24 | 313 | 116 | 55 |
| Binary | 11001 | 10000111 | 11001100 | 1011000 | 100010 | 0 | 10100 | 11001011 | 1001110 | 101101 |
Color Harmonies of #1987CC
Complementary color
Monochromatic Colors of #1987CC
Black with #1987CC
Text Example
Text Example
White with #1987CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1987CC; }
p { color: rgb(25,135,204); }
H1.HeaderClassName
{
color: #1987CC;
}
.AnyTagClassName
{
color: #1987CC;
}
</style>
background-color css
<style>
a { background-color: #1987CC; }
a { background-color: rgb(25,135,204); }
div.DivClassName
{
background-color: #1987CC;
}
.BgClassName
{
background-color: #1987CC;
}
</style>
border-color css
<style>
span { border-color: #1987CC; }
span { border-color: rgb(25,135,204); }
td.TdClassName
{
border-color: #1987CC;
}
.TagClassName
{
border-color: #1987CC;
}
</style>