Html Css Color HEX #049EDD Pacific Blue

📋 copy color: '#049EDD'

red 4 ◦ green 158 ◦ blue 221

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

Shades of Pacific Blue #049EDD

Tints of Pacific Blue #049EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.7%

R = 1.04%
G = 41.25%
B = 57.7%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#049EDD (or 0x049EDD) is known color: Pacific Blue. HEX triplet: 04, 9E and DD. RGB value is (4,158,221). Sum of RGB (Red+Green+Blue) = 4+158+221=383 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #049EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049EDD is #FB6122. Grayscale: #767676. Windows color (decimal): -16474403 or 14523908. OLE color: 14523908.

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

Color convert

RGB 4 158 221 -
CMYK 0.98 0.29 0 0.13
HSL 197.42º 0.96% 0.44% -
HSV(B) 197.42º 0.98% 0.87% -
XYZ 25.33 29.7 72.8 -
YUV 119.14 185.48 45.88 -
System Red Green Blue C M Y K H S L
Decimal 4 158 221 0.98 0.29 0 0.13 197.42 0.96 0.44
Hex 4 9E DD 62 1D 0 D C5 60 2C
Octal 4 236 335 142 35 0 15 305 140 54
Binary 100 10011110 11011101 1100010 11101 0 1101 11000101 1100000 101100

Color Harmonies of #049EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049EDD

Black with #049EDD

Text Example


Text Example

White with #049EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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