Shades of Pacific Blue #1287DA
Tints of Pacific Blue #1287DA
RGB
CMYK
RGB Variations
Color information
#1287DA (or 0x1287DA) is known color: Pacific Blue. HEX triplet: 12, 87 and DA. RGB value is (18,135,218). Sum of RGB (Red+Green+Blue) = 18+135+218=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #1287DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1287DA is #ED7825. Grayscale: #6D6D6D. Windows color (decimal): -15562790 or 14321426. OLE color: 14321426.
HSL color Cylindrical-coordinate representation of color #1287DA: hue angle of 204.9º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1287DA is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 135 | 218 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.15 |
| HSL | 204.9º | 0.85% | 0.46% | - |
| HSV(B) | 204.9º | 0.92% | 0.85% | - |
| XYZ | 21.57 | 22.52 | 69.54 | - |
| YUV | 109.48 | 189.24 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 218 | 0.92 | 0.38 | 0 | 0.15 | 204.9 | 0.85 | 0.46 |
| Hex | 12 | 87 | DA | 5C | 26 | 0 | F | CD | 55 | 2E |
| Octal | 22 | 207 | 332 | 134 | 46 | 0 | 17 | 315 | 125 | 56 |
| Binary | 10010 | 10000111 | 11011010 | 1011100 | 100110 | 0 | 1111 | 11001101 | 1010101 | 101110 |
Color Harmonies of #1287DA
Complementary color
Monochromatic Colors of #1287DA
Black with #1287DA
Text Example
Text Example
White with #1287DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1287DA; }
p { color: rgb(18,135,218); }
H1.HeaderClassName
{
color: #1287DA;
}
.AnyTagClassName
{
color: #1287DA;
}
</style>
background-color css
<style>
a { background-color: #1287DA; }
a { background-color: rgb(18,135,218); }
div.DivClassName
{
background-color: #1287DA;
}
.BgClassName
{
background-color: #1287DA;
}
</style>
border-color css
<style>
span { border-color: #1287DA; }
span { border-color: rgb(18,135,218); }
td.TdClassName
{
border-color: #1287DA;
}
.TagClassName
{
border-color: #1287DA;
}
</style>