Shades of Iris Blue #04A7E5
Tints of Iris Blue #04A7E5
RGB
CMYK
RGB Variations
Color information
#04A7E5 (or 0x04A7E5) is known color: Iris Blue. HEX triplet: 04, A7 and E5. RGB value is (4,167,229). Sum of RGB (Red+Green+Blue) = 4+167+229=400 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 229 (89.84% from 255 or 57.25% from 400); Max value from RGB is 229 - color contains mainly: blue. Hex color #04A7E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A7E5 is #FB581A. Grayscale: #7C7C7C. Windows color (decimal): -16472091 or 15050500. OLE color: 15050500.
HSL color Cylindrical-coordinate representation of color #04A7E5: hue angle of 196.53º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A7E5 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 167 | 229 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.10 |
| HSL | 196.53º | 0.97% | 0.46% | - |
| HSV(B) | 196.53º | 0.98% | 0.9% | - |
| XYZ | 28.01 | 33.32 | 79.08 | - |
| YUV | 125.33 | 186.5 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 167 | 229 | 0.98 | 0.27 | 0 | 0.10 | 196.53 | 0.97 | 0.46 |
| Hex | 4 | A7 | E5 | 62 | 1B | 0 | A | C5 | 61 | 2E |
| Octal | 4 | 247 | 345 | 142 | 33 | 0 | 12 | 305 | 141 | 56 |
| Binary | 100 | 10100111 | 11100101 | 1100010 | 11011 | 0 | 1010 | 11000101 | 1100001 | 101110 |
Color Harmonies of #04A7E5
Complementary color
Monochromatic Colors of #04A7E5
Black with #04A7E5
Text Example
Text Example
White with #04A7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A7E5; }
p { color: rgb(4,167,229); }
H1.HeaderClassName
{
color: #04A7E5;
}
.AnyTagClassName
{
color: #04A7E5;
}
</style>
background-color css
<style>
a { background-color: #04A7E5; }
a { background-color: rgb(4,167,229); }
div.DivClassName
{
background-color: #04A7E5;
}
.BgClassName
{
background-color: #04A7E5;
}
</style>
border-color css
<style>
span { border-color: #04A7E5; }
span { border-color: rgb(4,167,229); }
td.TdClassName
{
border-color: #04A7E5;
}
.TagClassName
{
border-color: #04A7E5;
}
</style>