Html Css Color HEX #049EDC Pacific Blue

📋 copy color: '#049EDC'

red 4 ◦ green 158 ◦ blue 220

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

Shades of Pacific Blue #049EDC

Tints of Pacific Blue #049EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.59%

R = 1.05%
G = 41.36%
B = 57.59%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#049EDC (or 0x049EDC) is known color: Pacific Blue. HEX triplet: 04, 9E and DC. RGB value is (4,158,220). Sum of RGB (Red+Green+Blue) = 4+158+220=382 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #049EDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049EDC is #FB6123. Grayscale: #767676. Windows color (decimal): -16474404 or 14458372. OLE color: 14458372.

HSL color Cylindrical-coordinate representation of color #049EDC: hue angle of 197.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049EDC is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 158 220 -
CMYK 0.98 0.28 0 0.14
HSL 197.22º 0.96% 0.44% -
HSV(B) 197.22º 0.98% 0.86% -
XYZ 25.2 29.65 72.1 -
YUV 119.02 184.98 45.96 -
System Red Green Blue C M Y K H S L
Decimal 4 158 220 0.98 0.28 0 0.14 197.22 0.96 0.44
Hex 4 9E DC 62 1C 0 E C5 60 2C
Octal 4 236 334 142 34 0 16 305 140 54
Binary 100 10011110 11011100 1100010 11100 0 1110 11000101 1100000 101100

Color Harmonies of #049EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049EDC

Black with #049EDC

Text Example


Text Example

White with #049EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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