Shades of Pacific Blue #058EC9
Tints of Pacific Blue #058EC9
RGB
CMYK
RGB Variations
Color information
#058EC9 (or 0x058EC9) is known color: Pacific Blue. HEX triplet: 05, 8E and C9. RGB value is (5,142,201). Sum of RGB (Red+Green+Blue) = 5+142+201=348 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 348); Green value is 142 (55.86% from 255 or 40.80% from 348); Blue value is 201 (78.91% from 255 or 57.76% from 348); Max value from RGB is 201 - color contains mainly: blue. Hex color #058EC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058EC9 is #FA7136. Grayscale: #6B6B6B. Windows color (decimal): -16412983 or 13209093. OLE color: 13209093.
HSL color Cylindrical-coordinate representation of color #058EC9: hue angle of 198.06º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058EC9 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 142 | 201 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.21 |
| HSL | 198.06º | 0.95% | 0.4% | - |
| HSV(B) | 198.06º | 0.98% | 0.79% | - |
| XYZ | 20.28 | 23.6 | 58.74 | - |
| YUV | 107.76 | 180.61 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 142 | 201 | 0.98 | 0.29 | 0 | 0.21 | 198.06 | 0.95 | 0.4 |
| Hex | 5 | 8E | C9 | 62 | 1D | 0 | 15 | C6 | 5F | 28 |
| Octal | 5 | 216 | 311 | 142 | 35 | 0 | 25 | 306 | 137 | 50 |
| Binary | 101 | 10001110 | 11001001 | 1100010 | 11101 | 0 | 10101 | 11000110 | 1011111 | 101000 |
Color Harmonies of #058EC9
Complementary color
Monochromatic Colors of #058EC9
Black with #058EC9
Text Example
Text Example
White with #058EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058EC9; }
p { color: rgb(5,142,201); }
H1.HeaderClassName
{
color: #058EC9;
}
.AnyTagClassName
{
color: #058EC9;
}
</style>
background-color css
<style>
a { background-color: #058EC9; }
a { background-color: rgb(5,142,201); }
div.DivClassName
{
background-color: #058EC9;
}
.BgClassName
{
background-color: #058EC9;
}
</style>
border-color css
<style>
span { border-color: #058EC9; }
span { border-color: rgb(5,142,201); }
td.TdClassName
{
border-color: #058EC9;
}
.TagClassName
{
border-color: #058EC9;
}
</style>