Html Css Color HEX #048ED0 Pacific Blue

📋 copy color: '#048ED0'

red 4 ◦ green 142 ◦ blue 208

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

Shades of Pacific Blue #048ED0

Tints of Pacific Blue #048ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 58.76%

R = 1.13%
G = 40.11%
B = 58.76%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#048ED0 (or 0x048ED0) is known color: Pacific Blue. HEX triplet: 04, 8E and D0. RGB value is (4,142,208). Sum of RGB (Red+Green+Blue) = 4+142+208=354 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 208 (81.64% from 255 or 58.76% from 354); Max value from RGB is 208 - color contains mainly: blue. Hex color #048ED0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048ED0 is #FB712F. Grayscale: #6B6B6B. Windows color (decimal): -16478512 or 13667844. OLE color: 13667844.

HSL color Cylindrical-coordinate representation of color #048ED0: hue angle of 199.41º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048ED0 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 4 142 208 -
CMYK 0.98 0.32 0 0.18
HSL 199.41º 0.96% 0.42% -
HSV(B) 199.41º 0.98% 0.82% -
XYZ 21.11 23.93 63.18 -
YUV 108.26 184.28 53.63 -
System Red Green Blue C M Y K H S L
Decimal 4 142 208 0.98 0.32 0 0.18 199.41 0.96 0.42
Hex 4 8E D0 62 20 0 12 C7 60 2A
Octal 4 216 320 142 40 0 22 307 140 52
Binary 100 10001110 11010000 1100010 100000 0 10010 11000111 1100000 101010

Color Harmonies of #048ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048ED0

Black with #048ED0

Text Example


Text Example

White with #048ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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