Html Css Color HEX #0087DF Pacific Blue

📋 copy color: '#0087DF'

red 0 ◦ green 135 ◦ blue 223

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

Shades of Pacific Blue #0087DF

Tints of Pacific Blue #0087DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.29%

R = 0%
G = 37.71%
B = 62.29%

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

#0087DF (or 0x0087DF) is known color: Pacific Blue. HEX triplet: 00, 87 and DF. RGB value is (0,135,223). Sum of RGB (Red+Green+Blue) = 0+135+223=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #0087DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0087DF is #FF7820. Grayscale: #686868. Windows color (decimal): -16742433 or 14649088. OLE color: 14649088.

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

Color convert

RGB 0 135 223 -
CMYK 1 0.39 0 0.13
HSL 203.68º 1% 0.44% -
HSV(B) 203.68º 1% 0.87% -
XYZ 21.98 22.66 73.03 -
YUV 104.67 194.77 53.34 -
System Red Green Blue C M Y K H S L
Decimal 0 135 223 1 0.39 0 0.13 203.68 1 0.44
Hex 0 87 DF 64 27 0 D CC 64 2C
Octal 0 207 337 144 47 0 15 314 144 54
Binary 0 10000111 11011111 1100100 100111 0 1101 11001100 1100100 101100

Color Harmonies of #0087DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0087DF

Black with #0087DF

Text Example


Text Example

White with #0087DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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