Html Css Color HEX #048EE1 Pacific Blue

📋 copy color: '#048EE1'

red 4 ◦ green 142 ◦ blue 225

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

Shades of Pacific Blue #048EE1

Tints of Pacific Blue #048EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 60.65%

R = 1.08%
G = 38.27%
B = 60.65%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#048EE1 (or 0x048EE1) is known color: Pacific Blue. HEX triplet: 04, 8E and E1. RGB value is (4,142,225). Sum of RGB (Red+Green+Blue) = 4+142+225=371 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 225 (88.28% from 255 or 60.65% from 371); Max value from RGB is 225 - color contains mainly: blue. Hex color #048EE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048EE1 is #FB711E. Grayscale: #6D6D6D. Windows color (decimal): -16478495 or 14781956. OLE color: 14781956.

HSL color Cylindrical-coordinate representation of color #048EE1: hue angle of 202.53º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048EE1 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 4 142 225 -
CMYK 0.98 0.37 0 0.12
HSL 202.53º 0.97% 0.45% -
HSV(B) 202.53º 0.98% 0.88% -
XYZ 23.31 24.81 74.79 -
YUV 110.2 192.78 52.25 -
System Red Green Blue C M Y K H S L
Decimal 4 142 225 0.98 0.37 0 0.12 202.53 0.97 0.45
Hex 4 8E E1 62 25 0 C CB 61 2D
Octal 4 216 341 142 45 0 14 313 141 55
Binary 100 10001110 11100001 1100010 100101 0 1100 11001011 1100001 101101

Color Harmonies of #048EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048EE1

Black with #048EE1

Text Example


Text Example

White with #048EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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