#058FCA

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

Shades of Pacific Blue #058FCA

Tints of Pacific Blue #058FCA

Color information

#058FCA (or 0x058FCA) is unknown color: approx Pacific Blue. HEX triplet: 05, 8F and CA. RGB value is (5,143,202). Sum of RGB (Red+Green+Blue) = 5+143+202=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #058FCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058FCA is #FA7035. Grayscale: #6C6C6C. Windows color (decimal): -16412726 or 13274885. OLE color: 13274885.

HSL color Cylindrical-coordinate representation of color #058FCA: hue angle of 197.97º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058FCA is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5143202-
CMYK0.980.2900.21
HSL197.97º95.17%40.59%-
HSV(B)197.97º97.52%79.22%-
XYZ20.5523.9459.42-
YUV108.46180.7854.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.43%
GREEN value IS 143 (56.25% from 255) = 40.86%
BLUE value IS 202 (79.30% from 255) = 57.71%
R=1.43%
G=40.86%
B=57.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51432020.980.2900.21197.9795.1740.59
Hex58FCA621D015c65f29
Octal52173121423502530613751
Binary1011000111111001010110001011101010101110001101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,143,202); }

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

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

 a { background-color: rgb(5,143,202); }

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

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

 span { border-color: rgb(5,143,202); }

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