Shades of Pacific Blue #058BDF
Tints of Pacific Blue #058BDF
RGB
CMYK
RGB Variations
Color information
#058BDF (or 0x058BDF) is known color: Pacific Blue. HEX triplet: 05, 8B and DF. RGB value is (5,139,223). Sum of RGB (Red+Green+Blue) = 5+139+223=367 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #058BDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058BDF is #FA7420. Grayscale: #6C6C6C. Windows color (decimal): -16413729 or 14650117. OLE color: 14650117.
HSL color Cylindrical-coordinate representation of color #058BDF: hue angle of 203.12º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058BDF is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 139 | 223 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.13 |
| HSL | 203.12º | 0.96% | 0.45% | - |
| HSV(B) | 203.12º | 0.98% | 0.87% | - |
| XYZ | 22.61 | 23.83 | 73.22 | - |
| YUV | 108.51 | 192.61 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 139 | 223 | 0.98 | 0.38 | 0 | 0.13 | 203.12 | 0.96 | 0.45 |
| Hex | 5 | 8B | DF | 62 | 26 | 0 | D | CB | 60 | 2D |
| Octal | 5 | 213 | 337 | 142 | 46 | 0 | 15 | 313 | 140 | 55 |
| Binary | 101 | 10001011 | 11011111 | 1100010 | 100110 | 0 | 1101 | 11001011 | 1100000 | 101101 |
Color Harmonies of #058BDF
Complementary color
Monochromatic Colors of #058BDF
Black with #058BDF
Text Example
Text Example
White with #058BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058BDF; }
p { color: rgb(5,139,223); }
H1.HeaderClassName
{
color: #058BDF;
}
.AnyTagClassName
{
color: #058BDF;
}
</style>
background-color css
<style>
a { background-color: #058BDF; }
a { background-color: rgb(5,139,223); }
div.DivClassName
{
background-color: #058BDF;
}
.BgClassName
{
background-color: #058BDF;
}
</style>
border-color css
<style>
span { border-color: #058BDF; }
span { border-color: rgb(5,139,223); }
td.TdClassName
{
border-color: #058BDF;
}
.TagClassName
{
border-color: #058BDF;
}
</style>