Html Css Color HEX #0588DE Pacific Blue

📋 copy color: '#0588DE'

red 5 ◦ green 136 ◦ blue 222

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

Shades of Pacific Blue #0588DE

Tints of Pacific Blue #0588DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 61.16%

R = 1.38%
G = 37.47%
B = 61.16%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0588DE (or 0x0588DE) is known color: Pacific Blue. HEX triplet: 05, 88 and DE. RGB value is (5,136,222). Sum of RGB (Red+Green+Blue) = 5+136+222=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #0588DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0588DE is #FA7721. Grayscale: #6A6A6A. Windows color (decimal): -16414498 or 14583813. OLE color: 14583813.

HSL color Cylindrical-coordinate representation of color #0588DE: hue angle of 203.78º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0588DE is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 136 222 -
CMYK 0.98 0.39 0 0.13
HSL 203.78º 0.96% 0.45% -
HSV(B) 203.78º 0.98% 0.87% -
XYZ 22.05 22.91 72.37 -
YUV 106.64 193.1 55.51 -
System Red Green Blue C M Y K H S L
Decimal 5 136 222 0.98 0.39 0 0.13 203.78 0.96 0.45
Hex 5 88 DE 62 27 0 D CC 60 2D
Octal 5 210 336 142 47 0 15 314 140 55
Binary 101 10001000 11011110 1100010 100111 0 1101 11001100 1100000 101101

Color Harmonies of #0588DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0588DE

Black with #0588DE

Text Example


Text Example

White with #0588DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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