#0087DD

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

Shades of Pacific Blue #0087DD

Tints of Pacific Blue #0087DD

Color information

#0087DD (or 0x0087DD) is unknown color: approx Pacific Blue. HEX triplet: 00, 87 and DD. RGB value is (0,135,221). Sum of RGB (Red+Green+Blue) = 0+135+221=356 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #0087DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0087DD is #FF7822. Grayscale: #676767. Windows color (decimal): -16742435 or 14518016. OLE color: 14518016.

HSL color Cylindrical-coordinate representation of color #0087DD: hue angle of 203.35º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0087DD is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB0135221-
CMYK10.3900.13
HSL203.35º100%43.33%-
HSV(B)203.35º100%86.67%-
XYZ21.7222.5571.61-
YUV104.44193.7753.51-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 135 (53.12% from 255) = 37.92%
BLUE value IS 221 (86.72% from 255) = 62.08%
R=0%
G=37.92%
B=62.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal013522110.3900.13203.3510043.33
Hex087DD64270Dcb642b
Octal02073351444701531314453
Binary01000011111011101110010010011101101110010111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0087DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0087DD; }

 p { color: rgb(0,135,221); }

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

<style>
 a { background-color: #0087DD; }

 a { background-color: rgb(0,135,221); }

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

<style>
 span { border-color: #0087DD; }

 span { border-color: rgb(0,135,221); }

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