Shades of Pacific Blue #058EDA
Tints of Pacific Blue #058EDA
RGB
CMYK
RGB Variations
Color information
#058EDA (or 0x058EDA) is known color: Pacific Blue. HEX triplet: 05, 8E and DA. RGB value is (5,142,218). Sum of RGB (Red+Green+Blue) = 5+142+218=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #058EDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058EDA is #FA7125. Grayscale: #6D6D6D. Windows color (decimal): -16412966 or 14323205. OLE color: 14323205.
HSL color Cylindrical-coordinate representation of color #058EDA: hue angle of 201.41º 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 #058EDA is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 142 | 218 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.15 |
| HSL | 201.41º | 0.96% | 0.44% | - |
| HSV(B) | 201.41º | 0.98% | 0.85% | - |
| XYZ | 22.39 | 24.44 | 69.87 | - |
| YUV | 109.7 | 189.11 | 53.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 142 | 218 | 0.98 | 0.35 | 0 | 0.15 | 201.41 | 0.96 | 0.44 |
| Hex | 5 | 8E | DA | 62 | 23 | 0 | F | C9 | 60 | 2C |
| Octal | 5 | 216 | 332 | 142 | 43 | 0 | 17 | 311 | 140 | 54 |
| Binary | 101 | 10001110 | 11011010 | 1100010 | 100011 | 0 | 1111 | 11001001 | 1100000 | 101100 |
Color Harmonies of #058EDA
Complementary color
Monochromatic Colors of #058EDA
Black with #058EDA
Text Example
Text Example
White with #058EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058EDA; }
p { color: rgb(5,142,218); }
H1.HeaderClassName
{
color: #058EDA;
}
.AnyTagClassName
{
color: #058EDA;
}
</style>
background-color css
<style>
a { background-color: #058EDA; }
a { background-color: rgb(5,142,218); }
div.DivClassName
{
background-color: #058EDA;
}
.BgClassName
{
background-color: #058EDA;
}
</style>
border-color css
<style>
span { border-color: #058EDA; }
span { border-color: rgb(5,142,218); }
td.TdClassName
{
border-color: #058EDA;
}
.TagClassName
{
border-color: #058EDA;
}
</style>