What is hex #1C1CF0 color?

 
The hex code #1C1CF0 is also know by an other name that is Blue Bonnet.
This color is composed of 28% red, 28% green and 240% blue. So we can say that the RGB value is (28,28,240)
You need to use it for a printer? The CMYK colors code equivalent of hex #1C1CF0 is C:88 M:88 Y:0, K:6) .
In the HSV/HSB scale, #1C1CF0 has a hue of 240°, 88% saturation and a brightness value of 94%.
If you want to know all about the hex #1C1CF0, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #1C1CF0 (complementary, analogous, triadic, tetradic...).

Hex #1C1CF0 Color Codes & Equivalents

Color Name [Blue Bonnet]
RGB Values (28,28,240)
CMYK Values (88%, 88%, 0%, 6%)
HSV/HSB Values (240°, 88%, 94%)
Closest Web Safe
#3333FF
Inverse Color
#e3e30f
Closest Pantone®
2736 C
Closest RAL
RAL 5002 [Ultramarine blue]
Complementary Color
#f0f01c

#1C1CF0 Converted to Grayscale Codes

Average
#636363
Lightness (Desaturation)
#868686
Weighted (BT601)
#343434
Luma (BT709)
#2b2b2b

Hex #1C1CF0 Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #1C1CF0 is #f0f01c. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #1C1CF0 you will find #f0f01c. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#1C1CF0 #f0f01c

Analogous Palette

The analogous color scheme of #1C1CF0 is composed with colors #1C86F0 and #861CF0. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #1C1CF0 with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#1C86F0 #1C1CF0 #861CF0

Split-Complementary Palette

The split-complementary color scheme of #1C1CF0 is composed with colors #86F01C and #F0861C. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#1C1CF0 #86F01C #F0861C

Triadic Palette

The triadic color scheme of #1C1CF0 is composed with colors #1CF01C and #F01C1C. They are located to the right and left of your main color #1C1CF0 with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#1C1CF0 #1CF01C #F01C1C

Tetradic Palette

The tetradic color scheme of #1C1CF0 is composed with colors #F01C1C, #F0F01C and #1CF0F0 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#1C1CF0 #F01C1C #F0F01C #1CF0F0

Square Palette

The square color scheme of #1C1CF0 is composed with colors #F01C86, #F0F01C and #1CF086 To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#1C1CF0 #F01C86 #F0F01C #1CF086

Tints, Tones & Shades of Hex #1C1CF0

Tints

Tints are created by adding white, resulting in lighter shades of #1C1CF0.

#1C1CF0 #2F2FF1 #4242F2 #5555F3 #6868F5 #7B7BF6 #8E8EF7 #A1A1F8

Tones

Tones are made by mixing with gray, softening the original color.

#1C1CF0 #2727E4 #3333D8 #3F3FCC #4B4BC0 #5757B4 #6363A8 #6F6F9C

Shades

Shades result from adding black, creating darker variations.

#1C1CF0 #0F0FE8 #0E0ED5 #0C0CC1 #0B0BAE #0A0A9B #090988 #070775

Hex #1C1CF0 in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #1C1CF0
Java new Color(28,28,240);
Python Color(#1C1CF0)
.NET Color.FromArgb(255, 28,28,240);
Swift / iOS UIColor(red: 0.11, green: 0.11, blue: 0.94, alpha: 1)
Kotlin / Android Color.rgb(28, 28, 240)