Html Css Color HEX #1489CB Pacific Blue

📋 copy color: '#1489CB'

red 20 ◦ green 137 ◦ blue 203

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

Shades of Pacific Blue #1489CB

Tints of Pacific Blue #1489CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 56.39%

R = 5.56%
G = 38.06%
B = 56.39%

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

#1489CB (or 0x1489CB) is known color: Pacific Blue. HEX triplet: 14, 89 and CB. RGB value is (20,137,203). Sum of RGB (Red+Green+Blue) = 20+137+203=360 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.56% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #1489CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1489CB is #EB7634. Grayscale: #6D6D6D. Windows color (decimal): -15431221 or 13338900. OLE color: 13338900.

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

Color convert

RGB 20 137 203 -
CMYK 0.90 0.33 0 0.20
HSL 201.64º 0.82% 0.44% -
HSV(B) 201.64º 0.9% 0.8% -
XYZ 20.01 22.35 59.76 -
YUV 109.54 180.74 64.13 -
System Red Green Blue C M Y K H S L
Decimal 20 137 203 0.90 0.33 0 0.20 201.64 0.82 0.44
Hex 14 89 CB 5A 21 0 14 CA 52 2C
Octal 24 211 313 132 41 0 24 312 122 54
Binary 10100 10001001 11001011 1011010 100001 0 10100 11001010 1010010 101100

Color Harmonies of #1489CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1489CB

Black with #1489CB

Text Example


Text Example

White with #1489CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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