#048BCC

Color #048BCC Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #048BCC

Tints of Pacific Blue #048BCC

Color information

#048BCC (or 0x048BCC) is unknown color: approx Pacific Blue. HEX triplet: 04, 8B and CC. RGB value is (4,139,204). Sum of RGB (Red+Green+Blue) = 4+139+204=347 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #048BCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048BCC is #FB7433. Grayscale: #696969. Windows color (decimal): -16479284 or 13404932. OLE color: 13404932.

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

Color convert

RGB4139204-
CMYK0.980.3200.2
HSL199.5º96.15%40.78%-
HSV(B)199.5º98.04%80%-
XYZ20.1822.8560.47-
YUV106.04183.2755.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.15%
GREEN value IS 139 (54.69% from 255) = 40.06%
BLUE value IS 204 (80.08% from 255) = 58.79%
R=1.15%
G=40.06%
B=58.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41392040.980.3200.2199.596.1540.78
Hex48BCC6220014c86029
Octal42133141424002431014051
Binary10010001011110011001100010100000010100110010001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #048BCC;
 }
 .AnyTagClassName
 {
   color: #048BCC;
 }
</style>
background-color css

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

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

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

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

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

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