Shades of Pacific Blue #059EDA
Tints of Pacific Blue #059EDA
RGB
CMYK
RGB Variations
Color information
#059EDA (or 0x059EDA) is known color: Pacific Blue. HEX triplet: 05, 9E and DA. RGB value is (5,158,218). Sum of RGB (Red+Green+Blue) = 5+158+218=381 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #059EDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059EDA is #FA6125. Grayscale: #767676. Windows color (decimal): -16408870 or 14327301. OLE color: 14327301.
HSL color Cylindrical-coordinate representation of color #059EDA: hue angle of 196.9º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059EDA is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 158 | 218 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.15 |
| HSL | 196.9º | 0.96% | 0.44% | - |
| HSV(B) | 196.9º | 0.98% | 0.85% | - |
| XYZ | 24.94 | 29.55 | 70.72 | - |
| YUV | 119.09 | 183.81 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 158 | 218 | 0.98 | 0.28 | 0 | 0.15 | 196.9 | 0.96 | 0.44 |
| Hex | 5 | 9E | DA | 62 | 1C | 0 | F | C5 | 60 | 2C |
| Octal | 5 | 236 | 332 | 142 | 34 | 0 | 17 | 305 | 140 | 54 |
| Binary | 101 | 10011110 | 11011010 | 1100010 | 11100 | 0 | 1111 | 11000101 | 1100000 | 101100 |
Color Harmonies of #059EDA
Complementary color
Monochromatic Colors of #059EDA
Black with #059EDA
Text Example
Text Example
White with #059EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059EDA; }
p { color: rgb(5,158,218); }
H1.HeaderClassName
{
color: #059EDA;
}
.AnyTagClassName
{
color: #059EDA;
}
</style>
background-color css
<style>
a { background-color: #059EDA; }
a { background-color: rgb(5,158,218); }
div.DivClassName
{
background-color: #059EDA;
}
.BgClassName
{
background-color: #059EDA;
}
</style>
border-color css
<style>
span { border-color: #059EDA; }
span { border-color: rgb(5,158,218); }
td.TdClassName
{
border-color: #059EDA;
}
.TagClassName
{
border-color: #059EDA;
}
</style>