Shades of Deep Sky Blue #04A5E7
Tints of Deep Sky Blue #04A5E7
RGB
CMYK
RGB Variations
Color information
#04A5E7 (or 0x04A5E7) is known color: Deep Sky Blue. HEX triplet: 04, A5 and E7. RGB value is (4,165,231). Sum of RGB (Red+Green+Blue) = 4+165+231=400 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 231 (90.62% from 255 or 57.75% from 400); Max value from RGB is 231 - color contains mainly: blue. Hex color #04A5E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04A5E7 is #FB5A18. Grayscale: #7B7B7B. Windows color (decimal): -16472601 or 15181060. OLE color: 15181060.
HSL color Cylindrical-coordinate representation of color #04A5E7: hue angle of 197.44º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A5E7 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 165 | 231 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.09 |
| HSL | 197.44º | 0.97% | 0.46% | - |
| HSV(B) | 197.44º | 0.98% | 0.91% | - |
| XYZ | 27.93 | 32.71 | 80.44 | - |
| YUV | 124.39 | 188.16 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 165 | 231 | 0.98 | 0.29 | 0 | 0.09 | 197.44 | 0.97 | 0.46 |
| Hex | 4 | A5 | E7 | 62 | 1D | 0 | 9 | C5 | 61 | 2E |
| Octal | 4 | 245 | 347 | 142 | 35 | 0 | 11 | 305 | 141 | 56 |
| Binary | 100 | 10100101 | 11100111 | 1100010 | 11101 | 0 | 1001 | 11000101 | 1100001 | 101110 |
Color Harmonies of #04A5E7
Complementary color
Monochromatic Colors of #04A5E7
Black with #04A5E7
Text Example
Text Example
White with #04A5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A5E7; }
p { color: rgb(4,165,231); }
H1.HeaderClassName
{
color: #04A5E7;
}
.AnyTagClassName
{
color: #04A5E7;
}
</style>
background-color css
<style>
a { background-color: #04A5E7; }
a { background-color: rgb(4,165,231); }
div.DivClassName
{
background-color: #04A5E7;
}
.BgClassName
{
background-color: #04A5E7;
}
</style>
border-color css
<style>
span { border-color: #04A5E7; }
span { border-color: rgb(4,165,231); }
td.TdClassName
{
border-color: #04A5E7;
}
.TagClassName
{
border-color: #04A5E7;
}
</style>