@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#058bca hex color - Blue - Cool color - Information

#058bca hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #058bca Color code in RGB color code model is created after adding 1.96% red color, 54.51% green color and 79.22% blue color. Hex #058bca Color code in CMYK color (process color) code model is generated after subtraction of 98% cyan, 31% magenta, 0% yellow and 20.78% black.

Hex #058bca color code is between #0088cc web safe hex color code and #0099bb web safe hex color code. #0088cc is the nearest web safe color code. You can see here many more shades of #058bca color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code058bca#058bca
RGB Decimal5, 139, 202rgb(5, 139, 202)
RGB Percent2%, 55%, 79%rgb(2%, 55%, 79%)
CSS RGBa5, 139, 202,1rgba(5,139,202,1)
CMYK Modelcmyk(98%,31%,0%,20.78%)
HSL Color Space199,95% ,41%hsl(199,95% ,41%)
HSV Color Space199°, 98%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000001011000101111001010
Octal5213312
Decimal5139202
Hex058bca

Different shades of #058bca color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #058bca
#09acf9
Dark Shade of #058bca
#046998
Saturated Shade of #058bca
#008dcf
Desaturated Shade of #058bca
#0f87c0
Grey scale Shade of #058bca
#676767
Brighten Shade
#1ea4e3
Most Readable Shade
#FFFFFF

Shades of #058bca color code

Generate more color scales with scales (color stack) generator.

#058bca
#047bb3
#036c9d
#035c86
#024d70
#023d59
#012e43
#011e2c
#000f16
#000000

Similar Color like #058bca color

Find visually similar hex color codes nearing to #058bca hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#068ccb
#078dcc
#088ecd
#098fce
#0a90cf
#0b91d0
#0c92d1
#0d93d2
#0e94d3
#0f95d4
#1096d5
#1197d6
#1298d7
#1399d8
#048ac9
#0389c8
#0288c7
#0187c6
#0086c5
#0085c4
#0084c3
#0083c2
#0082c1
#0081c0
#0080bf
#007fbe
#007ebd
#007dbc

Monochromatic Color with #058bca

#058bca
#06a8f4
#011620
#02334a
#035175
#046e9f

Tints of #058bca Color

#058bca
#2097cf
#3ca4d5
#58b1db
#74bee1
#8fcbe7
#abd8ed
#c7e5f3
#e3f2f9
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#058bca
#ca4405

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#058bca
#ca0529
#caa605

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#05caba
#05b2ca
#058bca
#0564ca
#053cca

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#058bca
#ca058b
#8bca05

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#058bca
#a605ca
#ca4405
#28ca05

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#058bca
#ca4405
#caa605
#0529ca

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #058bca Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#058bca Color Code Preview on Black Background Color

This is how #058bca Color will look on black background color. Color contrast ratio is 5.55

#058bca in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#058bca">Your Example Paragraph content text in with font color #058bca </p>

Your Example Paragraph content text in with font color #058bca

HTML with inline CSS

<div style="color:#058bca">Your Paragraph text in with font color #058bca </div>

Your Example Paragraph content text in with font color #058bca

#058bca color code is use for CSS Background Color

Background color for the above div is #058bca

HTML with inline CSS

<div style="background-color:#058bca;"></div>

#058bca color code is use for CSS Border Color

CSS Border color for the above div is #058bca

HTML with inline CSS

<div style="border:5px solid #058bca;"></div>

CSS Border Left color for the above div is #058bca

HTML with inline CSS

<div style="border-left:5px solid #058bca;"></div>

CSS Border Right color for the above div is #058bca

HTML with inline CSS

<div style="border-right:5px solid #058bca;"></div>

CSS Border Bottom color for the above div is #058bca

HTML with inline CSS

<div style="border-bottom:5px solid #058bca;"></div>

CSS Border Top color for the above div is #058bca

HTML with inline CSS

<div style="border-top:5px solid #058bca;"></div>

#058bca hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#058bca; } .examplecolorclass {color:#058bca; } .examplebordercolor {border:3px solid #058bca; }

#058bca Color code Preview on White Background

This is how #058bca Color code will look on white background color. Color contrast ratio is 3.78

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #058bca; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #058bca; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(5,139,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(202,68,5,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(5,139,202,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.