#0597DE

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

Shades of Pacific Blue #0597DE

Tints of Pacific Blue #0597DE

Color information

#0597DE (or 0x0597DE) is unknown color: approx Pacific Blue. HEX triplet: 05, 97 and DE. RGB value is (5,151,222). Sum of RGB (Red+Green+Blue) = 5+151+222=378 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #0597DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0597DE is #FA6821. Grayscale: #737373. Windows color (decimal): -16410658 or 14587653. OLE color: 14587653.

HSL color Cylindrical-coordinate representation of color #0597DE: hue angle of 199.63º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0597DE is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5151222-
CMYK0.980.3200.13
HSL199.63º95.59%44.51%-
HSV(B)199.63º97.75%87.06%-
XYZ24.3127.4473.12-
YUV115.44188.1349.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.32%
GREEN value IS 151 (59.38% from 255) = 39.95%
BLUE value IS 222 (87.11% from 255) = 58.73%
R=1.32%
G=39.95%
B=58.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal51512220.980.3200.13199.6395.5944.51
Hex597DE62200Dc8602d
Octal52273361424001531014055
Binary1011001011111011110110001010000001101110010001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0597DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0597DE; }

 p { color: rgb(5,151,222); }

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

<style>
 a { background-color: #0597DE; }

 a { background-color: rgb(5,151,222); }

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

<style>
 span { border-color: #0597DE; }

 span { border-color: rgb(5,151,222); }

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