Html Css Color HEX #059ED8 Pacific Blue

📋 copy color: '#059ED8'

red 5 ◦ green 158 ◦ blue 216

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

Shades of Pacific Blue #059ED8

Tints of Pacific Blue #059ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 56.99%

R = 1.32%
G = 41.69%
B = 56.99%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#059ED8 (or 0x059ED8) is known color: Pacific Blue. HEX triplet: 05, 9E and D8. RGB value is (5,158,216). Sum of RGB (Red+Green+Blue) = 5+158+216=379 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 216 (84.77% from 255 or 56.99% from 379); Max value from RGB is 216 - color contains mainly: blue. Hex color #059ED8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059ED8 is #FA6127. Grayscale: #767676. Windows color (decimal): -16408872 or 14196229. OLE color: 14196229.

HSL color Cylindrical-coordinate representation of color #059ED8: hue angle of 196.49º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059ED8 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 158 216 -
CMYK 0.98 0.27 0 0.15
HSL 196.49º 0.95% 0.43% -
HSV(B) 196.49º 0.98% 0.85% -
XYZ 24.68 29.44 69.35 -
YUV 118.87 182.81 46.78 -
System Red Green Blue C M Y K H S L
Decimal 5 158 216 0.98 0.27 0 0.15 196.49 0.95 0.43
Hex 5 9E D8 62 1B 0 F C4 5F 2B
Octal 5 236 330 142 33 0 17 304 137 53
Binary 101 10011110 11011000 1100010 11011 0 1111 11000100 1011111 101011

Color Harmonies of #059ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059ED8

Black with #059ED8

Text Example


Text Example

White with #059ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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