Shades of Pacific Blue #058CCC
Tints of Pacific Blue #058CCC
RGB
CMYK
RGB Variations
Color information
#058CCC (or 0x058CCC) is known color: Pacific Blue. HEX triplet: 05, 8C and CC. RGB value is (5,140,204). Sum of RGB (Red+Green+Blue) = 5+140+204=349 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #058CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058CCC is #FA7333. Grayscale: #6A6A6A. Windows color (decimal): -16413492 or 13405189. OLE color: 13405189.
HSL color Cylindrical-coordinate representation of color #058CCC: hue angle of 199.3º 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 #058CCC is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 140 | 204 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.2 |
| HSL | 199.3º | 0.95% | 0.41% | - |
| HSV(B) | 199.3º | 0.98% | 0.8% | - |
| XYZ | 20.34 | 23.15 | 60.52 | - |
| YUV | 106.93 | 182.77 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 204 | 0.98 | 0.31 | 0 | 0.2 | 199.3 | 0.95 | 0.41 |
| Hex | 5 | 8C | CC | 62 | 1F | 0 | 14 | C7 | 5F | 29 |
| Octal | 5 | 214 | 314 | 142 | 37 | 0 | 24 | 307 | 137 | 51 |
| Binary | 101 | 10001100 | 11001100 | 1100010 | 11111 | 0 | 10100 | 11000111 | 1011111 | 101001 |
Color Harmonies of #058CCC
Complementary color
Monochromatic Colors of #058CCC
Black with #058CCC
Text Example
Text Example
White with #058CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058CCC; }
p { color: rgb(5,140,204); }
H1.HeaderClassName
{
color: #058CCC;
}
.AnyTagClassName
{
color: #058CCC;
}
</style>
background-color css
<style>
a { background-color: #058CCC; }
a { background-color: rgb(5,140,204); }
div.DivClassName
{
background-color: #058CCC;
}
.BgClassName
{
background-color: #058CCC;
}
</style>
border-color css
<style>
span { border-color: #058CCC; }
span { border-color: rgb(5,140,204); }
td.TdClassName
{
border-color: #058CCC;
}
.TagClassName
{
border-color: #058CCC;
}
</style>