#1494D7

Color #1494D7 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #1494D7

Tints of Pacific Blue #1494D7

Color information

#1494D7 (or 0x1494D7) is unknown color: approx Pacific Blue. HEX triplet: 14, 94 and D7. RGB value is (20,148,215). Sum of RGB (Red+Green+Blue) = 20+148+215=383 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.22% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 215 (84.38% from 255 or 56.14% from 383); Max value from RGB is 215 - color contains mainly: blue. Hex color #1494D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1494D7 is #EB6B28. Grayscale: #747474. Windows color (decimal): -15428393 or 14128148. OLE color: 14128148.

HSL color Cylindrical-coordinate representation of color #1494D7: hue angle of 200.62º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1494D7 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20148215-
CMYK0.910.3100.16
HSL200.62º82.98%46.08%-
HSV(B)200.62º90.7%84.31%-
XYZ23.1426.2368.13-
YUV117.37183.0958.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.22%
GREEN value IS 148 (58.20% from 255) = 38.64%
BLUE value IS 215 (84.38% from 255) = 56.14%
R=5.22%
G=38.64%
B=56.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal201482150.910.3100.16200.6282.9846.08
Hex1494D75B1F010c9532e
Octal242243271333702031112356
Binary101001001010011010111101101111111010000110010011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1494D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1494D7; }

 p { color: rgb(20,148,215); }

 H1.HeaderClassName
 {
   color: #1494D7;
 }
 .AnyTagClassName
 {
   color: #1494D7;
 }
</style>
background-color css

<style>
 a { background-color: #1494D7; }

 a { background-color: rgb(20,148,215); }

 div.DivClassName
 {
   background-color: #1494D7;
 }
 .BgClassName
 {
   background-color: #1494D7;
 }
</style>
border-color css

<style>
 span { border-color: #1494D7; }

 span { border-color: rgb(20,148,215); }

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