Html Css Color HEX #1489CD Pacific Blue

📋 copy color: '#1489CD'

red 20 ◦ green 137 ◦ blue 205

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

Shades of Pacific Blue #1489CD

Tints of Pacific Blue #1489CD

RGB

 RED value IS 20 (8.2% from 255) = 5.52%

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

 BLUE value IS 205 (80.47% from 255) = 56.63%

R = 5.52%
G = 37.85%
B = 56.63%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1489CD (or 0x1489CD) is known color: Pacific Blue. HEX triplet: 14, 89 and CD. RGB value is (20,137,205). Sum of RGB (Red+Green+Blue) = 20+137+205=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #1489CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1489CD is #EB7632. Grayscale: #6D6D6D. Windows color (decimal): -15431219 or 13469972. OLE color: 13469972.

HSL color Cylindrical-coordinate representation of color #1489CD: hue angle of 202.05º degrees, saturation: 0.82, 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 #1489CD is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 137 205 -
CMYK 0.90 0.33 0 0.20
HSL 202.05º 0.82% 0.44% -
HSV(B) 202.05º 0.9% 0.8% -
XYZ 20.25 22.45 61.02 -
YUV 109.77 181.74 63.97 -
System Red Green Blue C M Y K H S L
Decimal 20 137 205 0.90 0.33 0 0.20 202.05 0.82 0.44
Hex 14 89 CD 5A 21 0 14 CA 52 2C
Octal 24 211 315 132 41 0 24 312 122 54
Binary 10100 10001001 11001101 1011010 100001 0 10100 11001010 1010010 101100

Color Harmonies of #1489CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1489CD

Black with #1489CD

Text Example


Text Example

White with #1489CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1489CD; }

 p { color: rgb(20,137,205); }

 H1.HeaderClassName
 {
   color: #1489CD;
 }
 .AnyTagClassName
 {
   color: #1489CD;
 }
</style>

background-color css

<style>
 a { background-color: #1489CD; }

 a { background-color: rgb(20,137,205); }

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

border-color css

<style>
 span { border-color: #1489CD; }

 span { border-color: rgb(20,137,205); }

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