Html Css Color HEX #049FDF Pacific Blue

📋 copy color: '#049FDF'

red 4 ◦ green 159 ◦ blue 223

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

Shades of Pacific Blue #049FDF

Tints of Pacific Blue #049FDF

RGB

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

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

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

R = 1.04%
G = 41.19%
B = 57.77%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#049FDF (or 0x049FDF) is known color: Pacific Blue. HEX triplet: 04, 9F and DF. RGB value is (4,159,223). Sum of RGB (Red+Green+Blue) = 4+159+223=386 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #049FDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049FDF is #FB6020. Grayscale: #777777. Windows color (decimal): -16474145 or 14655236. OLE color: 14655236.

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

Color convert

RGB 4 159 223 -
CMYK 0.98 0.29 0 0.13
HSL 197.53º 0.96% 0.45% -
HSV(B) 197.53º 0.98% 0.87% -
XYZ 25.77 30.15 74.27 -
YUV 119.95 186.15 45.3 -
System Red Green Blue C M Y K H S L
Decimal 4 159 223 0.98 0.29 0 0.13 197.53 0.96 0.45
Hex 4 9F DF 62 1D 0 D C6 60 2D
Octal 4 237 337 142 35 0 15 306 140 55
Binary 100 10011111 11011111 1100010 11101 0 1101 11000110 1100000 101101

Color Harmonies of #049FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049FDF

Black with #049FDF

Text Example


Text Example

White with #049FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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