Html Css Color HEX #1589CE Pacific Blue

📋 copy color: '#1589CE'

red 21 ◦ green 137 ◦ blue 206

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

Shades of Pacific Blue #1589CE

Tints of Pacific Blue #1589CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.59%

R = 5.77%
G = 37.64%
B = 56.59%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1589CE (or 0x1589CE) is known color: Pacific Blue. HEX triplet: 15, 89 and CE. RGB value is (21,137,206). Sum of RGB (Red+Green+Blue) = 21+137+206=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #1589CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1589CE is #EA7631. Grayscale: #6D6D6D. Windows color (decimal): -15365682 or 13535509. OLE color: 13535509.

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

Color convert

RGB 21 137 206 -
CMYK 0.90 0.33 0 0.19
HSL 202.38º 0.81% 0.45% -
HSV(B) 202.38º 0.9% 0.81% -
XYZ 20.4 22.51 61.66 -
YUV 110.18 182.07 64.39 -
System Red Green Blue C M Y K H S L
Decimal 21 137 206 0.90 0.33 0 0.19 202.38 0.81 0.45
Hex 15 89 CE 5A 21 0 13 CA 51 2D
Octal 25 211 316 132 41 0 23 312 121 55
Binary 10101 10001001 11001110 1011010 100001 0 10011 11001010 1010001 101101

Color Harmonies of #1589CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1589CE

Black with #1589CE

Text Example


Text Example

White with #1589CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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