Color Blue blue (#0000ff):
HEX, RGB color codes for HTML and CSS
The Comprehensive Guide to Blue blue (#0000ff):
Its Meaning and Harmonious Color Matches in Design.
Hue Family:
blues
blues Family:
neutral-vibrant
Saturation:
highly saturated
Tones:
colorful tone
Shade:
light
Temperature:
cool
Chromaticity:
chromatic
Chroma:
high chroma
Color Information about Blue / #0000ff
The HTML HEX code is #0000ff. The corresponding color name is "Blue". In RGB values (additive color space used for Digital Displays), this HEX code translates to Red (R): 0%, Green (G): 0%, Blue (B): 255%. In the CMYK color model (subtractive color model used in printing), it is represented by Cyan (C): 100%, Magenta (M): 100%, Yellow (Y):0%, Black (K): 0%. In the HSL color space, #0000ff has a hue of 240°, saturation of 100%, and lightness of 50%. The HSV representation is 240° for hue, 100% for saturation, and 100% for value.
In the CIE-LAB color space, the color is denoted by L* (lightness) = 32, a* (green to red) = 79, and b* (blue to yellow) = -108. The XYZ representation is X: 18, Y: 7, Z: 95. In the YUV color space, it translates to Y (luminance) = 0.1140, U (chrominance) = 0.4360, and V (chrominance) = -0.1000.
The decimal value of the color is 255. The closest Web-safe HEX code is #0000FF. Variations of the colour are #6666FF for a 20% lighter version and #000099 for a 20% darker version.
For the color with hex value #0000ff, the correlated color temperature (CT) is estimated to be 1667 Kelvin (1667K).
The approximate wavelength of #0000ff is around 470.00nm.
VALUE | CSS | |
---|---|---|
HEX Code | 0000ff | #0000ff |
RGB Decimal Code | 0, 0, 255 | rgb(0, 0, 255) |
CMYK | 100, 100, 0, 0 | / |
HSL | 240°, 100%, 50% | hsl(240°, 100%, 50%) |
HSV | 240°, 100%, 100% | / |
CIE-LAB | 32, 79, -108 | / |
XYZ | 18, 7, 95 | / |
YUV | 0.1140, 0.4360, -0.1000 | / |
Decimal value | 255 | / |
Web-Safe HEX | 0000FF | #0000FF |
Color Temperature (CT) | 1667 Kelvin (1667K) | / |
Estimate Wavelength | around 470.00nm | / |
The Depth and Diversity of Blue (Hex: #0000ff): Exploring its Impact in Design and Culture
The color #0000ff, commonly known as Blue, shares similarities with various natural elements and common objects. Blue resembles the vastness and serenity of the ocean, the clear sky on a sunny day, and the petals of the forget-me-not flower. It can be compared to the shimmering scales of a tropical fish, the feathers of a blue jay, and the vibrant flash of a sapphire gemstone. Blue evokes feelings of calmness, tranquility, and stability, making it a popular choice for portraying a sense of reliability.
Download Stunning Blue Wallpapers and Backgrounds
Enhance your devices with our minimalistic yet captivating Blue Wallpapers, perfectly designed for 4K, 5K, iPhone, and Android screens. Experience a unique aesthetic that brings elegance to your digital life.
Experience Elegance with Blue 4K Wallpaper
Immerse yourself in the beauty of our Blue 4K Wallpaper, offering a resolution of 3840px by 2160px. Perfect for high-resolution displays, this wallpaper brings a touch of sophistication to your desktop.
Download Blue 4K WallpaperTints and Shades of #0000ff HEX color (Blue)
In color theory, tints and shades are essential for understanding the depth and luminosity of colors. A tint is achieved by adding white to a pure hue, lightening its appearance. Conversely, a shade results from blending black with a color, giving it a deeper tone. In the context of #0000ff, this color stands at the center between its tints and shades. While the tints get progressively lighter moving towards white (#ffffff), the shades deepen towards black (#000000).
- #ffffff
- #BFBFFF
- #8080FF
- #4040FF
- #0000ff
- #0000BF
- #000080
- #000040
- #000000
Tones of Blue (#0000ff HEX color)
A tone is produced by adding gray to any pure hue. In the case of #0000ff, #3333cc is the less saturated color, while #0000ff is the most saturated one.
- #3333cc
- #2626d9
- #1a1ae6
- #0d0df2
- #0000ff
- #333352
- #26264a
- #1a1a42
- #0d0d3b
HTML Usage Examples
HTML using color code example
<p style="color: #0000ff;">This is a css example</p>
HTML / CSS Color Name using W3C
W3C HTML / CSS Color Name of #0000ff is blue.
CSS color code example
p { color: #0000ff; }
Text with hexadecimal color #0000ff
This is a sample text with color #0000ff.
Background Color with #0000ff
This is a example with background color #0000ff.
Border Color with #0000ff
#0000ff Color Preview on White (#ffffff) Background
This is a example of text with color #0000ff on white background.
#0000ff Color Preview on Black (#000000) Background
This is a example of text with color #0000ff on black background.
CSS codes examples
.text {color:#0000ff;}
.background {background-color:#0000ff;}
.border {border:1px solid #0000ff;}