Shades of Pacific Blue #058AD0
Tints of Pacific Blue #058AD0
RGB
CMYK
RGB Variations
Color information
#058AD0 (or 0x058AD0) is known color: Pacific Blue. HEX triplet: 05, 8A and D0. RGB value is (5,138,208). Sum of RGB (Red+Green+Blue) = 5+138+208=351 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 208 (81.64% from 255 or 59.26% from 351); Max value from RGB is 208 - color contains mainly: blue. Hex color #058AD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058AD0 is #FA752F. Grayscale: #696969. Windows color (decimal): -16414000 or 13666821. OLE color: 13666821.
HSL color Cylindrical-coordinate representation of color #058AD0: hue angle of 200.69º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058AD0 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 138 | 208 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.18 |
| HSL | 200.69º | 0.95% | 0.42% | - |
| HSV(B) | 200.69º | 0.98% | 0.82% | - |
| XYZ | 20.54 | 22.76 | 62.99 | - |
| YUV | 106.21 | 185.44 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 138 | 208 | 0.98 | 0.34 | 0 | 0.18 | 200.69 | 0.95 | 0.42 |
| Hex | 5 | 8A | D0 | 62 | 22 | 0 | 12 | C9 | 5F | 2A |
| Octal | 5 | 212 | 320 | 142 | 42 | 0 | 22 | 311 | 137 | 52 |
| Binary | 101 | 10001010 | 11010000 | 1100010 | 100010 | 0 | 10010 | 11001001 | 1011111 | 101010 |
Color Harmonies of #058AD0
Complementary color
Monochromatic Colors of #058AD0
Black with #058AD0
Text Example
Text Example
White with #058AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058AD0; }
p { color: rgb(5,138,208); }
H1.HeaderClassName
{
color: #058AD0;
}
.AnyTagClassName
{
color: #058AD0;
}
</style>
background-color css
<style>
a { background-color: #058AD0; }
a { background-color: rgb(5,138,208); }
div.DivClassName
{
background-color: #058AD0;
}
.BgClassName
{
background-color: #058AD0;
}
</style>
border-color css
<style>
span { border-color: #058AD0; }
span { border-color: rgb(5,138,208); }
td.TdClassName
{
border-color: #058AD0;
}
.TagClassName
{
border-color: #058AD0;
}
</style>