Shades of Pacific Blue #058BDA
Tints of Pacific Blue #058BDA
RGB
CMYK
RGB Variations
Color information
#058BDA (or 0x058BDA) is known color: Pacific Blue. HEX triplet: 05, 8B and DA. RGB value is (5,139,218). Sum of RGB (Red+Green+Blue) = 5+139+218=362 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #058BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058BDA is #FA7425. Grayscale: #6B6B6B. Windows color (decimal): -16413734 or 14322437. OLE color: 14322437.
HSL color Cylindrical-coordinate representation of color #058BDA: hue angle of 202.25º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058BDA is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 139 | 218 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.15 |
| HSL | 202.25º | 0.96% | 0.44% | - |
| HSV(B) | 202.25º | 0.98% | 0.85% | - |
| XYZ | 21.95 | 23.56 | 69.72 | - |
| YUV | 107.94 | 190.11 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 139 | 218 | 0.98 | 0.36 | 0 | 0.15 | 202.25 | 0.96 | 0.44 |
| Hex | 5 | 8B | DA | 62 | 24 | 0 | F | CA | 60 | 2C |
| Octal | 5 | 213 | 332 | 142 | 44 | 0 | 17 | 312 | 140 | 54 |
| Binary | 101 | 10001011 | 11011010 | 1100010 | 100100 | 0 | 1111 | 11001010 | 1100000 | 101100 |
Color Harmonies of #058BDA
Complementary color
Monochromatic Colors of #058BDA
Black with #058BDA
Text Example
Text Example
White with #058BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058BDA; }
p { color: rgb(5,139,218); }
H1.HeaderClassName
{
color: #058BDA;
}
.AnyTagClassName
{
color: #058BDA;
}
</style>
background-color css
<style>
a { background-color: #058BDA; }
a { background-color: rgb(5,139,218); }
div.DivClassName
{
background-color: #058BDA;
}
.BgClassName
{
background-color: #058BDA;
}
</style>
border-color css
<style>
span { border-color: #058BDA; }
span { border-color: rgb(5,139,218); }
td.TdClassName
{
border-color: #058BDA;
}
.TagClassName
{
border-color: #058BDA;
}
</style>