Html Css Color HEX #049EE7 Pacific Blue

📋 copy color: '#049EE7'

red 4 ◦ green 158 ◦ blue 231

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

Shades of Pacific Blue #049EE7

Tints of Pacific Blue #049EE7

RGB

 RED value IS 4 (1.95% from 255) = 1.02%

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

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

R = 1.02%
G = 40.2%
B = 58.78%

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

#049EE7 (or 0x049EE7) is known color: Pacific Blue. HEX triplet: 04, 9E and E7. RGB value is (4,158,231). Sum of RGB (Red+Green+Blue) = 4+158+231=393 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 231 (90.62% from 255 or 58.78% from 393); Max value from RGB is 231 - color contains mainly: blue. Hex color #049EE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049EE7 is #FB6118. Grayscale: #777777. Windows color (decimal): -16474393 or 15179268. OLE color: 15179268.

HSL color Cylindrical-coordinate representation of color #049EE7: hue angle of 199.3º degrees, saturation: 0.97, 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 #049EE7 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 4 158 231 -
CMYK 0.98 0.32 0 0.09
HSL 199.3º 0.97% 0.46% -
HSV(B) 199.3º 0.98% 0.91% -
XYZ 26.7 30.25 80.03 -
YUV 120.28 190.48 45.06 -
System Red Green Blue C M Y K H S L
Decimal 4 158 231 0.98 0.32 0 0.09 199.3 0.97 0.46
Hex 4 9E E7 62 20 0 9 C7 61 2E
Octal 4 236 347 142 40 0 11 307 141 56
Binary 100 10011110 11100111 1100010 100000 0 1001 11000111 1100001 101110

Color Harmonies of #049EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049EE7

Black with #049EE7

Text Example


Text Example

White with #049EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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