#1494CF

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

Shades of Pacific Blue #1494CF

Tints of Pacific Blue #1494CF

Color information

#1494CF (or 0x1494CF) is unknown color: approx Pacific Blue. HEX triplet: 14, 94 and CF. RGB value is (20,148,207). Sum of RGB (Red+Green+Blue) = 20+148+207=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #1494CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1494CF is #EB6B30. Grayscale: #747474. Windows color (decimal): -15428401 or 13603860. OLE color: 13603860.

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

Color convert

RGB20148207-
CMYK0.900.2900.19
HSL198.93º82.38%44.51%-
HSV(B)198.93º90.34%81.18%-
XYZ22.1425.8362.85-
YUV116.45179.0959.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.33%
GREEN value IS 148 (58.20% from 255) = 39.47%
BLUE value IS 207 (81.25% from 255) = 55.2%
R=5.33%
G=39.47%
B=55.2%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal201482070.900.2900.19198.9382.3844.51
Hex1494CF5A1D013c7522d
Octal242243171323502330712255
Binary101001001010011001111101101011101010011110001111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1494CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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