Html Css Color HEX #0087DB Pacific Blue

📋 copy color: '#0087DB'

red 0 ◦ green 135 ◦ blue 219

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

Shades of Pacific Blue #0087DB

Tints of Pacific Blue #0087DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61.86%

R = 0%
G = 38.14%
B = 61.86%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0087DB (or 0x0087DB) is known color: Pacific Blue. HEX triplet: 00, 87 and DB. RGB value is (0,135,219). Sum of RGB (Red+Green+Blue) = 0+135+219=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #0087DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0087DB is #FF7824. Grayscale: #676767. Windows color (decimal): -16742437 or 14386944. OLE color: 14386944.

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

Color convert

RGB 0 135 219 -
CMYK 1 0.38 0 0.14
HSL 203.01º 1% 0.43% -
HSV(B) 203.01º 1% 0.86% -
XYZ 21.45 22.44 70.22 -
YUV 104.21 192.77 53.67 -
System Red Green Blue C M Y K H S L
Decimal 0 135 219 1 0.38 0 0.14 203.01 1 0.43
Hex 0 87 DB 64 26 0 E CB 64 2B
Octal 0 207 333 144 46 0 16 313 144 53
Binary 0 10000111 11011011 1100100 100110 0 1110 11001011 1100100 101011

Color Harmonies of #0087DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0087DB

Black with #0087DB

Text Example


Text Example

White with #0087DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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