Html Css Color HEX #0087CA Pacific Blue

📋 copy color: '#0087CA'

red 0 ◦ green 135 ◦ blue 202

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

Shades of Pacific Blue #0087CA

Tints of Pacific Blue #0087CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 59.94%

R = 0%
G = 40.06%
B = 59.94%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0087CA (or 0x0087CA) is known color: Pacific Blue. HEX triplet: 00, 87 and CA. RGB value is (0,135,202). Sum of RGB (Red+Green+Blue) = 0+135+202=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 202 (79.30% from 255 or 59.94% from 337); Max value from RGB is 202 - color contains mainly: blue. Hex color #0087CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0087CA is #FF7835. Grayscale: #656565. Windows color (decimal): -16742454 or 13272832. OLE color: 13272832.

HSL color Cylindrical-coordinate representation of color #0087CA: hue angle of 199.9º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0087CA is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 135 202 -
CMYK 1 0.33 0 0.21
HSL 199.9º 1% 0.4% -
HSV(B) 199.9º 1% 0.79% -
XYZ 19.32 21.59 59.03 -
YUV 102.27 184.27 55.05 -
System Red Green Blue C M Y K H S L
Decimal 0 135 202 1 0.33 0 0.21 199.9 1 0.4
Hex 0 87 CA 64 21 0 15 C8 64 28
Octal 0 207 312 144 41 0 25 310 144 50
Binary 0 10000111 11001010 1100100 100001 0 10101 11001000 1100100 101000

Color Harmonies of #0087CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0087CA

Black with #0087CA

Text Example


Text Example

White with #0087CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0087CA;
 }
 .AnyTagClassName
 {
   color: #0087CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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