Shades of Pacific Blue #058BCB
Tints of Pacific Blue #058BCB
RGB
CMYK
RGB Variations
Color information
#058BCB (or 0x058BCB) is known color: Pacific Blue. HEX triplet: 05, 8B and CB. RGB value is (5,139,203). Sum of RGB (Red+Green+Blue) = 5+139+203=347 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #058BCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058BCB is #FA7434. Grayscale: #696969. Windows color (decimal): -16413749 or 13339397. OLE color: 13339397.
HSL color Cylindrical-coordinate representation of color #058BCB: hue angle of 199.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 #058BCB is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 139 | 203 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.20 |
| HSL | 199.39º | 0.95% | 0.41% | - |
| HSV(B) | 199.39º | 0.98% | 0.8% | - |
| XYZ | 20.07 | 22.81 | 59.84 | - |
| YUV | 106.23 | 182.61 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 139 | 203 | 0.98 | 0.32 | 0 | 0.20 | 199.39 | 0.95 | 0.41 |
| Hex | 5 | 8B | CB | 62 | 20 | 0 | 14 | C7 | 5F | 29 |
| Octal | 5 | 213 | 313 | 142 | 40 | 0 | 24 | 307 | 137 | 51 |
| Binary | 101 | 10001011 | 11001011 | 1100010 | 100000 | 0 | 10100 | 11000111 | 1011111 | 101001 |
Color Harmonies of #058BCB
Complementary color
Monochromatic Colors of #058BCB
Black with #058BCB
Text Example
Text Example
White with #058BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058BCB; }
p { color: rgb(5,139,203); }
H1.HeaderClassName
{
color: #058BCB;
}
.AnyTagClassName
{
color: #058BCB;
}
</style>
background-color css
<style>
a { background-color: #058BCB; }
a { background-color: rgb(5,139,203); }
div.DivClassName
{
background-color: #058BCB;
}
.BgClassName
{
background-color: #058BCB;
}
</style>
border-color css
<style>
span { border-color: #058BCB; }
span { border-color: rgb(5,139,203); }
td.TdClassName
{
border-color: #058BCB;
}
.TagClassName
{
border-color: #058BCB;
}
</style>