Html Css Color HEX #049EE1 Pacific Blue

📋 copy color: '#049EE1'

red 4 ◦ green 158 ◦ blue 225

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

Shades of Pacific Blue #049EE1

Tints of Pacific Blue #049EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 58.14%

R = 1.03%
G = 40.83%
B = 58.14%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#049EE1 (or 0x049EE1) is known color: Pacific Blue. HEX triplet: 04, 9E and E1. RGB value is (4,158,225). Sum of RGB (Red+Green+Blue) = 4+158+225=387 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 225 (88.28% from 255 or 58.14% from 387); Max value from RGB is 225 - color contains mainly: blue. Hex color #049EE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049EE1 is #FB611E. Grayscale: #777777. Windows color (decimal): -16474399 or 14786052. OLE color: 14786052.

HSL color Cylindrical-coordinate representation of color #049EE1: hue angle of 198.19º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049EE1 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 4 158 225 -
CMYK 0.98 0.30 0 0.12
HSL 198.19º 0.97% 0.45% -
HSV(B) 198.19º 0.98% 0.88% -
XYZ 25.87 29.92 75.65 -
YUV 119.59 187.48 45.55 -
System Red Green Blue C M Y K H S L
Decimal 4 158 225 0.98 0.30 0 0.12 198.19 0.97 0.45
Hex 4 9E E1 62 1E 0 C C6 61 2D
Octal 4 236 341 142 36 0 14 306 141 55
Binary 100 10011110 11100001 1100010 11110 0 1100 11000110 1100001 101101

Color Harmonies of #049EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049EE1

Black with #049EE1

Text Example


Text Example

White with #049EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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