Html Css Color HEX #1589CC Pacific Blue

📋 copy color: '#1589CC'

red 21 ◦ green 137 ◦ blue 204

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

Shades of Pacific Blue #1589CC

Tints of Pacific Blue #1589CC

RGB

 RED value IS 21 (8.59% from 255) = 5.8%

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

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

R = 5.8%
G = 37.85%
B = 56.35%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1589CC (or 0x1589CC) is known color: Pacific Blue. HEX triplet: 15, 89 and CC. RGB value is (21,137,204). Sum of RGB (Red+Green+Blue) = 21+137+204=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #1589CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1589CC is #EA7633. Grayscale: #6D6D6D. Windows color (decimal): -15365684 or 13404437. OLE color: 13404437.

HSL color Cylindrical-coordinate representation of color #1589CC: hue angle of 201.97º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1589CC is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 137 204 -
CMYK 0.90 0.33 0 0.2
HSL 201.97º 0.81% 0.44% -
HSV(B) 201.97º 0.9% 0.8% -
XYZ 20.15 22.41 60.39 -
YUV 109.95 181.07 64.55 -
System Red Green Blue C M Y K H S L
Decimal 21 137 204 0.90 0.33 0 0.2 201.97 0.81 0.44
Hex 15 89 CC 5A 21 0 14 CA 51 2C
Octal 25 211 314 132 41 0 24 312 121 54
Binary 10101 10001001 11001100 1011010 100001 0 10100 11001010 1010001 101100

Color Harmonies of #1589CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1589CC

Black with #1589CC

Text Example


Text Example

White with #1589CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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