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