#1A87D2

Color #1A87D2 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #1A87D2

Tints of Pacific Blue #1A87D2

Color information

#1A87D2 (or 0x1A87D2) is unknown color: approx Pacific Blue. HEX triplet: 1A, 87 and D2. RGB value is (26,135,210). Sum of RGB (Red+Green+Blue) = 26+135+210=371 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.01% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 210 (82.42% from 255 or 56.60% from 371); Max value from RGB is 210 - color contains mainly: blue. Hex color #1A87D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A87D2 is #E5782D. Grayscale: #6E6E6E. Windows color (decimal): -15038510 or 13797146. OLE color: 13797146.

HSL color Cylindrical-coordinate representation of color #1A87D2: hue angle of 204.46º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A87D2 is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB26135210-
CMYK0.880.3600.18
HSL204.46º77.97%46.27%-
HSV(B)204.46º87.62%82.35%-
XYZ20.7222.264.17-
YUV110.96183.8967.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 26 (10.55% from 255) = 7.01%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 210 (82.42% from 255) = 56.60%
R=7.01%
G=36.39%
B=56.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal261352100.880.3600.18204.4677.9746.27
Hex1A87D25824012cc4e2e
Octal322073221304402231411656
Binary1101010000111110100101011000100100010010110011001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A87D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A87D2; }

 p { color: rgb(26,135,210); }

 H1.HeaderClassName
 {
   color: #1A87D2;
 }
 .AnyTagClassName
 {
   color: #1A87D2;
 }
</style>
background-color css

<style>
 a { background-color: #1A87D2; }

 a { background-color: rgb(26,135,210); }

 div.DivClassName
 {
   background-color: #1A87D2;
 }
 .BgClassName
 {
   background-color: #1A87D2;
 }
</style>
border-color css

<style>
 span { border-color: #1A87D2; }

 span { border-color: rgb(26,135,210); }

 td.TdClassName
 {
   border-color: #1A87D2;
 }
 .TagClassName
 {
   border-color: #1A87D2;
 }
</style>