Html Css Color HEX #049CE1 Pacific Blue

📋 copy color: '#049CE1'

red 4 ◦ green 156 ◦ blue 225

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

Shades of Pacific Blue #049CE1

Tints of Pacific Blue #049CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 58.44%

R = 1.04%
G = 40.52%
B = 58.44%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#049CE1 (or 0x049CE1) is known color: Pacific Blue. HEX triplet: 04, 9C and E1. RGB value is (4,156,225). Sum of RGB (Red+Green+Blue) = 4+156+225=385 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 225 (88.28% from 255 or 58.44% from 385); Max value from RGB is 225 - color contains mainly: blue. Hex color #049CE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049CE1 is #FB631E. Grayscale: #757575. Windows color (decimal): -16474911 or 14785540. OLE color: 14785540.

HSL color Cylindrical-coordinate representation of color #049CE1: hue angle of 198.73º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049CE1 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 4 156 225 -
CMYK 0.98 0.31 0 0.12
HSL 198.73º 0.97% 0.45% -
HSV(B) 198.73º 0.98% 0.88% -
XYZ 25.53 29.24 75.53 -
YUV 118.42 188.14 46.39 -
System Red Green Blue C M Y K H S L
Decimal 4 156 225 0.98 0.31 0 0.12 198.73 0.97 0.45
Hex 4 9C E1 62 1F 0 C C7 61 2D
Octal 4 234 341 142 37 0 14 307 141 55
Binary 100 10011100 11100001 1100010 11111 0 1100 11000111 1100001 101101

Color Harmonies of #049CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049CE1

Black with #049CE1

Text Example


Text Example

White with #049CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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