#048CC8

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

Shades of Pacific Blue #048CC8

Tints of Pacific Blue #048CC8

Color information

#048CC8 (or 0x048CC8) is unknown color: approx Pacific Blue. HEX triplet: 04, 8C and C8. RGB value is (4,140,200). Sum of RGB (Red+Green+Blue) = 4+140+200=344 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 200 (78.52% from 255 or 58.14% from 344); Max value from RGB is 200 - color contains mainly: blue. Hex color #048CC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048CC8 is #FB7337. Grayscale: #696969. Windows color (decimal): -16479032 or 13143044. OLE color: 13143044.

HSL color Cylindrical-coordinate representation of color #048CC8: hue angle of 198.37º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048CC8 is Cyan = 0.98, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4140200-
CMYK0.980.300.22
HSL198.37º96.08%40%-
HSV(B)198.37º98%78.43%-
XYZ19.8522.9558.03-
YUV106.18180.9455.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.16%
GREEN value IS 140 (55.08% from 255) = 40.70%
BLUE value IS 200 (78.52% from 255) = 58.14%
R=1.16%
G=40.70%
B=58.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal41402000.980.300.22198.3796.0840
Hex48CC8621E016c66028
Octal42143101423602630614050
Binary1001000110011001000110001011110010110110001101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,140,200); }

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

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

 a { background-color: rgb(4,140,200); }

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

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

 span { border-color: rgb(4,140,200); }

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