Html Css Color HEX #049BDD Pacific Blue

📋 copy color: '#049BDD'

red 4 ◦ green 155 ◦ blue 221

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

Shades of Pacific Blue #049BDD

Tints of Pacific Blue #049BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.79%

 BLUE value IS 221 (86.72% from 255) = 58.16%

R = 1.05%
G = 40.79%
B = 58.16%

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

#049BDD (or 0x049BDD) is known color: Pacific Blue. HEX triplet: 04, 9B and DD. RGB value is (4,155,221). Sum of RGB (Red+Green+Blue) = 4+155+221=380 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #049BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049BDD is #FB6422. Grayscale: #747474. Windows color (decimal): -16475171 or 14523140. OLE color: 14523140.

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

Color convert

RGB 4 155 221 -
CMYK 0.98 0.30 0 0.13
HSL 198.25º 0.96% 0.44% -
HSV(B) 198.25º 0.98% 0.87% -
XYZ 24.82 28.69 72.64 -
YUV 117.38 186.47 47.13 -
System Red Green Blue C M Y K H S L
Decimal 4 155 221 0.98 0.30 0 0.13 198.25 0.96 0.44
Hex 4 9B DD 62 1E 0 D C6 60 2C
Octal 4 233 335 142 36 0 15 306 140 54
Binary 100 10011011 11011101 1100010 11110 0 1101 11000110 1100000 101100

Color Harmonies of #049BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049BDD

Black with #049BDD

Text Example


Text Example

White with #049BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,155,221); }

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

background-color css

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

 a { background-color: rgb(4,155,221); }

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

border-color css

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

 span { border-color: rgb(4,155,221); }

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