Shades of Pacific Blue #059FDD
Tints of Pacific Blue #059FDD
RGB
CMYK
RGB Variations
Color information
#059FDD (or 0x059FDD) is known color: Pacific Blue. HEX triplet: 05, 9F and DD. RGB value is (5,159,221). Sum of RGB (Red+Green+Blue) = 5+159+221=385 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #059FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059FDD is #FA6022. Grayscale: #777777. Windows color (decimal): -16408611 or 14524165. OLE color: 14524165.
HSL color Cylindrical-coordinate representation of color #059FDD: hue angle of 197.22º 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 #059FDD is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 159 | 221 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.13 |
| HSL | 197.22º | 0.96% | 0.44% | - |
| HSV(B) | 197.22º | 0.98% | 0.87% | - |
| XYZ | 25.51 | 30.05 | 72.86 | - |
| YUV | 120.02 | 184.98 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 159 | 221 | 0.98 | 0.28 | 0 | 0.13 | 197.22 | 0.96 | 0.44 |
| Hex | 5 | 9F | DD | 62 | 1C | 0 | D | C5 | 60 | 2C |
| Octal | 5 | 237 | 335 | 142 | 34 | 0 | 15 | 305 | 140 | 54 |
| Binary | 101 | 10011111 | 11011101 | 1100010 | 11100 | 0 | 1101 | 11000101 | 1100000 | 101100 |
Color Harmonies of #059FDD
Complementary color
Monochromatic Colors of #059FDD
Black with #059FDD
Text Example
Text Example
White with #059FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059FDD; }
p { color: rgb(5,159,221); }
H1.HeaderClassName
{
color: #059FDD;
}
.AnyTagClassName
{
color: #059FDD;
}
</style>
background-color css
<style>
a { background-color: #059FDD; }
a { background-color: rgb(5,159,221); }
div.DivClassName
{
background-color: #059FDD;
}
.BgClassName
{
background-color: #059FDD;
}
</style>
border-color css
<style>
span { border-color: #059FDD; }
span { border-color: rgb(5,159,221); }
td.TdClassName
{
border-color: #059FDD;
}
.TagClassName
{
border-color: #059FDD;
}
</style>