#0000ff (#00f) basic color information
#0000ff
In the RGB color model, hex triplet #0000ff has decimal index of: 255, is composed of 0% red, 0% green and 100% blue.
#0000ff in CMYK color model, is composed of 100% cyan, 100% magenta, 0% yellow and 0% black.
#0000ff is a web-safe color.
#0000ff color details and conversion
The hexadecimal triplet #0000ff definition is: Red = 0, Green = 0, Blue = 255 or CMYK: Cyan = 1, Magenta = 1, Yellow = 0, Black = 0
- rgb (0, 0, 255)
- rgb (0%, 0%, 100%)
- rgb (0, 0, 11111111)
- 255
- cmyk (1, 1, 0, 0)
- cmyk (100%, 100%, 0%, 0%)
- hsl (240°, 1, 0.5)
- hsl (240°, 100%, 50%)
- hsv (240°, 1, 1)
- hsv (240°, 100%, 100%)
- already web-safe color
- Blue
Color harmonies with #0000ff
HTML and CSS #0000ff - color usage
Background color of this paragraph is #0000ff
<p style="background-color: #0000ff">Background color of this paragraph is...</p>
Text color of this paragraph is #0000ff
<p style="color: #0000ff">Text color of this paragraph is...</p>
Border color of this paragraph is #0000ff
<p style="border: 1px solid #0000ff">Border color of this paragraph is...</p>