Html Css Color HEX #059EDC Pacific Blue

📋 copy color: '#059EDC'

red 5 ◦ green 158 ◦ blue 220

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

Shades of Pacific Blue #059EDC

Tints of Pacific Blue #059EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.25%

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

R = 1.31%
G = 41.25%
B = 57.44%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#059EDC (or 0x059EDC) is known color: Pacific Blue. HEX triplet: 05, 9E and DC. RGB value is (5,158,220). Sum of RGB (Red+Green+Blue) = 5+158+220=383 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #059EDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059EDC is #FA6123. Grayscale: #767676. Windows color (decimal): -16408868 or 14458373. OLE color: 14458373.

HSL color Cylindrical-coordinate representation of color #059EDC: hue angle of 197.3º 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 #059EDC is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 158 220 -
CMYK 0.98 0.28 0 0.14
HSL 197.3º 0.96% 0.44% -
HSV(B) 197.3º 0.98% 0.86% -
XYZ 25.21 29.65 72.11 -
YUV 119.32 184.81 46.46 -
System Red Green Blue C M Y K H S L
Decimal 5 158 220 0.98 0.28 0 0.14 197.3 0.96 0.44
Hex 5 9E DC 62 1C 0 E C5 60 2C
Octal 5 236 334 142 34 0 16 305 140 54
Binary 101 10011110 11011100 1100010 11100 0 1110 11000101 1100000 101100

Color Harmonies of #059EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059EDC

Black with #059EDC

Text Example


Text Example

White with #059EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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