Html Css Color HEX #058ED1 Pacific Blue

📋 copy color: '#058ED1'

red 5 ◦ green 142 ◦ blue 209

#058ED1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #058ED1

Tints of Pacific Blue #058ED1

RGB

 RED value IS 5 (2.34% from 255) = 1.4%

 GREEN value IS 142 (55.86% from 255) = 39.89%

 BLUE value IS 209 (82.03% from 255) = 58.71%

R = 1.4%
G = 39.89%
B = 58.71%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#058ED1 (or 0x058ED1) is known color: Pacific Blue. HEX triplet: 05, 8E and D1. RGB value is (5,142,209). Sum of RGB (Red+Green+Blue) = 5+142+209=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 209 (82.03% from 255 or 58.71% from 356); Max value from RGB is 209 - color contains mainly: blue. Hex color #058ED1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058ED1 is #FA712E. Grayscale: #6C6C6C. Windows color (decimal): -16412975 or 13733381. OLE color: 13733381.

HSL color Cylindrical-coordinate representation of color #058ED1: hue angle of 199.71º 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 #058ED1 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 142 209 -
CMYK 0.98 0.32 0 0.18
HSL 199.71º 0.95% 0.42% -
HSV(B) 199.71º 0.98% 0.82% -
XYZ 21.24 23.98 63.83 -
YUV 108.68 184.61 54.05 -
System Red Green Blue C M Y K H S L
Decimal 5 142 209 0.98 0.32 0 0.18 199.71 0.95 0.42
Hex 5 8E D1 62 20 0 12 C8 5F 2A
Octal 5 216 321 142 40 0 22 310 137 52
Binary 101 10001110 11010001 1100010 100000 0 10010 11001000 1011111 101010

Color Harmonies of #058ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058ED1

Black with #058ED1

Text Example


Text Example

White with #058ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058ED1; }

 p { color: rgb(5,142,209); }

 H1.HeaderClassName
 {
   color: #058ED1;
 }
 .AnyTagClassName
 {
   color: #058ED1;
 }
</style>

background-color css

<style>
 a { background-color: #058ED1; }

 a { background-color: rgb(5,142,209); }

 div.DivClassName
 {
   background-color: #058ED1;
 }
 .BgClassName
 {
   background-color: #058ED1;
 }
</style>

border-color css

<style>
 span { border-color: #058ED1; }

 span { border-color: rgb(5,142,209); }

 td.TdClassName
 {
   border-color: #058ED1;
 }
 .TagClassName
 {
   border-color: #058ED1;
 }
</style>