Shades of Pacific Blue #058ECF
Tints of Pacific Blue #058ECF
RGB
CMYK
RGB Variations
Color information
#058ECF (or 0x058ECF) is known color: Pacific Blue. HEX triplet: 05, 8E and CF. RGB value is (5,142,207). Sum of RGB (Red+Green+Blue) = 5+142+207=354 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #058ECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058ECF is #FA7130. Grayscale: #6C6C6C. Windows color (decimal): -16412977 or 13602309. OLE color: 13602309.
HSL color Cylindrical-coordinate representation of color #058ECF: hue angle of 199.31º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058ECF is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 142 | 207 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.19 |
| HSL | 199.31º | 0.95% | 0.42% | - |
| HSV(B) | 199.31º | 0.98% | 0.81% | - |
| XYZ | 21 | 23.88 | 62.53 | - |
| YUV | 108.45 | 183.61 | 54.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 142 | 207 | 0.98 | 0.31 | 0 | 0.19 | 199.31 | 0.95 | 0.42 |
| Hex | 5 | 8E | CF | 62 | 1F | 0 | 13 | C7 | 5F | 2A |
| Octal | 5 | 216 | 317 | 142 | 37 | 0 | 23 | 307 | 137 | 52 |
| Binary | 101 | 10001110 | 11001111 | 1100010 | 11111 | 0 | 10011 | 11000111 | 1011111 | 101010 |
Color Harmonies of #058ECF
Complementary color
Monochromatic Colors of #058ECF
Black with #058ECF
Text Example
Text Example
White with #058ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058ECF; }
p { color: rgb(5,142,207); }
H1.HeaderClassName
{
color: #058ECF;
}
.AnyTagClassName
{
color: #058ECF;
}
</style>
background-color css
<style>
a { background-color: #058ECF; }
a { background-color: rgb(5,142,207); }
div.DivClassName
{
background-color: #058ECF;
}
.BgClassName
{
background-color: #058ECF;
}
</style>
border-color css
<style>
span { border-color: #058ECF; }
span { border-color: rgb(5,142,207); }
td.TdClassName
{
border-color: #058ECF;
}
.TagClassName
{
border-color: #058ECF;
}
</style>