#0085d0

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

Shades of Pacific Blue #0085D0

Tints of Pacific Blue #0085D0

Color information

#0085D0 (or 0x0085D0) is unknown color: approx Pacific Blue. HEX triplet: 00, 85 and D0. RGB value is (0,133,208). Sum of RGB (Red+Green+Blue) = 0+133+208=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 208 (81.64% from 255 or 61.00% from 341); Max value from RGB is 208 - color contains mainly: blue. Hex color #0085D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0085D0 is #FF7A2F. Grayscale: #656565. Windows color (decimal): -16742960 or 13665536. OLE color: 13665536.

HSL color Cylindrical-coordinate representation of color #0085D0: hue angle of 201.63º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0085D0 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB0133208-
CMYK10.3600.18
HSL201.63º100%40.78%-
HSV(B)201.63º100%81.57%-
XYZ19.7721.3362.75-
YUV101.78187.9455.4-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 133 (52.34% from 255) = 39.00%
BLUE value IS 208 (81.64% from 255) = 61.00%
R=0%
G=39.00%
B=61.00%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal013320810.3600.18201.6310040.78
Hex085D06424012ca6429
Octal02053201444402231214451
Binary010000101110100001100100100100010010110010101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0085d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0085d0; }

 p { color: rgb(0,133,208); }

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

<style>
 a { background-color: #0085d0; }

 a { background-color: rgb(0,133,208); }

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

<style>
 span { border-color: #0085d0; }

 span { border-color: rgb(0,133,208); }

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