Html Css Color HEX #0087DD Pacific Blue

📋 copy color: '#0087DD'

red 0 ◦ green 135 ◦ blue 221

#0087DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #0087DD

Tints of Pacific Blue #0087DD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 135 (53.13% from 255) = 37.92%

 BLUE value IS 221 (86.72% from 255) = 62.08%

R = 0%
G = 37.92%
B = 62.08%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0087DD (or 0x0087DD) is known color: 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

RGB 0 135 221 -
CMYK 1 0.39 0 0.13
HSL 203.35º 1% 0.43% -
HSV(B) 203.35º 1% 0.87% -
XYZ 21.72 22.55 71.61 -
YUV 104.44 193.77 53.51 -
System Red Green Blue C M Y K H S L
Decimal 0 135 221 1 0.39 0 0.13 203.35 1 0.43
Hex 0 87 DD 64 27 0 D CB 64 2B
Octal 0 207 335 144 47 0 15 313 144 53
Binary 0 10000111 11011101 1100100 100111 0 1101 11001011 1100100 101011

Color Harmonies of #0087DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0087DD

Black with #0087DD

Text Example


Text Example

White with #0087DD

Text Example


Text Example

HTML Codes & Css Web 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>