Shades of Pacific Blue #04A2DD
Tints of Pacific Blue #04A2DD
RGB
CMYK
RGB Variations
Color information
#04A2DD (or 0x04A2DD) is known color: Pacific Blue. HEX triplet: 04, A2 and DD. RGB value is (4,162,221). Sum of RGB (Red+Green+Blue) = 4+162+221=387 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #04A2DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A2DD is #FB5D22. Grayscale: #797979. Windows color (decimal): -16473379 or 14524932. OLE color: 14524932.
HSL color Cylindrical-coordinate representation of color #04A2DD: hue angle of 196.31º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A2DD is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 162 | 221 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.13 |
| HSL | 196.31º | 0.96% | 0.44% | - |
| HSV(B) | 196.31º | 0.98% | 0.87% | - |
| XYZ | 26.02 | 31.09 | 73.04 | - |
| YUV | 121.48 | 184.15 | 44.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 162 | 221 | 0.98 | 0.27 | 0 | 0.13 | 196.31 | 0.96 | 0.44 |
| Hex | 4 | A2 | DD | 62 | 1B | 0 | D | C4 | 60 | 2C |
| Octal | 4 | 242 | 335 | 142 | 33 | 0 | 15 | 304 | 140 | 54 |
| Binary | 100 | 10100010 | 11011101 | 1100010 | 11011 | 0 | 1101 | 11000100 | 1100000 | 101100 |
Color Harmonies of #04A2DD
Complementary color
Monochromatic Colors of #04A2DD
Black with #04A2DD
Text Example
Text Example
White with #04A2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A2DD; }
p { color: rgb(4,162,221); }
H1.HeaderClassName
{
color: #04A2DD;
}
.AnyTagClassName
{
color: #04A2DD;
}
</style>
background-color css
<style>
a { background-color: #04A2DD; }
a { background-color: rgb(4,162,221); }
div.DivClassName
{
background-color: #04A2DD;
}
.BgClassName
{
background-color: #04A2DD;
}
</style>
border-color css
<style>
span { border-color: #04A2DD; }
span { border-color: rgb(4,162,221); }
td.TdClassName
{
border-color: #04A2DD;
}
.TagClassName
{
border-color: #04A2DD;
}
</style>