Html Css Color HEX #049ED3 Pacific Blue

📋 copy color: '#049ED3'

red 4 ◦ green 158 ◦ blue 211

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

Shades of Pacific Blue #049ED3

Tints of Pacific Blue #049ED3

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.36%

 BLUE value IS 211 (82.81% from 255) = 56.57%

R = 1.07%
G = 42.36%
B = 56.57%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#049ED3 (or 0x049ED3) is known color: Pacific Blue. HEX triplet: 04, 9E and D3. RGB value is (4,158,211). Sum of RGB (Red+Green+Blue) = 4+158+211=373 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 211 (82.81% from 255 or 56.57% from 373); Max value from RGB is 211 - color contains mainly: blue. Hex color #049ED3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049ED3 is #FB612C. Grayscale: #757575. Windows color (decimal): -16474413 or 13868548. OLE color: 13868548.

HSL color Cylindrical-coordinate representation of color #049ED3: hue angle of 195.36º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049ED3 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 4 158 211 -
CMYK 0.98 0.25 0 0.17
HSL 195.36º 0.96% 0.42% -
HSV(B) 195.36º 0.98% 0.83% -
XYZ 24.03 29.18 65.99 -
YUV 118 180.48 46.69 -
System Red Green Blue C M Y K H S L
Decimal 4 158 211 0.98 0.25 0 0.17 195.36 0.96 0.42
Hex 4 9E D3 62 19 0 11 C3 60 2A
Octal 4 236 323 142 31 0 21 303 140 52
Binary 100 10011110 11010011 1100010 11001 0 10001 11000011 1100000 101010

Color Harmonies of #049ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049ED3

Black with #049ED3

Text Example


Text Example

White with #049ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,158,211); }

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

background-color css

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

 a { background-color: rgb(4,158,211); }

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

border-color css

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

 span { border-color: rgb(4,158,211); }

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