Shades of Pacific Blue #058FCC
Tints of Pacific Blue #058FCC
RGB
CMYK
RGB Variations
Color information
#058FCC (or 0x058FCC) is known color: Pacific Blue. HEX triplet: 05, 8F and CC. RGB value is (5,143,204). Sum of RGB (Red+Green+Blue) = 5+143+204=352 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #058FCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058FCC is #FA7033. Grayscale: #6C6C6C. Windows color (decimal): -16412724 or 13405957. OLE color: 13405957.
HSL color Cylindrical-coordinate representation of color #058FCC: hue angle of 198.39º 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 #058FCC is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 143 | 204 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.2 |
| HSL | 198.39º | 0.95% | 0.41% | - |
| HSV(B) | 198.39º | 0.98% | 0.8% | - |
| XYZ | 20.78 | 24.04 | 60.67 | - |
| YUV | 108.69 | 181.78 | 54.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 143 | 204 | 0.98 | 0.30 | 0 | 0.2 | 198.39 | 0.95 | 0.41 |
| Hex | 5 | 8F | CC | 62 | 1E | 0 | 14 | C6 | 5F | 29 |
| Octal | 5 | 217 | 314 | 142 | 36 | 0 | 24 | 306 | 137 | 51 |
| Binary | 101 | 10001111 | 11001100 | 1100010 | 11110 | 0 | 10100 | 11000110 | 1011111 | 101001 |
Color Harmonies of #058FCC
Complementary color
Monochromatic Colors of #058FCC
Black with #058FCC
Text Example
Text Example
White with #058FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058FCC; }
p { color: rgb(5,143,204); }
H1.HeaderClassName
{
color: #058FCC;
}
.AnyTagClassName
{
color: #058FCC;
}
</style>
background-color css
<style>
a { background-color: #058FCC; }
a { background-color: rgb(5,143,204); }
div.DivClassName
{
background-color: #058FCC;
}
.BgClassName
{
background-color: #058FCC;
}
</style>
border-color css
<style>
span { border-color: #058FCC; }
span { border-color: rgb(5,143,204); }
td.TdClassName
{
border-color: #058FCC;
}
.TagClassName
{
border-color: #058FCC;
}
</style>