Shades of Pacific Blue #058ED3
Tints of Pacific Blue #058ED3
RGB
CMYK
RGB Variations
Color information
#058ED3 (or 0x058ED3) is known color: Pacific Blue. HEX triplet: 05, 8E and D3. RGB value is (5,142,211). Sum of RGB (Red+Green+Blue) = 5+142+211=358 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 211 (82.81% from 255 or 58.94% from 358); Max value from RGB is 211 - color contains mainly: blue. Hex color #058ED3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058ED3 is #FA712C. Grayscale: #6C6C6C. Windows color (decimal): -16412973 or 13864453. OLE color: 13864453.
HSL color Cylindrical-coordinate representation of color #058ED3: hue angle of 200.1º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058ED3 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 142 | 211 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.17 |
| HSL | 200.1º | 0.95% | 0.42% | - |
| HSV(B) | 200.1º | 0.98% | 0.83% | - |
| XYZ | 21.49 | 24.08 | 65.14 | - |
| YUV | 108.9 | 185.61 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 142 | 211 | 0.98 | 0.33 | 0 | 0.17 | 200.1 | 0.95 | 0.42 |
| Hex | 5 | 8E | D3 | 62 | 21 | 0 | 11 | C8 | 5F | 2A |
| Octal | 5 | 216 | 323 | 142 | 41 | 0 | 21 | 310 | 137 | 52 |
| Binary | 101 | 10001110 | 11010011 | 1100010 | 100001 | 0 | 10001 | 11001000 | 1011111 | 101010 |
Color Harmonies of #058ED3
Complementary color
Monochromatic Colors of #058ED3
Black with #058ED3
Text Example
Text Example
White with #058ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058ED3; }
p { color: rgb(5,142,211); }
H1.HeaderClassName
{
color: #058ED3;
}
.AnyTagClassName
{
color: #058ED3;
}
</style>
background-color css
<style>
a { background-color: #058ED3; }
a { background-color: rgb(5,142,211); }
div.DivClassName
{
background-color: #058ED3;
}
.BgClassName
{
background-color: #058ED3;
}
</style>
border-color css
<style>
span { border-color: #058ED3; }
span { border-color: rgb(5,142,211); }
td.TdClassName
{
border-color: #058ED3;
}
.TagClassName
{
border-color: #058ED3;
}
</style>