Html Css Color HEX #0588DC Pacific Blue

📋 copy color: '#0588DC'

red 5 ◦ green 136 ◦ blue 220

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

Shades of Pacific Blue #0588DC

Tints of Pacific Blue #0588DC

RGB

 RED value IS 5 (2.34% from 255) = 1.39%

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

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

R = 1.39%
G = 37.67%
B = 60.94%

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

#0588DC (or 0x0588DC) is known color: Pacific Blue. HEX triplet: 05, 88 and DC. RGB value is (5,136,220). Sum of RGB (Red+Green+Blue) = 5+136+220=361 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #0588DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0588DC is #FA7723. Grayscale: #696969. Windows color (decimal): -16414500 or 14452741. OLE color: 14452741.

HSL color Cylindrical-coordinate representation of color #0588DC: hue angle of 203.44º 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 #0588DC is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 136 220 -
CMYK 0.98 0.38 0 0.14
HSL 203.44º 0.96% 0.44% -
HSV(B) 203.44º 0.98% 0.86% -
XYZ 21.79 22.81 70.96 -
YUV 106.41 192.1 55.67 -
System Red Green Blue C M Y K H S L
Decimal 5 136 220 0.98 0.38 0 0.14 203.44 0.96 0.44
Hex 5 88 DC 62 26 0 E CB 60 2C
Octal 5 210 334 142 46 0 16 313 140 54
Binary 101 10001000 11011100 1100010 100110 0 1110 11001011 1100000 101100

Color Harmonies of #0588DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0588DC

Black with #0588DC

Text Example


Text Example

White with #0588DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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