Shades of Pacific Blue #1087DA
Tints of Pacific Blue #1087DA
RGB
CMYK
RGB Variations
Color information
#1087DA (or 0x1087DA) is known color: Pacific Blue. HEX triplet: 10, 87 and DA. RGB value is (16,135,218). Sum of RGB (Red+Green+Blue) = 16+135+218=369 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.34% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #1087DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1087DA is #EF7825. Grayscale: #6C6C6C. Windows color (decimal): -15693862 or 14321424. OLE color: 14321424.
HSL color Cylindrical-coordinate representation of color #1087DA: hue angle of 204.65º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1087DA is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 135 | 218 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.15 |
| HSL | 204.65º | 0.86% | 0.46% | - |
| HSV(B) | 204.65º | 0.93% | 0.85% | - |
| XYZ | 21.53 | 22.5 | 69.54 | - |
| YUV | 108.88 | 189.58 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 218 | 0.93 | 0.38 | 0 | 0.15 | 204.65 | 0.86 | 0.46 |
| Hex | 10 | 87 | DA | 5D | 26 | 0 | F | CD | 56 | 2E |
| Octal | 20 | 207 | 332 | 135 | 46 | 0 | 17 | 315 | 126 | 56 |
| Binary | 10000 | 10000111 | 11011010 | 1011101 | 100110 | 0 | 1111 | 11001101 | 1010110 | 101110 |
Color Harmonies of #1087DA
Complementary color
Monochromatic Colors of #1087DA
Black with #1087DA
Text Example
Text Example
White with #1087DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1087DA; }
p { color: rgb(16,135,218); }
H1.HeaderClassName
{
color: #1087DA;
}
.AnyTagClassName
{
color: #1087DA;
}
</style>
background-color css
<style>
a { background-color: #1087DA; }
a { background-color: rgb(16,135,218); }
div.DivClassName
{
background-color: #1087DA;
}
.BgClassName
{
background-color: #1087DA;
}
</style>
border-color css
<style>
span { border-color: #1087DA; }
span { border-color: rgb(16,135,218); }
td.TdClassName
{
border-color: #1087DA;
}
.TagClassName
{
border-color: #1087DA;
}
</style>