Html Css Color HEX #048EDC Pacific Blue

📋 copy color: '#048EDC'

red 4 ◦ green 142 ◦ blue 220

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

Shades of Pacific Blue #048EDC

Tints of Pacific Blue #048EDC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.8%

 BLUE value IS 220 (86.33% from 255) = 60.11%

R = 1.09%
G = 38.8%
B = 60.11%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#048EDC (or 0x048EDC) is known color: Pacific Blue. HEX triplet: 04, 8E and DC. RGB value is (4,142,220). Sum of RGB (Red+Green+Blue) = 4+142+220=366 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #048EDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048EDC is #FB7123. Grayscale: #6D6D6D. Windows color (decimal): -16478500 or 14454276. OLE color: 14454276.

HSL color Cylindrical-coordinate representation of color #048EDC: hue angle of 201.67º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048EDC is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 142 220 -
CMYK 0.98 0.35 0 0.14
HSL 201.67º 0.96% 0.44% -
HSV(B) 201.67º 0.98% 0.86% -
XYZ 22.64 24.54 71.25 -
YUV 109.63 190.28 52.66 -
System Red Green Blue C M Y K H S L
Decimal 4 142 220 0.98 0.35 0 0.14 201.67 0.96 0.44
Hex 4 8E DC 62 23 0 E CA 60 2C
Octal 4 216 334 142 43 0 16 312 140 54
Binary 100 10001110 11011100 1100010 100011 0 1110 11001010 1100000 101100

Color Harmonies of #048EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048EDC

Black with #048EDC

Text Example


Text Example

White with #048EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048EDC; }

 p { color: rgb(4,142,220); }

 H1.HeaderClassName
 {
   color: #048EDC;
 }
 .AnyTagClassName
 {
   color: #048EDC;
 }
</style>

background-color css

<style>
 a { background-color: #048EDC; }

 a { background-color: rgb(4,142,220); }

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

border-color css

<style>
 span { border-color: #048EDC; }

 span { border-color: rgb(4,142,220); }

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