Html Css Color HEX #059EE7 Pacific Blue

📋 copy color: '#059EE7'

red 5 ◦ green 158 ◦ blue 231

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

Shades of Pacific Blue #059EE7

Tints of Pacific Blue #059EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 58.63%

R = 1.27%
G = 40.1%
B = 58.63%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#059EE7 (or 0x059EE7) is known color: Pacific Blue. HEX triplet: 05, 9E and E7. RGB value is (5,158,231). Sum of RGB (Red+Green+Blue) = 5+158+231=394 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 231 (90.62% from 255 or 58.63% from 394); Max value from RGB is 231 - color contains mainly: blue. Hex color #059EE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059EE7 is #FA6118. Grayscale: #787878. Windows color (decimal): -16408857 or 15179269. OLE color: 15179269.

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

Color convert

RGB 5 158 231 -
CMYK 0.98 0.32 0 0.09
HSL 199.38º 0.96% 0.46% -
HSV(B) 199.38º 0.98% 0.91% -
XYZ 26.71 30.26 80.03 -
YUV 120.58 190.31 45.56 -
System Red Green Blue C M Y K H S L
Decimal 5 158 231 0.98 0.32 0 0.09 199.38 0.96 0.46
Hex 5 9E E7 62 20 0 9 C7 60 2E
Octal 5 236 347 142 40 0 11 307 140 56
Binary 101 10011110 11100111 1100010 100000 0 1001 11000111 1100000 101110

Color Harmonies of #059EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059EE7

Black with #059EE7

Text Example


Text Example

White with #059EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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