Shades of Pacific Blue #058FD2
Tints of Pacific Blue #058FD2
RGB
CMYK
RGB Variations
Color information
#058FD2 (or 0x058FD2) is known color: Pacific Blue. HEX triplet: 05, 8F and D2. RGB value is (5,143,210). Sum of RGB (Red+Green+Blue) = 5+143+210=358 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 210 (82.42% from 255 or 58.66% from 358); Max value from RGB is 210 - color contains mainly: blue. Hex color #058FD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058FD2 is #FA702D. Grayscale: #6C6C6C. Windows color (decimal): -16412718 or 13799173. OLE color: 13799173.
HSL color Cylindrical-coordinate representation of color #058FD2: hue angle of 199.61º 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 #058FD2 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 143 | 210 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.18 |
| HSL | 199.61º | 0.95% | 0.42% | - |
| HSV(B) | 199.61º | 0.98% | 0.82% | - |
| XYZ | 21.52 | 24.33 | 64.53 | - |
| YUV | 109.38 | 184.78 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 143 | 210 | 0.98 | 0.32 | 0 | 0.18 | 199.61 | 0.95 | 0.42 |
| Hex | 5 | 8F | D2 | 62 | 20 | 0 | 12 | C8 | 5F | 2A |
| Octal | 5 | 217 | 322 | 142 | 40 | 0 | 22 | 310 | 137 | 52 |
| Binary | 101 | 10001111 | 11010010 | 1100010 | 100000 | 0 | 10010 | 11001000 | 1011111 | 101010 |
Color Harmonies of #058FD2
Complementary color
Monochromatic Colors of #058FD2
Black with #058FD2
Text Example
Text Example
White with #058FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058FD2; }
p { color: rgb(5,143,210); }
H1.HeaderClassName
{
color: #058FD2;
}
.AnyTagClassName
{
color: #058FD2;
}
</style>
background-color css
<style>
a { background-color: #058FD2; }
a { background-color: rgb(5,143,210); }
div.DivClassName
{
background-color: #058FD2;
}
.BgClassName
{
background-color: #058FD2;
}
</style>
border-color css
<style>
span { border-color: #058FD2; }
span { border-color: rgb(5,143,210); }
td.TdClassName
{
border-color: #058FD2;
}
.TagClassName
{
border-color: #058FD2;
}
</style>