Shades of Pacific Blue #058DCE
Tints of Pacific Blue #058DCE
RGB
CMYK
RGB Variations
Color information
#058DCE (or 0x058DCE) is known color: Pacific Blue. HEX triplet: 05, 8D and CE. RGB value is (5,141,206). Sum of RGB (Red+Green+Blue) = 5+141+206=352 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #058DCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058DCE is #FA7231. Grayscale: #6B6B6B. Windows color (decimal): -16413234 or 13536517. OLE color: 13536517.
HSL color Cylindrical-coordinate representation of color #058DCE: hue angle of 199.4º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058DCE is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 141 | 206 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.19 |
| HSL | 199.4º | 0.95% | 0.41% | - |
| HSV(B) | 199.4º | 0.98% | 0.81% | - |
| XYZ | 20.73 | 23.54 | 61.84 | - |
| YUV | 107.75 | 183.44 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 206 | 0.98 | 0.32 | 0 | 0.19 | 199.4 | 0.95 | 0.41 |
| Hex | 5 | 8D | CE | 62 | 20 | 0 | 13 | C7 | 5F | 29 |
| Octal | 5 | 215 | 316 | 142 | 40 | 0 | 23 | 307 | 137 | 51 |
| Binary | 101 | 10001101 | 11001110 | 1100010 | 100000 | 0 | 10011 | 11000111 | 1011111 | 101001 |
Color Harmonies of #058DCE
Complementary color
Monochromatic Colors of #058DCE
Black with #058DCE
Text Example
Text Example
White with #058DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058DCE; }
p { color: rgb(5,141,206); }
H1.HeaderClassName
{
color: #058DCE;
}
.AnyTagClassName
{
color: #058DCE;
}
</style>
background-color css
<style>
a { background-color: #058DCE; }
a { background-color: rgb(5,141,206); }
div.DivClassName
{
background-color: #058DCE;
}
.BgClassName
{
background-color: #058DCE;
}
</style>
border-color css
<style>
span { border-color: #058DCE; }
span { border-color: rgb(5,141,206); }
td.TdClassName
{
border-color: #058DCE;
}
.TagClassName
{
border-color: #058DCE;
}
</style>