#0488DA

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

Shades of Pacific Blue #0488DA

Tints of Pacific Blue #0488DA

Color information

#0488DA (or 0x0488DA) is unknown color: approx Pacific Blue. HEX triplet: 04, 88 and DA. RGB value is (4,136,218). Sum of RGB (Red+Green+Blue) = 4+136+218=358 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #0488DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0488DA is #FB7725. Grayscale: #696969. Windows color (decimal): -16480038 or 14321668. OLE color: 14321668.

HSL color Cylindrical-coordinate representation of color #0488DA: hue angle of 202.99º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0488DA is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4136218-
CMYK0.980.3800.15
HSL202.99º96.4%43.53%-
HSV(B)202.99º98.17%85.49%-
XYZ21.5122.769.58-
YUV105.88191.2755.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.12%
GREEN value IS 136 (53.52% from 255) = 37.99%
BLUE value IS 218 (85.55% from 255) = 60.89%
R=1.12%
G=37.99%
B=60.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal41362180.980.3800.15202.9996.443.53
Hex488DA62260Fcb602c
Octal42103321424601731314054
Binary1001000100011011010110001010011001111110010111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0488DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0488DA; }

 p { color: rgb(4,136,218); }

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

<style>
 a { background-color: #0488DA; }

 a { background-color: rgb(4,136,218); }

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

<style>
 span { border-color: #0488DA; }

 span { border-color: rgb(4,136,218); }

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