Html Css Color HEX #0589DD Pacific Blue

📋 copy color: '#0589DD'

red 5 ◦ green 137 ◦ blue 221

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

Shades of Pacific Blue #0589DD

Tints of Pacific Blue #0589DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.88%

R = 1.38%
G = 37.74%
B = 60.88%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0589DD (or 0x0589DD) is known color: Pacific Blue. HEX triplet: 05, 89 and DD. RGB value is (5,137,221). Sum of RGB (Red+Green+Blue) = 5+137+221=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #0589DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0589DD is #FA7622. Grayscale: #6A6A6A. Windows color (decimal): -16414243 or 14518533. OLE color: 14518533.

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

Color convert

RGB 5 137 221 -
CMYK 0.98 0.38 0 0.13
HSL 203.33º 0.96% 0.44% -
HSV(B) 203.33º 0.98% 0.87% -
XYZ 22.06 23.14 71.71 -
YUV 107.11 192.27 55.17 -
System Red Green Blue C M Y K H S L
Decimal 5 137 221 0.98 0.38 0 0.13 203.33 0.96 0.44
Hex 5 89 DD 62 26 0 D CB 60 2C
Octal 5 211 335 142 46 0 15 313 140 54
Binary 101 10001001 11011101 1100010 100110 0 1101 11001011 1100000 101100

Color Harmonies of #0589DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0589DD

Black with #0589DD

Text Example


Text Example

White with #0589DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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