Html Css Color HEX #049CDA Pacific Blue

📋 copy color: '#049CDA'

red 4 ◦ green 156 ◦ blue 218

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

Shades of Pacific Blue #049CDA

Tints of Pacific Blue #049CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.67%

R = 1.06%
G = 41.27%
B = 57.67%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#049CDA (or 0x049CDA) is known color: Pacific Blue. HEX triplet: 04, 9C and DA. RGB value is (4,156,218). Sum of RGB (Red+Green+Blue) = 4+156+218=378 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #049CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049CDA is #FB6325. Grayscale: #757575. Windows color (decimal): -16474918 or 14326788. OLE color: 14326788.

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

Color convert

RGB 4 156 218 -
CMYK 0.98 0.28 0 0.15
HSL 197.38º 0.96% 0.44% -
HSV(B) 197.38º 0.98% 0.85% -
XYZ 24.59 28.86 70.6 -
YUV 117.62 184.64 46.96 -
System Red Green Blue C M Y K H S L
Decimal 4 156 218 0.98 0.28 0 0.15 197.38 0.96 0.44
Hex 4 9C DA 62 1C 0 F C5 60 2C
Octal 4 234 332 142 34 0 17 305 140 54
Binary 100 10011100 11011010 1100010 11100 0 1111 11000101 1100000 101100

Color Harmonies of #049CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049CDA

Black with #049CDA

Text Example


Text Example

White with #049CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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