Shades of Pacific Blue #058BC8
Tints of Pacific Blue #058BC8
RGB
CMYK
RGB Variations
Color information
#058BC8 (or 0x058BC8) is known color: Pacific Blue. HEX triplet: 05, 8B and C8. RGB value is (5,139,200). Sum of RGB (Red+Green+Blue) = 5+139+200=344 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 200 (78.52% from 255 or 58.14% from 344); Max value from RGB is 200 - color contains mainly: blue. Hex color #058BC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058BC8 is #FA7437. Grayscale: #696969. Windows color (decimal): -16413752 or 13142789. OLE color: 13142789.
HSL color Cylindrical-coordinate representation of color #058BC8: hue angle of 198.77º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058BC8 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 139 | 200 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.22 |
| HSL | 198.77º | 0.95% | 0.4% | - |
| HSV(B) | 198.77º | 0.98% | 0.78% | - |
| XYZ | 19.72 | 22.67 | 57.98 | - |
| YUV | 105.89 | 181.11 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 139 | 200 | 0.98 | 0.30 | 0 | 0.22 | 198.77 | 0.95 | 0.4 |
| Hex | 5 | 8B | C8 | 62 | 1E | 0 | 16 | C7 | 5F | 28 |
| Octal | 5 | 213 | 310 | 142 | 36 | 0 | 26 | 307 | 137 | 50 |
| Binary | 101 | 10001011 | 11001000 | 1100010 | 11110 | 0 | 10110 | 11000111 | 1011111 | 101000 |
Color Harmonies of #058BC8
Complementary color
Monochromatic Colors of #058BC8
Black with #058BC8
Text Example
Text Example
White with #058BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058BC8; }
p { color: rgb(5,139,200); }
H1.HeaderClassName
{
color: #058BC8;
}
.AnyTagClassName
{
color: #058BC8;
}
</style>
background-color css
<style>
a { background-color: #058BC8; }
a { background-color: rgb(5,139,200); }
div.DivClassName
{
background-color: #058BC8;
}
.BgClassName
{
background-color: #058BC8;
}
</style>
border-color css
<style>
span { border-color: #058BC8; }
span { border-color: rgb(5,139,200); }
td.TdClassName
{
border-color: #058BC8;
}
.TagClassName
{
border-color: #058BC8;
}
</style>