Html Css Color HEX #049CDD Pacific Blue

📋 copy color: '#049CDD'

red 4 ◦ green 156 ◦ blue 221

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

Shades of Pacific Blue #049CDD

Tints of Pacific Blue #049CDD

RGB

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

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

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

R = 1.05%
G = 40.94%
B = 58.01%

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

#049CDD (or 0x049CDD) is known color: Pacific Blue. HEX triplet: 04, 9C and DD. RGB value is (4,156,221). Sum of RGB (Red+Green+Blue) = 4+156+221=381 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #049CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049CDD is #FB6322. Grayscale: #757575. Windows color (decimal): -16474915 or 14523396. OLE color: 14523396.

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

Color convert

RGB 4 156 221 -
CMYK 0.98 0.29 0 0.13
HSL 197.97º 0.96% 0.44% -
HSV(B) 197.97º 0.98% 0.87% -
XYZ 24.99 29.02 72.69 -
YUV 117.96 186.14 46.71 -
System Red Green Blue C M Y K H S L
Decimal 4 156 221 0.98 0.29 0 0.13 197.97 0.96 0.44
Hex 4 9C DD 62 1D 0 D C6 60 2C
Octal 4 234 335 142 35 0 15 306 140 54
Binary 100 10011100 11011101 1100010 11101 0 1101 11000110 1100000 101100

Color Harmonies of #049CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049CDD

Black with #049CDD

Text Example


Text Example

White with #049CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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