Html Css Color HEX #0589CC Pacific Blue

📋 copy color: '#0589CC'

red 5 ◦ green 137 ◦ blue 204

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

Shades of Pacific Blue #0589CC

Tints of Pacific Blue #0589CC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.6%

 BLUE value IS 204 (80.08% from 255) = 58.96%

R = 1.45%
G = 39.6%
B = 58.96%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0589CC (or 0x0589CC) is known color: Pacific Blue. HEX triplet: 05, 89 and CC. RGB value is (5,137,204). Sum of RGB (Red+Green+Blue) = 5+137+204=346 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #0589CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0589CC is #FA7633. Grayscale: #686868. Windows color (decimal): -16414260 or 13404421. OLE color: 13404421.

HSL color Cylindrical-coordinate representation of color #0589CC: hue angle of 200.2º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0589CC is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 5 137 204 -
CMYK 0.98 0.33 0 0.2
HSL 200.2º 0.95% 0.41% -
HSV(B) 200.2º 0.98% 0.8% -
XYZ 19.91 22.28 60.38 -
YUV 105.17 183.77 56.55 -
System Red Green Blue C M Y K H S L
Decimal 5 137 204 0.98 0.33 0 0.2 200.2 0.95 0.41
Hex 5 89 CC 62 21 0 14 C8 5F 29
Octal 5 211 314 142 41 0 24 310 137 51
Binary 101 10001001 11001100 1100010 100001 0 10100 11001000 1011111 101001

Color Harmonies of #0589CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0589CC

Black with #0589CC

Text Example


Text Example

White with #0589CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0589CC; }

 p { color: rgb(5,137,204); }

 H1.HeaderClassName
 {
   color: #0589CC;
 }
 .AnyTagClassName
 {
   color: #0589CC;
 }
</style>

background-color css

<style>
 a { background-color: #0589CC; }

 a { background-color: rgb(5,137,204); }

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

border-color css

<style>
 span { border-color: #0589CC; }

 span { border-color: rgb(5,137,204); }

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