Html Css Color HEX #0589CF Pacific Blue

📋 copy color: '#0589CF'

red 5 ◦ green 137 ◦ blue 207

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

Shades of Pacific Blue #0589CF

Tints of Pacific Blue #0589CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 59.31%

R = 1.43%
G = 39.26%
B = 59.31%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0589CF (or 0x0589CF) is known color: Pacific Blue. HEX triplet: 05, 89 and CF. RGB value is (5,137,207). Sum of RGB (Red+Green+Blue) = 5+137+207=349 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #0589CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0589CF is #FA7630. Grayscale: #696969. Windows color (decimal): -16414257 or 13601029. OLE color: 13601029.

HSL color Cylindrical-coordinate representation of color #0589CF: hue angle of 200.79º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0589CF is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 137 207 -
CMYK 0.98 0.34 0 0.19
HSL 200.79º 0.95% 0.42% -
HSV(B) 200.79º 0.98% 0.81% -
XYZ 20.27 22.43 62.29 -
YUV 105.51 185.27 56.31 -
System Red Green Blue C M Y K H S L
Decimal 5 137 207 0.98 0.34 0 0.19 200.79 0.95 0.42
Hex 5 89 CF 62 22 0 13 C9 5F 2A
Octal 5 211 317 142 42 0 23 311 137 52
Binary 101 10001001 11001111 1100010 100010 0 10011 11001001 1011111 101010

Color Harmonies of #0589CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0589CF

Black with #0589CF

Text Example


Text Example

White with #0589CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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