#0598DE

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

Shades of Pacific Blue #0598DE

Tints of Pacific Blue #0598DE

Color information

#0598DE (or 0x0598DE) is unknown color: approx Pacific Blue. HEX triplet: 05, 98 and DE. RGB value is (5,152,222). Sum of RGB (Red+Green+Blue) = 5+152+222=379 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #0598DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0598DE is #FA6721. Grayscale: #737373. Windows color (decimal): -16410402 or 14587909. OLE color: 14587909.

HSL color Cylindrical-coordinate representation of color #0598DE: hue angle of 199.35º 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 #0598DE is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5152222-
CMYK0.980.3200.13
HSL199.35º95.59%44.51%-
HSV(B)199.35º97.75%87.06%-
XYZ24.4827.7673.18-
YUV116.03187.848.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.32%
GREEN value IS 152 (59.77% from 255) = 40.11%
BLUE value IS 222 (87.11% from 255) = 58.58%
R=1.32%
G=40.11%
B=58.58%

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
Decimal51522220.980.3200.13199.3595.5944.51
Hex598DE62200Dc7602d
Octal52303361424001530714055
Binary1011001100011011110110001010000001101110001111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0598DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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