#058CDA

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

Shades of Pacific Blue #058CDA

Tints of Pacific Blue #058CDA

Color information

#058CDA (or 0x058CDA) is unknown color: approx Pacific Blue. HEX triplet: 05, 8C and DA. RGB value is (5,140,218). Sum of RGB (Red+Green+Blue) = 5+140+218=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #058CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058CDA is #FA7325. Grayscale: #6C6C6C. Windows color (decimal): -16413478 or 14322693. OLE color: 14322693.

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

Color convert

RGB5140218-
CMYK0.980.3600.15
HSL201.97º95.52%43.73%-
HSV(B)201.97º97.71%85.49%-
XYZ22.123.8569.77-
YUV108.53189.7754.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.38%
GREEN value IS 140 (55.08% from 255) = 38.57%
BLUE value IS 218 (85.55% from 255) = 60.06%
R=1.38%
G=38.57%
B=60.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal51402180.980.3600.15201.9795.5243.73
Hex58CDA62240Fca602c
Octal52143321424401731214054
Binary1011000110011011010110001010010001111110010101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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