Shades of Pacific Blue #058ECD
Tints of Pacific Blue #058ECD
RGB
CMYK
RGB Variations
Color information
#058ECD (or 0x058ECD) is known color: Pacific Blue. HEX triplet: 05, 8E and CD. RGB value is (5,142,205). Sum of RGB (Red+Green+Blue) = 5+142+205=352 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #058ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058ECD is #FA7132. Grayscale: #6B6B6B. Windows color (decimal): -16412979 or 13471237. OLE color: 13471237.
HSL color Cylindrical-coordinate representation of color #058ECD: hue angle of 198.9º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058ECD is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 142 | 205 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.20 |
| HSL | 198.9º | 0.95% | 0.41% | - |
| HSV(B) | 198.9º | 0.98% | 0.8% | - |
| XYZ | 20.76 | 23.79 | 61.25 | - |
| YUV | 108.22 | 182.61 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 142 | 205 | 0.98 | 0.31 | 0 | 0.20 | 198.9 | 0.95 | 0.41 |
| Hex | 5 | 8E | CD | 62 | 1F | 0 | 14 | C7 | 5F | 29 |
| Octal | 5 | 216 | 315 | 142 | 37 | 0 | 24 | 307 | 137 | 51 |
| Binary | 101 | 10001110 | 11001101 | 1100010 | 11111 | 0 | 10100 | 11000111 | 1011111 | 101001 |
Color Harmonies of #058ECD
Complementary color
Monochromatic Colors of #058ECD
Black with #058ECD
Text Example
Text Example
White with #058ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058ECD; }
p { color: rgb(5,142,205); }
H1.HeaderClassName
{
color: #058ECD;
}
.AnyTagClassName
{
color: #058ECD;
}
</style>
background-color css
<style>
a { background-color: #058ECD; }
a { background-color: rgb(5,142,205); }
div.DivClassName
{
background-color: #058ECD;
}
.BgClassName
{
background-color: #058ECD;
}
</style>
border-color css
<style>
span { border-color: #058ECD; }
span { border-color: rgb(5,142,205); }
td.TdClassName
{
border-color: #058ECD;
}
.TagClassName
{
border-color: #058ECD;
}
</style>