Html Css Color HEX #049FE5 Pacific Blue

📋 copy color: '#049FE5'

red 4 ◦ green 159 ◦ blue 229

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

Shades of Pacific Blue #049FE5

Tints of Pacific Blue #049FE5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.56%

 BLUE value IS 229 (89.84% from 255) = 58.42%

R = 1.02%
G = 40.56%
B = 58.42%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#049FE5 (or 0x049FE5) is known color: Pacific Blue. HEX triplet: 04, 9F and E5. RGB value is (4,159,229). Sum of RGB (Red+Green+Blue) = 4+159+229=392 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 229 (89.84% from 255 or 58.42% from 392); Max value from RGB is 229 - color contains mainly: blue. Hex color #049FE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049FE5 is #FB601A. Grayscale: #787878. Windows color (decimal): -16474139 or 15048452. OLE color: 15048452.

HSL color Cylindrical-coordinate representation of color #049FE5: hue angle of 198.67º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049FE5 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 4 159 229 -
CMYK 0.98 0.31 0 0.10
HSL 198.67º 0.97% 0.46% -
HSV(B) 198.67º 0.98% 0.9% -
XYZ 26.59 30.48 78.61 -
YUV 120.64 189.15 44.81 -
System Red Green Blue C M Y K H S L
Decimal 4 159 229 0.98 0.31 0 0.10 198.67 0.97 0.46
Hex 4 9F E5 62 1F 0 A C7 61 2E
Octal 4 237 345 142 37 0 12 307 141 56
Binary 100 10011111 11100101 1100010 11111 0 1010 11000111 1100001 101110

Color Harmonies of #049FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049FE5

Black with #049FE5

Text Example


Text Example

White with #049FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,159,229); }

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

background-color css

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

 a { background-color: rgb(4,159,229); }

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

border-color css

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

 span { border-color: rgb(4,159,229); }

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