#058DDA

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

Shades of Pacific Blue #058DDA

Tints of Pacific Blue #058DDA

Color information

#058DDA (or 0x058DDA) is unknown color: approx Pacific Blue. HEX triplet: 05, 8D and DA. RGB value is (5,141,218). Sum of RGB (Red+Green+Blue) = 5+141+218=364 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #058DDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058DDA is #FA7225. Grayscale: #6C6C6C. Windows color (decimal): -16413222 or 14322949. OLE color: 14322949.

HSL color Cylindrical-coordinate representation of color #058DDA: hue angle of 201.69º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058DDA is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5141218-
CMYK0.980.3500.15
HSL201.69º95.52%43.73%-
HSV(B)201.69º97.71%85.49%-
XYZ22.2424.1469.82-
YUV109.11189.4453.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.37%
GREEN value IS 141 (55.47% from 255) = 38.74%
BLUE value IS 218 (85.55% from 255) = 59.89%
R=1.37%
G=38.74%
B=59.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal51412180.980.3500.15201.6995.5243.73
Hex58DDA62230Fca602c
Octal52153321424301731214054
Binary1011000110111011010110001010001101111110010101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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