Shades of Pacific Blue #058CDD
Tints of Pacific Blue #058CDD
RGB
CMYK
RGB Variations
Color information
#058CDD (or 0x058CDD) is known color: Pacific Blue. HEX triplet: 05, 8C and DD. RGB value is (5,140,221). Sum of RGB (Red+Green+Blue) = 5+140+221=366 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #058CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058CDD is #FA7322. Grayscale: #6C6C6C. Windows color (decimal): -16413475 or 14519301. OLE color: 14519301.
HSL color Cylindrical-coordinate representation of color #058CDD: hue angle of 202.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058CDD is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 140 | 221 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.13 |
| HSL | 202.5º | 0.96% | 0.44% | - |
| HSV(B) | 202.5º | 0.98% | 0.87% | - |
| XYZ | 22.49 | 24.01 | 71.86 | - |
| YUV | 108.87 | 191.27 | 53.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 221 | 0.98 | 0.37 | 0 | 0.13 | 202.5 | 0.96 | 0.44 |
| Hex | 5 | 8C | DD | 62 | 25 | 0 | D | CA | 60 | 2C |
| Octal | 5 | 214 | 335 | 142 | 45 | 0 | 15 | 312 | 140 | 54 |
| Binary | 101 | 10001100 | 11011101 | 1100010 | 100101 | 0 | 1101 | 11001010 | 1100000 | 101100 |
Color Harmonies of #058CDD
Complementary color
Monochromatic Colors of #058CDD
Black with #058CDD
Text Example
Text Example
White with #058CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058CDD; }
p { color: rgb(5,140,221); }
H1.HeaderClassName
{
color: #058CDD;
}
.AnyTagClassName
{
color: #058CDD;
}
</style>
background-color css
<style>
a { background-color: #058CDD; }
a { background-color: rgb(5,140,221); }
div.DivClassName
{
background-color: #058CDD;
}
.BgClassName
{
background-color: #058CDD;
}
</style>
border-color css
<style>
span { border-color: #058CDD; }
span { border-color: rgb(5,140,221); }
td.TdClassName
{
border-color: #058CDD;
}
.TagClassName
{
border-color: #058CDD;
}
</style>