Html Css Color HEX #048ECB Pacific Blue

📋 copy color: '#048ECB'

red 4 ◦ green 142 ◦ blue 203

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

Shades of Pacific Blue #048ECB

Tints of Pacific Blue #048ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.17%

R = 1.15%
G = 40.69%
B = 58.17%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#048ECB (or 0x048ECB) is known color: Pacific Blue. HEX triplet: 04, 8E and CB. RGB value is (4,142,203). Sum of RGB (Red+Green+Blue) = 4+142+203=349 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #048ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048ECB is #FB7134. Grayscale: #6B6B6B. Windows color (decimal): -16478517 or 13340164. OLE color: 13340164.

HSL color Cylindrical-coordinate representation of color #048ECB: hue angle of 198.39º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048ECB is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 142 203 -
CMYK 0.98 0.30 0 0.20
HSL 198.39º 0.96% 0.41% -
HSV(B) 198.39º 0.98% 0.8% -
XYZ 20.5 23.68 59.99 -
YUV 107.69 181.78 54.04 -
System Red Green Blue C M Y K H S L
Decimal 4 142 203 0.98 0.30 0 0.20 198.39 0.96 0.41
Hex 4 8E CB 62 1E 0 14 C6 60 29
Octal 4 216 313 142 36 0 24 306 140 51
Binary 100 10001110 11001011 1100010 11110 0 10100 11000110 1100000 101001

Color Harmonies of #048ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048ECB

Black with #048ECB

Text Example


Text Example

White with #048ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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