Color: #030FFC
#030FFC Color Information
#030FFC is a dark color. The closest websafe version is #030FFC. A complement of this color would be #FCF003, perceived brightness is 0.15, and the grayscale version is #808080.
In the HSL color space, this color has a hue angle of 237°,a saturation of 98%, and a lightness of 50%.The HSV representation shows a hue of 237°, a saturation of 99%, and a value of 99%.
In a RGB color space, #030FFC is composed of 1% red, 6% green and 99% blue. Whereas in a CMYK color space, it is composed of 99% cyan, 94% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 6.26, x: 0.1573, and y: 0.0696.
Color Code #030FFC
Shades of Color #030FFC
Shades are created by darkening the original color #030FFC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #030FFC
Tints are created by lightening the original color #030FFC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #030FFC Color Code
In the HSL color space, this color has a hue angle of 237°, a saturation of 98%, and a lightness of 50%. The HSV representation shows a hue of 237°, a saturation of 99%, and a value of 99%.
- HEX: #030FFC
- RGB: rgb(3, 15, 252)
- HSL: hsl(237, 98%, 50%)
- HSV: hsv(237, 99%, 99%)
- CMYK: 99.00% cyan, 94.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 14.15, 6.26, 69.57
- Yxy: 6.26, 0.1573, 0.0696
- Hunter Lab: 30.07, 65.18, -109.51
- CIE-Lab: 30.07, 65.18, -109.51
In the XYZ color space, this color is represented as X: 14.15, Y: 6.26, Z: 69.57. The Yxy representation further refines this as Y: 6.26, x: 0.1573, and y: 0.0696.
In the Hunter Lab color space, this color is represented as L: 30.07, a: 65.18, and b: -109.51. Similarly, in the CIE-Lab color space, it is represented as L: 30.07, a: 65.18, and b: -109.51.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #030FFC
Triadic colors are three colors evenly spaced around the color wheel, including #030FFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #030FFC
Split complementary colors are two colors adjacent to the complementary color of #030FFC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #030FFC
Monochromatic colors are variations of #030FFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #030FFC
The complementary color of #030FFC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #030FFC
/* Using HEX */ body { background-color: #030ffc; }
/* Using RGB */ body { background-color: rgb(3, 15, 252); }
/* Using RGB with opacity */ body { background-color: rgba(3, 15, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(237, 98%, 50%); }
/* Text color */ p { color: #030ffc; }
/* Box shadow */ div { box-shadow: 4px 4px #030ffc; }
/* Border color */ .box { border: 4px solid #030ffc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #030ffc; }
/* Background with text */ div { background: #030ffc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #030FFC
<!-- Using HEX --> <div style="background-color: #030ffc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(3, 15, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(3, 15, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(237, 98%, 50%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #030ffc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #030ffc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #030ffc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #030ffc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #030ffc; color: #fff; padding: 16px; border-radius: 8px;"> #030FFC </div>
Related Colors of #030FFC
These colors are similar to #030FFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.