Html Css Color HEX #1489D0 Pacific Blue

📋 copy color: '#1489D0'

red 20 ◦ green 137 ◦ blue 208

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

Shades of Pacific Blue #1489D0

Tints of Pacific Blue #1489D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 56.99%

R = 5.48%
G = 37.53%
B = 56.99%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1489D0 (or 0x1489D0) is known color: Pacific Blue. HEX triplet: 14, 89 and D0. RGB value is (20,137,208). Sum of RGB (Red+Green+Blue) = 20+137+208=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 208 (81.64% from 255 or 56.99% from 365); Max value from RGB is 208 - color contains mainly: blue. Hex color #1489D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1489D0 is #EB762F. Grayscale: #6D6D6D. Windows color (decimal): -15431216 or 13666580. OLE color: 13666580.

HSL color Cylindrical-coordinate representation of color #1489D0: hue angle of 202.66º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1489D0 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 137 208 -
CMYK 0.90 0.34 0 0.18
HSL 202.66º 0.82% 0.45% -
HSV(B) 202.66º 0.9% 0.82% -
XYZ 20.62 22.59 62.95 -
YUV 110.11 183.24 63.73 -
System Red Green Blue C M Y K H S L
Decimal 20 137 208 0.90 0.34 0 0.18 202.66 0.82 0.45
Hex 14 89 D0 5A 22 0 12 CB 52 2D
Octal 24 211 320 132 42 0 22 313 122 55
Binary 10100 10001001 11010000 1011010 100010 0 10010 11001011 1010010 101101

Color Harmonies of #1489D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1489D0

Black with #1489D0

Text Example


Text Example

White with #1489D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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