Html Css Color HEX #049CDF Pacific Blue

📋 copy color: '#049CDF'

red 4 ◦ green 156 ◦ blue 223

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

Shades of Pacific Blue #049CDF

Tints of Pacific Blue #049CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.22%

R = 1.04%
G = 40.73%
B = 58.22%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#049CDF (or 0x049CDF) is known color: Pacific Blue. HEX triplet: 04, 9C and DF. RGB value is (4,156,223). Sum of RGB (Red+Green+Blue) = 4+156+223=383 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #049CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049CDF is #FB6320. Grayscale: #757575. Windows color (decimal): -16474913 or 14654468. OLE color: 14654468.

HSL color Cylindrical-coordinate representation of color #049CDF: hue angle of 198.36º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049CDF is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 156 223 -
CMYK 0.98 0.30 0 0.13
HSL 198.36º 0.96% 0.45% -
HSV(B) 198.36º 0.98% 0.87% -
XYZ 25.26 29.13 74.1 -
YUV 118.19 187.14 46.55 -
System Red Green Blue C M Y K H S L
Decimal 4 156 223 0.98 0.30 0 0.13 198.36 0.96 0.45
Hex 4 9C DF 62 1E 0 D C6 60 2D
Octal 4 234 337 142 36 0 15 306 140 55
Binary 100 10011100 11011111 1100010 11110 0 1101 11000110 1100000 101101

Color Harmonies of #049CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049CDF

Black with #049CDF

Text Example


Text Example

White with #049CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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