Html Css Color HEX #059AE2 Pacific Blue

📋 copy color: '#059AE2'

red 5 ◦ green 154 ◦ blue 226

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

Shades of Pacific Blue #059AE2

Tints of Pacific Blue #059AE2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40%

 BLUE value IS 226 (88.67% from 255) = 58.7%

R = 1.3%
G = 40%
B = 58.7%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#059AE2 (or 0x059AE2) is known color: Pacific Blue. HEX triplet: 05, 9A and E2. RGB value is (5,154,226). Sum of RGB (Red+Green+Blue) = 5+154+226=385 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 226 (88.67% from 255 or 58.70% from 385); Max value from RGB is 226 - color contains mainly: blue. Hex color #059AE2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059AE2 is #FA651D. Grayscale: #757575. Windows color (decimal): -16409886 or 14850565. OLE color: 14850565.

HSL color Cylindrical-coordinate representation of color #059AE2: hue angle of 199.55º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059AE2 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 5 154 226 -
CMYK 0.98 0.32 0 0.11
HSL 199.55º 0.96% 0.45% -
HSV(B) 199.55º 0.98% 0.89% -
XYZ 25.35 28.63 76.14 -
YUV 117.66 189.14 47.65 -
System Red Green Blue C M Y K H S L
Decimal 5 154 226 0.98 0.32 0 0.11 199.55 0.96 0.45
Hex 5 9A E2 62 20 0 B C8 60 2D
Octal 5 232 342 142 40 0 13 310 140 55
Binary 101 10011010 11100010 1100010 100000 0 1011 11001000 1100000 101101

Color Harmonies of #059AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059AE2

Black with #059AE2

Text Example


Text Example

White with #059AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,154,226); }

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

background-color css

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

 a { background-color: rgb(5,154,226); }

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

border-color css

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

 span { border-color: rgb(5,154,226); }

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