crispedge.com

Color picker

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

#0084FF hex color - Bubble Bobble P2 - Blue - Cool color - Information

#0084FF hex color - Bubble Bobble P2 - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #0084FF Color Code is also known as Bubble Bobble P2 color.

Hex #0084FF Color code in RGB color code model is created after adding 0% red color, 51.76% green color and 100% blue color. Hex #0084FF Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 48% magenta, 0% yellow and 0% black.

Hex #0084FF color code is between #0088ee web safe hex color code and #0077dd web safe hex color code. #0088ee is the nearest web safe color code. You can see here many more shades of #0084FF color code.

0 Likes 0 Comments | 280 Views

Color Table

Hex Color Code0084FF#0084FF
RGB Decimal0, 132, 255rgb(0, 132, 255)
RGB Percent0%, 52%, 100%rgb(0%, 52%, 100%)
CSS RGBa0, 132, 255,1rgba(0,132,255,1)
CMYK Modelcmyk(100%,48%,0%,0%)
HSL Color Space209,100% ,50%hsl(209,100% ,50%)
HSV Color Space209°, 100%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000001000010011111111
Octal0204377
Decimal0132255
Hex0084FF

Different shades of #0084FF color code.

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

Light Shade of #0084FF
#339dff
Dark Shade of #0084FF
#006acc
Saturated Shade of #0084FF
#0084ff
Desaturated Shade of #0084FF
#0d84f2
Grey scale Shade of #0084FF
#808080
Brighten Shade
#199dff
Most Readable Shade
#FFFFFF

Shades of #0084FF color code

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

#0084ff
#0075e2
#0066c6
#0058aa
#00498d
#003a71
#002c55
#001d38
#000e1c
#000000

Similar Color like #0084FF color

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

#0185ff
#0286ff
#0387ff
#0488ff
#0589ff
#068aff
#078bff
#088cff
#098dff
#0a8eff
#0b8fff
#0c90ff
#0d91ff
#0e92ff
#0083fe
#0082fd
#0081fc
#0080fb
#007ffa
#007ef9
#007df8
#007cf7
#007bf6
#007af5
#0079f4
#0078f3
#0077f2
#0076f1

Monochromatic Color with #0084FF

#0084FF
#00162a
#002c55
#004280
#0058aa
#006ed4

Tints of #0084FF Color

#0084ff
#1c91ff
#389fff
#55adff
#71baff
#8dc8ff
#aad6ff
#c6e3ff
#e2f1ff
#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

#0084FF
#ff7b00

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

Split Complementary

#0084FF
#ff0005
#fffb00

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

Analogous Color

#00eaff
#00b7ff
#0084ff
#0051ff
#001eff

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

#0084FF
#ff0084
#84ff00

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

#0084FF
#fb00ff
#ff7b00
#04ff00

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

#0084FF
#ff7b00
#fffb00
#0005ff

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 #0084FF 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.

#0084FF Color Code Preview on Black Background Color

This is how #0084FF Color will look on black background color. Color contrast ratio is 5.74

#0084FF in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0084FF

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0084FF

#0084FF color code is use for CSS Background Color

Background color for the above div is #0084FF

HTML with inline CSS

<div style="background-color:#0084FF;"></div>

#0084FF color code is use for CSS Border Color

CSS Border color for the above div is #0084FF

HTML with inline CSS

<div style="border:5px solid #0084FF;"></div>

CSS Border Left color for the above div is #0084FF

HTML with inline CSS

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

CSS Border Right color for the above div is #0084FF

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0084FF

HTML with inline CSS

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

CSS Border Top color for the above div is #0084FF

HTML with inline CSS

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

#0084FF hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0084FF Color code Preview on White Background

This is how #0084FF Color code will look on white background color. Color contrast ratio is 3.66

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

Related Gradients

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

0 Likes 0 Comments | 280 Views

Post your comment:-

By submitting comment you agree to our privacy policy.