Html Css Color HEX #049FCD Pacific Blue

📋 copy color: '#049FCD'

red 4 ◦ green 159 ◦ blue 205

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

Shades of Pacific Blue #049FCD

Tints of Pacific Blue #049FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.71%

R = 1.09%
G = 43.21%
B = 55.71%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#049FCD (or 0x049FCD) is known color: Pacific Blue. HEX triplet: 04, 9F and CD. RGB value is (4,159,205). Sum of RGB (Red+Green+Blue) = 4+159+205=368 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #049FCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049FCD is #FB6032. Grayscale: #757575. Windows color (decimal): -16474163 or 13475588. OLE color: 13475588.

HSL color Cylindrical-coordinate representation of color #049FCD: hue angle of 193.73º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049FCD is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 159 205 -
CMYK 0.98 0.22 0 0.20
HSL 193.73º 0.96% 0.41% -
HSV(B) 193.73º 0.98% 0.8% -
XYZ 23.47 29.23 62.16 -
YUV 117.9 177.15 46.76 -
System Red Green Blue C M Y K H S L
Decimal 4 159 205 0.98 0.22 0 0.20 193.73 0.96 0.41
Hex 4 9F CD 62 16 0 14 C2 60 29
Octal 4 237 315 142 26 0 24 302 140 51
Binary 100 10011111 11001101 1100010 10110 0 10100 11000010 1100000 101001

Color Harmonies of #049FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049FCD

Black with #049FCD

Text Example


Text Example

White with #049FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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