#058EDA

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

Shades of Pacific Blue #058EDA

Tints of Pacific Blue #058EDA

Color information

#058EDA (or 0x058EDA) is unknown color: approx Pacific Blue. HEX triplet: 05, 8E and DA. RGB value is (5,142,218). Sum of RGB (Red+Green+Blue) = 5+142+218=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #058EDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058EDA is #FA7125. Grayscale: #6D6D6D. Windows color (decimal): -16412966 or 14323205. OLE color: 14323205.

HSL color Cylindrical-coordinate representation of color #058EDA: hue angle of 201.41º 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 #058EDA is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5142218-
CMYK0.980.3500.15
HSL201.41º95.52%43.73%-
HSV(B)201.41º97.71%85.49%-
XYZ22.3924.4469.87-
YUV109.7189.1153.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.37%
GREEN value IS 142 (55.86% from 255) = 38.90%
BLUE value IS 218 (85.55% from 255) = 59.73%
R=1.37%
G=38.90%
B=59.73%

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
Decimal51422180.980.3500.15201.4195.5243.73
Hex58EDA62230Fc9602c
Octal52163321424301731114054
Binary1011000111011011010110001010001101111110010011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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