Html Css Color HEX #049CDC Pacific Blue

📋 copy color: '#049CDC'

red 4 ◦ green 156 ◦ blue 220

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

Shades of Pacific Blue #049CDC

Tints of Pacific Blue #049CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.05%

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

R = 1.05%
G = 41.05%
B = 57.89%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#049CDC (or 0x049CDC) is known color: Pacific Blue. HEX triplet: 04, 9C and DC. RGB value is (4,156,220). Sum of RGB (Red+Green+Blue) = 4+156+220=380 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #049CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049CDC is #FB6323. Grayscale: #757575. Windows color (decimal): -16474916 or 14457860. OLE color: 14457860.

HSL color Cylindrical-coordinate representation of color #049CDC: hue angle of 197.78º 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 #049CDC is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 156 220 -
CMYK 0.98 0.29 0 0.14
HSL 197.78º 0.96% 0.44% -
HSV(B) 197.78º 0.98% 0.86% -
XYZ 24.86 28.97 71.99 -
YUV 117.85 185.64 46.8 -
System Red Green Blue C M Y K H S L
Decimal 4 156 220 0.98 0.29 0 0.14 197.78 0.96 0.44
Hex 4 9C DC 62 1D 0 E C6 60 2C
Octal 4 234 334 142 35 0 16 306 140 54
Binary 100 10011100 11011100 1100010 11101 0 1110 11000110 1100000 101100

Color Harmonies of #049CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049CDC

Black with #049CDC

Text Example


Text Example

White with #049CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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