Html Css Color HEX #0488DC Pacific Blue

📋 copy color: '#0488DC'

red 4 ◦ green 136 ◦ blue 220

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

Shades of Pacific Blue #0488DC

Tints of Pacific Blue #0488DC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.78%

 BLUE value IS 220 (86.33% from 255) = 61.11%

R = 1.11%
G = 37.78%
B = 61.11%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0488DC (or 0x0488DC) is known color: Pacific Blue. HEX triplet: 04, 88 and DC. RGB value is (4,136,220). Sum of RGB (Red+Green+Blue) = 4+136+220=360 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #0488DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0488DC is #FB7723. Grayscale: #696969. Windows color (decimal): -16480036 or 14452740. OLE color: 14452740.

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

Color convert

RGB 4 136 220 -
CMYK 0.98 0.38 0 0.14
HSL 203.33º 0.96% 0.44% -
HSV(B) 203.33º 0.98% 0.86% -
XYZ 21.77 22.8 70.96 -
YUV 106.11 192.27 55.17 -
System Red Green Blue C M Y K H S L
Decimal 4 136 220 0.98 0.38 0 0.14 203.33 0.96 0.44
Hex 4 88 DC 62 26 0 E CB 60 2C
Octal 4 210 334 142 46 0 16 313 140 54
Binary 100 10001000 11011100 1100010 100110 0 1110 11001011 1100000 101100

Color Harmonies of #0488DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0488DC

Black with #0488DC

Text Example


Text Example

White with #0488DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0488DC;
 }
 .AnyTagClassName
 {
   color: #0488DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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