Html Css Color HEX #058EDC Pacific Blue

📋 copy color: '#058EDC'

red 5 ◦ green 142 ◦ blue 220

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

Shades of Pacific Blue #058EDC

Tints of Pacific Blue #058EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.95%

R = 1.36%
G = 38.69%
B = 59.95%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#058EDC (or 0x058EDC) is known color: Pacific Blue. HEX triplet: 05, 8E and DC. RGB value is (5,142,220). Sum of RGB (Red+Green+Blue) = 5+142+220=367 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #058EDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058EDC is #FA7123. Grayscale: #6D6D6D. Windows color (decimal): -16412964 or 14454277. OLE color: 14454277.

HSL color Cylindrical-coordinate representation of color #058EDC: hue angle of 201.77º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058EDC is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 142 220 -
CMYK 0.98 0.35 0 0.14
HSL 201.77º 0.96% 0.44% -
HSV(B) 201.77º 0.98% 0.86% -
XYZ 22.65 24.55 71.25 -
YUV 109.93 190.11 53.16 -
System Red Green Blue C M Y K H S L
Decimal 5 142 220 0.98 0.35 0 0.14 201.77 0.96 0.44
Hex 5 8E DC 62 23 0 E CA 60 2C
Octal 5 216 334 142 43 0 16 312 140 54
Binary 101 10001110 11011100 1100010 100011 0 1110 11001010 1100000 101100

Color Harmonies of #058EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058EDC

Black with #058EDC

Text Example


Text Example

White with #058EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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