Shades of Pacific Blue #059ADD
Tints of Pacific Blue #059ADD
RGB
CMYK
RGB Variations
Color information
#059ADD (or 0x059ADD) is known color: Pacific Blue. HEX triplet: 05, 9A and DD. RGB value is (5,154,221). Sum of RGB (Red+Green+Blue) = 5+154+221=380 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #059ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059ADD is #FA6522. Grayscale: #747474. Windows color (decimal): -16409891 or 14522885. OLE color: 14522885.
HSL color Cylindrical-coordinate representation of color #059ADD: hue angle of 198.61º 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 #059ADD is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 154 | 221 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.13 |
| HSL | 198.61º | 0.96% | 0.44% | - |
| HSV(B) | 198.61º | 0.98% | 0.87% | - |
| XYZ | 24.67 | 28.36 | 72.58 | - |
| YUV | 117.09 | 186.64 | 48.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 154 | 221 | 0.98 | 0.30 | 0 | 0.13 | 198.61 | 0.96 | 0.44 |
| Hex | 5 | 9A | DD | 62 | 1E | 0 | D | C7 | 60 | 2C |
| Octal | 5 | 232 | 335 | 142 | 36 | 0 | 15 | 307 | 140 | 54 |
| Binary | 101 | 10011010 | 11011101 | 1100010 | 11110 | 0 | 1101 | 11000111 | 1100000 | 101100 |
Color Harmonies of #059ADD
Complementary color
Monochromatic Colors of #059ADD
Black with #059ADD
Text Example
Text Example
White with #059ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059ADD; }
p { color: rgb(5,154,221); }
H1.HeaderClassName
{
color: #059ADD;
}
.AnyTagClassName
{
color: #059ADD;
}
</style>
background-color css
<style>
a { background-color: #059ADD; }
a { background-color: rgb(5,154,221); }
div.DivClassName
{
background-color: #059ADD;
}
.BgClassName
{
background-color: #059ADD;
}
</style>
border-color css
<style>
span { border-color: #059ADD; }
span { border-color: rgb(5,154,221); }
td.TdClassName
{
border-color: #059ADD;
}
.TagClassName
{
border-color: #059ADD;
}
</style>