crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#0c9bfa hex color - Blue - Cool color - Information

#0c9bfa hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #0c9bfa Color code in RGB color code model is created after adding 4.71% red color, 60.78% green color and 98.04% blue color. Hex #0c9bfa Color code in CMYK color (process color) code model is generated after subtraction of 95% cyan, 38% magenta, 0% yellow and 2% black.

Hex #0c9bfa color code is between #1199ff web safe hex color code and #00aaee web safe hex color code. #1199ff is the nearest web safe color code. You can see here many more shades of #0c9bfa color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code0c9bfa#0c9bfa
RGB Decimal12, 155, 250rgb(12, 155, 250)
RGB Percent5%, 61%, 98%rgb(5%, 61%, 98%)
CSS RGBa12, 155, 250,1rgba(12,155,250,1)
CMYK Modelcmyk(95%,38%,0%,2%)
HSL Color Space204,96% ,51%hsl(204,96% ,51%)
HSV Color Space204°, 95%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000011001001101111111010
Octal14233372
Decimal12155250
Hex0c9bfa

Different shades of #0c9bfa color code.

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

Light Shade of #0c9bfa
#3eb0fb
Dark Shade of #0c9bfa
#047ecf
Saturated Shade of #0c9bfa
#079cff
Desaturated Shade of #0c9bfa
#1898ee
Grey scale Shade of #0c9bfa
#838383
Brighten Shade
#25b4ff
Most Readable Shade
#000000

Shades of #0c9bfa color code

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

#0c9bfa
#0a89de
#0978c2
#0867a6
#06568a
#05446f
#043353
#022237
#01111b
#000000

Similar Color like #0c9bfa color

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

#0d9cfb
#0e9dfc
#0f9efd
#109ffe
#11a0ff
#12a1ff
#13a2ff
#14a3ff
#15a4ff
#16a5ff
#17a6ff
#18a7ff
#19a8ff
#1aa9ff
#0b9af9
#0a99f8
#0998f7
#0897f6
#0796f5
#0695f4
#0594f3
#0493f2
#0392f1
#0291f0
#0190ef
#008fee
#008eed
#008dec

Monochromatic Color with #0c9bfa

#0c9bfa
#021725
#043250
#064c7a
#0866a5
#0a81cf

Tints of #0c9bfa Color

#0c9bfa
#27a6fa
#42b1fb
#5dbcfb
#78c7fc
#93d2fc
#aeddfd
#c9e8fd
#e4f3fe
#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

#0c9bfa
#fa6b0c

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

Split Complementary

#0c9bfa
#fa0c24
#fae20c

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

Analogous Color

#0cfafa
#0ccbfa
#0c9bfa
#0c6bfa
#0c3cfa

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

#0c9bfa
#fa0c9b
#9bfa0c

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

#0c9bfa
#e20cfa
#fa6b0c
#24fa0c

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

#0c9bfa
#fa6b0c
#fae20c
#0c24fa

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 #0c9bfa 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.

#0c9bfa Color Code Preview on Black Background Color

This is how #0c9bfa Color will look on black background color. Color contrast ratio is 7.08

#0c9bfa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0c9bfa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0c9bfa

#0c9bfa color code is use for CSS Background Color

Background color for the above div is #0c9bfa

HTML with inline CSS

<div style="background-color:#0c9bfa;"></div>

#0c9bfa color code is use for CSS Border Color

CSS Border color for the above div is #0c9bfa

HTML with inline CSS

<div style="border:5px solid #0c9bfa;"></div>

CSS Border Left color for the above div is #0c9bfa

HTML with inline CSS

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

CSS Border Right color for the above div is #0c9bfa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0c9bfa

HTML with inline CSS

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

CSS Border Top color for the above div is #0c9bfa

HTML with inline CSS

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

#0c9bfa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0c9bfa Color code Preview on White Background

This is how #0c9bfa Color code will look on white background color. Color contrast ratio is 2.96

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.