Shades of Pacific Blue #059EDB
Tints of Pacific Blue #059EDB
RGB
CMYK
RGB Variations
Color information
#059EDB (or 0x059EDB) is known color: Pacific Blue. HEX triplet: 05, 9E and DB. RGB value is (5,158,219). Sum of RGB (Red+Green+Blue) = 5+158+219=382 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #059EDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059EDB is #FA6124. Grayscale: #767676. Windows color (decimal): -16408869 or 14392837. OLE color: 14392837.
HSL color Cylindrical-coordinate representation of color #059EDB: hue angle of 197.1º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059EDB is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 158 | 219 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.14 |
| HSL | 197.1º | 0.96% | 0.44% | - |
| HSV(B) | 197.1º | 0.98% | 0.86% | - |
| XYZ | 25.08 | 29.6 | 71.41 | - |
| YUV | 119.21 | 184.31 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 158 | 219 | 0.98 | 0.28 | 0 | 0.14 | 197.1 | 0.96 | 0.44 |
| Hex | 5 | 9E | DB | 62 | 1C | 0 | E | C5 | 60 | 2C |
| Octal | 5 | 236 | 333 | 142 | 34 | 0 | 16 | 305 | 140 | 54 |
| Binary | 101 | 10011110 | 11011011 | 1100010 | 11100 | 0 | 1110 | 11000101 | 1100000 | 101100 |
Color Harmonies of #059EDB
Complementary color
Monochromatic Colors of #059EDB
Black with #059EDB
Text Example
Text Example
White with #059EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059EDB; }
p { color: rgb(5,158,219); }
H1.HeaderClassName
{
color: #059EDB;
}
.AnyTagClassName
{
color: #059EDB;
}
</style>
background-color css
<style>
a { background-color: #059EDB; }
a { background-color: rgb(5,158,219); }
div.DivClassName
{
background-color: #059EDB;
}
.BgClassName
{
background-color: #059EDB;
}
</style>
border-color css
<style>
span { border-color: #059EDB; }
span { border-color: rgb(5,158,219); }
td.TdClassName
{
border-color: #059EDB;
}
.TagClassName
{
border-color: #059EDB;
}
</style>