Html Css Color HEX #1589CF Pacific Blue

📋 copy color: '#1589CF'

red 21 ◦ green 137 ◦ blue 207

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

Shades of Pacific Blue #1589CF

Tints of Pacific Blue #1589CF

RGB

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

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

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

R = 5.75%
G = 37.53%
B = 56.71%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1589CF (or 0x1589CF) is known color: Pacific Blue. HEX triplet: 15, 89 and CF. RGB value is (21,137,207). Sum of RGB (Red+Green+Blue) = 21+137+207=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #1589CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1589CF is #EA7630. Grayscale: #6D6D6D. Windows color (decimal): -15365681 or 13601045. OLE color: 13601045.

HSL color Cylindrical-coordinate representation of color #1589CF: hue angle of 202.58º degrees, saturation: 0.82, 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 #1589CF is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 137 207 -
CMYK 0.90 0.34 0 0.19
HSL 202.58º 0.82% 0.45% -
HSV(B) 202.58º 0.9% 0.81% -
XYZ 20.52 22.56 62.3 -
YUV 110.3 182.57 64.31 -
System Red Green Blue C M Y K H S L
Decimal 21 137 207 0.90 0.34 0 0.19 202.58 0.82 0.45
Hex 15 89 CF 5A 22 0 13 CB 52 2D
Octal 25 211 317 132 42 0 23 313 122 55
Binary 10101 10001001 11001111 1011010 100010 0 10011 11001011 1010010 101101

Color Harmonies of #1589CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1589CF

Black with #1589CF

Text Example


Text Example

White with #1589CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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