#058DD2

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

Shades of Pacific Blue #058DD2

Tints of Pacific Blue #058DD2

Color information

#058DD2 (or 0x058DD2) is unknown color: approx Pacific Blue. HEX triplet: 05, 8D and D2. RGB value is (5,141,210). Sum of RGB (Red+Green+Blue) = 5+141+210=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 210 (82.42% from 255 or 58.99% from 356); Max value from RGB is 210 - color contains mainly: blue. Hex color #058DD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058DD2 is #FA722D. Grayscale: #6B6B6B. Windows color (decimal): -16413230 or 13798661. OLE color: 13798661.

HSL color Cylindrical-coordinate representation of color #058DD2: hue angle of 200.2º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058DD2 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5141210-
CMYK0.980.3300.18
HSL200.2º95.35%42.16%-
HSV(B)200.2º97.62%82.35%-
XYZ21.2223.7464.44-
YUV108.2185.4454.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.40%
GREEN value IS 141 (55.47% from 255) = 39.61%
BLUE value IS 210 (82.42% from 255) = 58.99%
R=1.40%
G=39.61%
B=58.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal51412100.980.3300.18200.295.3542.16
Hex58DD26221012c85f2a
Octal52153221424102231013752
Binary10110001101110100101100010100001010010110010001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058DD2; }

 p { color: rgb(5,141,210); }

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

<style>
 a { background-color: #058DD2; }

 a { background-color: rgb(5,141,210); }

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

<style>
 span { border-color: #058DD2; }

 span { border-color: rgb(5,141,210); }

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