crispedge.com

#125deb hex color - Blue - Cool color - Information

#125deb hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #125deb Color code in RGB color code model is created after adding 7.06% red color, 36.47% green color and 92.16% blue color. Hex #125deb Color code in CMYK color (process color) code model is generated after subtraction of 92% cyan, 60% magenta, 0% yellow and 8% black.

Hex #125deb color code is between #1155ee web safe hex color code and #2266dd web safe hex color code. #1155ee is the nearest web safe color code. You can see here many more shades of #125deb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code125deb#125deb
RGB Decimal18, 93, 235rgb(18, 93, 235)
RGB Percent7%, 36%, 92%rgb(7%, 36%, 92%)
CSS RGBa18, 93, 235,1rgba(18,93,235,1)
CMYK Modelcmyk(92%,60%,0%,8%)
HSL Color Space219,86% ,50%hsl(219,86% ,50%)
HSV Color Space219°, 92%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100100101110111101011
Octal22135353
Decimal1893235
Hex125deb

Different shades of #125deb color code.

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

Light Shade of #125deb
#407df0
Dark Shade of #125deb
#0e4abc
Saturated Shade of #125deb
#0559f8
Desaturated Shade of #125deb
#1f61de
Grey scale Shade of #125deb
#7e7e7e
Brighten Shade
#2b76ff
Most Readable Shade
#FFFFFF

Shades of #125deb color code

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

#125deb
#1052d0
#0e48b6
#0c3e9c
#0a3382
#082968
#061f4e
#041434
#020a1a
#000000

Similar Color like #125deb color

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

#135eec
#145fed
#1560ee
#1661ef
#1762f0
#1863f1
#1964f2
#1a65f3
#1b66f4
#1c67f5
#1d68f6
#1e69f7
#1f6af8
#206bf9
#115cea
#105be9
#0f5ae8
#0e59e7
#0d58e6
#0c57e5
#0b56e4
#0a55e3
#0954e2
#0853e1
#0752e0
#0651df
#0550de
#044fdd

Monochromatic Color with #125deb

#125deb
#020916
#051a41
#082b6b
#0b3b96
#0f4cc0

Tints of #125deb Color

#125deb
#2c6fed
#4681ef
#6193f1
#7ba5f3
#95b7f6
#b0c9f8
#cadbfa
#e4edfc
#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

#125deb
#eba012

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

Split Complementary

#125deb
#eb3412
#c9eb12

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

Analogous Color

#12b4eb
#1288eb
#125deb
#1232eb
#1e12eb

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

#125deb
#eb125d
#5deb12

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

#125deb
#eb12c9
#eba012
#12eb33

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

#125deb
#eba012
#c9eb12
#3412eb

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 #125deb 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.

#125deb Color Code Preview on Black Background Color

This is how #125deb Color will look on black background color. Color contrast ratio is 3.79

#125deb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #125deb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #125deb

#125deb color code is use for CSS Background Color

Background color for the above div is #125deb

HTML with inline CSS

<div style="background-color:#125deb;"></div>

#125deb color code is use for CSS Border Color

CSS Border color for the above div is #125deb

HTML with inline CSS

<div style="border:5px solid #125deb;"></div>

CSS Border Left color for the above div is #125deb

HTML with inline CSS

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

CSS Border Right color for the above div is #125deb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #125deb

HTML with inline CSS

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

CSS Border Top color for the above div is #125deb

HTML with inline CSS

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

#125deb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#125deb Color code Preview on White Background

This is how #125deb Color code will look on white background color. Color contrast ratio is 5.54

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 #125deb; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #125deb; }

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(18,93,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(235,160,18,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(18,93,235,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.

< /html>