Shades of Pacific Blue #058FE1
Tints of Pacific Blue #058FE1
RGB
CMYK
RGB Variations
Color information
#058FE1 (or 0x058FE1) is known color: Pacific Blue. HEX triplet: 05, 8F and E1. RGB value is (5,143,225). Sum of RGB (Red+Green+Blue) = 5+143+225=373 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 225 (88.28% from 255 or 60.32% from 373); Max value from RGB is 225 - color contains mainly: blue. Hex color #058FE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058FE1 is #FA701E. Grayscale: #6E6E6E. Windows color (decimal): -16412703 or 14782213. OLE color: 14782213.
HSL color Cylindrical-coordinate representation of color #058FE1: hue angle of 202.36º 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 #058FE1 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 143 | 225 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.12 |
| HSL | 202.36º | 0.96% | 0.45% | - |
| HSV(B) | 202.36º | 0.98% | 0.88% | - |
| XYZ | 23.48 | 25.11 | 74.84 | - |
| YUV | 111.09 | 192.28 | 52.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 143 | 225 | 0.98 | 0.36 | 0 | 0.12 | 202.36 | 0.96 | 0.45 |
| Hex | 5 | 8F | E1 | 62 | 24 | 0 | C | CA | 60 | 2D |
| Octal | 5 | 217 | 341 | 142 | 44 | 0 | 14 | 312 | 140 | 55 |
| Binary | 101 | 10001111 | 11100001 | 1100010 | 100100 | 0 | 1100 | 11001010 | 1100000 | 101101 |
Color Harmonies of #058FE1
Complementary color
Monochromatic Colors of #058FE1
Black with #058FE1
Text Example
Text Example
White with #058FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058FE1; }
p { color: rgb(5,143,225); }
H1.HeaderClassName
{
color: #058FE1;
}
.AnyTagClassName
{
color: #058FE1;
}
</style>
background-color css
<style>
a { background-color: #058FE1; }
a { background-color: rgb(5,143,225); }
div.DivClassName
{
background-color: #058FE1;
}
.BgClassName
{
background-color: #058FE1;
}
</style>
border-color css
<style>
span { border-color: #058FE1; }
span { border-color: rgb(5,143,225); }
td.TdClassName
{
border-color: #058FE1;
}
.TagClassName
{
border-color: #058FE1;
}
</style>