Html Css Color HEX #049FD1 Pacific Blue

📋 copy color: '#049FD1'

red 4 ◦ green 159 ◦ blue 209

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

Shades of Pacific Blue #049FD1

Tints of Pacific Blue #049FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 56.18%

R = 1.08%
G = 42.74%
B = 56.18%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#049FD1 (or 0x049FD1) is known color: Pacific Blue. HEX triplet: 04, 9F and D1. RGB value is (4,159,209). Sum of RGB (Red+Green+Blue) = 4+159+209=372 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 372); Green value is 159 (62.5% from 255 or 42.74% from 372); Blue value is 209 (82.03% from 255 or 56.18% from 372); Max value from RGB is 209 - color contains mainly: blue. Hex color #049FD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049FD1 is #FB602E. Grayscale: #757575. Windows color (decimal): -16474159 or 13737732. OLE color: 13737732.

HSL color Cylindrical-coordinate representation of color #049FD1: hue angle of 194.63º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049FD1 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 4 159 209 -
CMYK 0.98 0.24 0 0.18
HSL 194.63º 0.96% 0.42% -
HSV(B) 194.63º 0.98% 0.82% -
XYZ 23.96 29.43 64.74 -
YUV 118.36 179.15 46.43 -
System Red Green Blue C M Y K H S L
Decimal 4 159 209 0.98 0.24 0 0.18 194.63 0.96 0.42
Hex 4 9F D1 62 18 0 12 C3 60 2A
Octal 4 237 321 142 30 0 22 303 140 52
Binary 100 10011111 11010001 1100010 11000 0 10010 11000011 1100000 101010

Color Harmonies of #049FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049FD1

Black with #049FD1

Text Example


Text Example

White with #049FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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