Html Css Color HEX #1489CE Pacific Blue

📋 copy color: '#1489CE'

red 20 ◦ green 137 ◦ blue 206

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

Shades of Pacific Blue #1489CE

Tints of Pacific Blue #1489CE

RGB

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

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

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

R = 5.51%
G = 37.74%
B = 56.75%

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

#1489CE (or 0x1489CE) is known color: Pacific Blue. HEX triplet: 14, 89 and CE. RGB value is (20,137,206). Sum of RGB (Red+Green+Blue) = 20+137+206=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #1489CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1489CE is #EB7631. Grayscale: #6D6D6D. Windows color (decimal): -15431218 or 13535508. OLE color: 13535508.

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

Color convert

RGB 20 137 206 -
CMYK 0.90 0.33 0 0.19
HSL 202.26º 0.82% 0.44% -
HSV(B) 202.26º 0.9% 0.81% -
XYZ 20.37 22.5 61.66 -
YUV 109.88 182.24 63.89 -
System Red Green Blue C M Y K H S L
Decimal 20 137 206 0.90 0.33 0 0.19 202.26 0.82 0.44
Hex 14 89 CE 5A 21 0 13 CA 52 2C
Octal 24 211 316 132 41 0 23 312 122 54
Binary 10100 10001001 11001110 1011010 100001 0 10011 11001010 1010010 101100

Color Harmonies of #1489CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1489CE

Black with #1489CE

Text Example


Text Example

White with #1489CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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