Shades of Pacific Blue #058CDB
Tints of Pacific Blue #058CDB
RGB
CMYK
RGB Variations
Color information
#058CDB (or 0x058CDB) is known color: Pacific Blue. HEX triplet: 05, 8C and DB. RGB value is (5,140,219). Sum of RGB (Red+Green+Blue) = 5+140+219=364 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #058CDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058CDB is #FA7324. Grayscale: #6C6C6C. Windows color (decimal): -16413477 or 14388229. OLE color: 14388229.
HSL color Cylindrical-coordinate representation of color #058CDB: hue angle of 202.15º 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 #058CDB is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 140 | 219 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.14 |
| HSL | 202.15º | 0.96% | 0.44% | - |
| HSV(B) | 202.15º | 0.98% | 0.86% | - |
| XYZ | 22.23 | 23.9 | 70.46 | - |
| YUV | 108.64 | 190.27 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 219 | 0.98 | 0.36 | 0 | 0.14 | 202.15 | 0.96 | 0.44 |
| Hex | 5 | 8C | DB | 62 | 24 | 0 | E | CA | 60 | 2C |
| Octal | 5 | 214 | 333 | 142 | 44 | 0 | 16 | 312 | 140 | 54 |
| Binary | 101 | 10001100 | 11011011 | 1100010 | 100100 | 0 | 1110 | 11001010 | 1100000 | 101100 |
Color Harmonies of #058CDB
Complementary color
Monochromatic Colors of #058CDB
Black with #058CDB
Text Example
Text Example
White with #058CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058CDB; }
p { color: rgb(5,140,219); }
H1.HeaderClassName
{
color: #058CDB;
}
.AnyTagClassName
{
color: #058CDB;
}
</style>
background-color css
<style>
a { background-color: #058CDB; }
a { background-color: rgb(5,140,219); }
div.DivClassName
{
background-color: #058CDB;
}
.BgClassName
{
background-color: #058CDB;
}
</style>
border-color css
<style>
span { border-color: #058CDB; }
span { border-color: rgb(5,140,219); }
td.TdClassName
{
border-color: #058CDB;
}
.TagClassName
{
border-color: #058CDB;
}
</style>