Html Css Color HEX #048ECC Pacific Blue

📋 copy color: '#048ECC'

red 4 ◦ green 142 ◦ blue 204

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

Shades of Pacific Blue #048ECC

Tints of Pacific Blue #048ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.29%

R = 1.14%
G = 40.57%
B = 58.29%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#048ECC (or 0x048ECC) is known color: Pacific Blue. HEX triplet: 04, 8E and CC. RGB value is (4,142,204). Sum of RGB (Red+Green+Blue) = 4+142+204=350 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #048ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048ECC is #FB7133. Grayscale: #6B6B6B. Windows color (decimal): -16478516 or 13405700. OLE color: 13405700.

HSL color Cylindrical-coordinate representation of color #048ECC: hue angle of 198.6º 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 #048ECC is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 4 142 204 -
CMYK 0.98 0.30 0 0.2
HSL 198.6º 0.96% 0.41% -
HSV(B) 198.6º 0.98% 0.8% -
XYZ 20.62 23.73 60.62 -
YUV 107.81 182.28 53.96 -
System Red Green Blue C M Y K H S L
Decimal 4 142 204 0.98 0.30 0 0.2 198.6 0.96 0.41
Hex 4 8E CC 62 1E 0 14 C7 60 29
Octal 4 216 314 142 36 0 24 307 140 51
Binary 100 10001110 11001100 1100010 11110 0 10100 11000111 1100000 101001

Color Harmonies of #048ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048ECC

Black with #048ECC

Text Example


Text Example

White with #048ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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