Shades of Pacific Blue #058FDB
Tints of Pacific Blue #058FDB
RGB
CMYK
RGB Variations
Color information
#058FDB (or 0x058FDB) is known color: Pacific Blue. HEX triplet: 05, 8F and DB. RGB value is (5,143,219). Sum of RGB (Red+Green+Blue) = 5+143+219=367 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #058FDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058FDB is #FA7024. Grayscale: #6D6D6D. Windows color (decimal): -16412709 or 14388997. OLE color: 14388997.
HSL color Cylindrical-coordinate representation of color #058FDB: hue angle of 201.31º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058FDB is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 143 | 219 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.14 |
| HSL | 201.31º | 0.96% | 0.44% | - |
| HSV(B) | 201.31º | 0.98% | 0.86% | - |
| XYZ | 22.67 | 24.79 | 70.61 | - |
| YUV | 110.4 | 189.28 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 143 | 219 | 0.98 | 0.35 | 0 | 0.14 | 201.31 | 0.96 | 0.44 |
| Hex | 5 | 8F | DB | 62 | 23 | 0 | E | C9 | 60 | 2C |
| Octal | 5 | 217 | 333 | 142 | 43 | 0 | 16 | 311 | 140 | 54 |
| Binary | 101 | 10001111 | 11011011 | 1100010 | 100011 | 0 | 1110 | 11001001 | 1100000 | 101100 |
Color Harmonies of #058FDB
Complementary color
Monochromatic Colors of #058FDB
Black with #058FDB
Text Example
Text Example
White with #058FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058FDB; }
p { color: rgb(5,143,219); }
H1.HeaderClassName
{
color: #058FDB;
}
.AnyTagClassName
{
color: #058FDB;
}
</style>
background-color css
<style>
a { background-color: #058FDB; }
a { background-color: rgb(5,143,219); }
div.DivClassName
{
background-color: #058FDB;
}
.BgClassName
{
background-color: #058FDB;
}
</style>
border-color css
<style>
span { border-color: #058FDB; }
span { border-color: rgb(5,143,219); }
td.TdClassName
{
border-color: #058FDB;
}
.TagClassName
{
border-color: #058FDB;
}
</style>