Shades of Pacific Blue #058EE0
Tints of Pacific Blue #058EE0
RGB
CMYK
RGB Variations
Color information
#058EE0 (or 0x058EE0) is known color: Pacific Blue. HEX triplet: 05, 8E and E0. RGB value is (5,142,224). Sum of RGB (Red+Green+Blue) = 5+142+224=371 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #058EE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058EE0 is #FA711F. Grayscale: #6D6D6D. Windows color (decimal): -16412960 or 14716421. OLE color: 14716421.
HSL color Cylindrical-coordinate representation of color #058EE0: hue angle of 202.47º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058EE0 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 142 | 224 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.12 |
| HSL | 202.47º | 0.96% | 0.45% | - |
| HSV(B) | 202.47º | 0.98% | 0.88% | - |
| XYZ | 23.19 | 24.76 | 74.08 | - |
| YUV | 110.39 | 192.11 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 142 | 224 | 0.98 | 0.37 | 0 | 0.12 | 202.47 | 0.96 | 0.45 |
| Hex | 5 | 8E | E0 | 62 | 25 | 0 | C | CA | 60 | 2D |
| Octal | 5 | 216 | 340 | 142 | 45 | 0 | 14 | 312 | 140 | 55 |
| Binary | 101 | 10001110 | 11100000 | 1100010 | 100101 | 0 | 1100 | 11001010 | 1100000 | 101101 |
Color Harmonies of #058EE0
Complementary color
Monochromatic Colors of #058EE0
Black with #058EE0
Text Example
Text Example
White with #058EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058EE0; }
p { color: rgb(5,142,224); }
H1.HeaderClassName
{
color: #058EE0;
}
.AnyTagClassName
{
color: #058EE0;
}
</style>
background-color css
<style>
a { background-color: #058EE0; }
a { background-color: rgb(5,142,224); }
div.DivClassName
{
background-color: #058EE0;
}
.BgClassName
{
background-color: #058EE0;
}
</style>
border-color css
<style>
span { border-color: #058EE0; }
span { border-color: rgb(5,142,224); }
td.TdClassName
{
border-color: #058EE0;
}
.TagClassName
{
border-color: #058EE0;
}
</style>