Html Css Color HEX #059ED2 Pacific Blue

📋 copy color: '#059ED2'

red 5 ◦ green 158 ◦ blue 210

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

Shades of Pacific Blue #059ED2

Tints of Pacific Blue #059ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 56.3%

R = 1.34%
G = 42.36%
B = 56.3%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#059ED2 (or 0x059ED2) is known color: Pacific Blue. HEX triplet: 05, 9E and D2. RGB value is (5,158,210). Sum of RGB (Red+Green+Blue) = 5+158+210=373 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 210 (82.42% from 255 or 56.30% from 373); Max value from RGB is 210 - color contains mainly: blue. Hex color #059ED2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059ED2 is #FA612D. Grayscale: #757575. Windows color (decimal): -16408878 or 13803013. OLE color: 13803013.

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

Color convert

RGB 5 158 210 -
CMYK 0.98 0.25 0 0.18
HSL 195.22º 0.95% 0.42% -
HSV(B) 195.22º 0.98% 0.82% -
XYZ 23.92 29.14 65.34 -
YUV 118.18 179.81 47.27 -
System Red Green Blue C M Y K H S L
Decimal 5 158 210 0.98 0.25 0 0.18 195.22 0.95 0.42
Hex 5 9E D2 62 19 0 12 C3 5F 2A
Octal 5 236 322 142 31 0 22 303 137 52
Binary 101 10011110 11010010 1100010 11001 0 10010 11000011 1011111 101010

Color Harmonies of #059ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059ED2

Black with #059ED2

Text Example


Text Example

White with #059ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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